ports/111801: Switch audio/juk to gstreamer-0.10

Michael Johnson ahze at ahze.net
Wed Apr 18 11:54:15 UTC 2007


On 4/17/07, Dima Panov <fluffy at ael.ru> wrote:
> On 18 April 2007 11:31, Dima Panov wrote:
> > >Number:         111801
> > >Category:       ports
> > >Synopsis:       Switch audio/juk to gstreamer-0.10
>
>
> Sorry, forgot to use new style definition for gstreamer
>
> 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 01:03:29 -0000
> @@ -41,17 +41,11 @@
>
>  .include <bsd.port.pre.mk>
>
> -.if exists(${X11BASE}/lib/libgstplay-0.8.so)
> -.      if !defined(WITH_GSTREAMER)
> +.if exists(${X11BASE}/lib/libgstreamer-0.10.so)

Gstreamer lives in LOCALBASE now.

>  GSTREAMER_OVERRIDE=yes
> -WITH_GSTREAMER=        yes
> -.      endif
> +USE_GSTREAMER= yes

also, WANT_GSTREAMER needs to be defined before bsd.port.pre.mk if
it is not already defined.

>  .endif
>
> -.if defined(WITH_GSTREAMER)
> -LIB_DEPENDS+=  gstreamer:${PORTSDIR}/multimedia/gstreamer80 \
> -               gstplay:${PORTSDIR}/multimedia/gstreamer-plugins80
> -.endif
>
>  pre-everything::
>  .if defined(GSTREAMER_OVERRIDE)
>
>
> --
> Дмитрий А. Панов
>
> Академия Экономики и Права
> Хабаровск, Россия
> _______________________________________________
> freebsd-ports-bugs at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
> To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe at freebsd.org"
>


More information about the freebsd-ports-bugs mailing list