Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2007 09:35:53 +1100
From:      Dima Panov <fluffy@ael.ru>
To:        "Michael Johnson" <ahze@ahze.net>
Cc:        freebsd-ports-bugs@freebsd.org, FreeBSD-gnats-submit@freebsd.org
Subject:   Re: ports/111801: Switch audio/juk to gstreamer-0.10
Message-ID:  <200704190935.55197.fluffy@ael.ru>
In-Reply-To: <b2203fed0704180428w6b0c1032xfd450309c3f25795@mail.gmail.com>
References:  <200704180031.l3I0VwuI087348@ns.ael.RU> <200704181204.21115.fluffy@ael.ru> <b2203fed0704180428w6b0c1032xfd450309c3f25795@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 18 April 2007 22:28, Michael Johnson wrote:
> On 4/17/07, Dima Panov <fluffy@ael.ru> wrote:
> > On 18 April 2007 11:31, Dima Panov wrote:
> > > >Number:         111801
> > > >Category:       ports
> > > >Synopsis:       Switch audio/juk to gstreamer-0.10
>
> Gstreamer lives in LOCALBASE now.
>
> also, WANT_GSTREAMER needs to be defined before bsd.port.pre.mk if
> it is not already defined.

OK, new revision is here:

Index: audio/juk/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/juk/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- audio/juk/Makefile	17 Apr 2007 14:18:12 -0000	1.29
+++ audio/juk/Makefile	18 Apr 2007 22:36:20 -0000
@@ -39,19 +39,15 @@
 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)



-- 
Дмитрий А. Панов

Академия Экономики и Права
Хабаровск, Россия



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704190935.55197.fluffy>