diff options
author | lofi <lofi@FreeBSD.org> | 2007-04-22 10:04:00 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-04-22 10:04:00 +0000 |
commit | 7e787add4dde1c61f0118e42ad8f91ad8a55dfb9 (patch) | |
tree | 411f58c648c2bd1af6a50f8d76f991144b51b758 /audio | |
parent | 998e6273dc95bd7cf8901d244bd56713e2060554 (diff) | |
download | FreeBSD-ports-7e787add4dde1c61f0118e42ad8f91ad8a55dfb9.zip FreeBSD-ports-7e787add4dde1c61f0118e42ad8f91ad8a55dfb9.tar.gz |
Use gstreamer-0.10.
PR: ports/111801
Submitted by: Dima Panov <fluffy@ael.ru>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/juk/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/audio/juk/Makefile b/audio/juk/Makefile index 64ce50c..49eb735 100644 --- a/audio/juk/Makefile +++ b/audio/juk/Makefile @@ -39,19 +39,15 @@ INSTALLS_ICONS= yes CONFIGURE_ARGS+=CFLAGS=-I${LOCALBASE}/include/tunepimp-0.4 \ LDFLAGS=-L${LOCALBASE}/lib/tunepimp-0.4 +WANT_GSTREAMER= yes + .include <bsd.port.pre.mk> -.if exists(${X11BASE}/lib/libgstplay-0.8.so) -. if !defined(WITH_GSTREAMER) +.if defined(WITH_GSTREAMER) || exists(${LOCALBASE}/lib/libgstreamer-0.10.so) GSTREAMER_OVERRIDE=yes -WITH_GSTREAMER= yes -. endif +USE_GSTREAMER= yes .endif -.if defined(WITH_GSTREAMER) -LIB_DEPENDS+= gstreamer:${PORTSDIR}/multimedia/gstreamer80 \ - gstplay:${PORTSDIR}/multimedia/gstreamer-plugins80 -.endif pre-everything:: .if defined(GSTREAMER_OVERRIDE) |