diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-07 00:28:55 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-07 00:28:55 +0800 |
commit | ec748cc333e4ebaaf20496a28fc3fb2393825ec3 (patch) | |
tree | cacff5226ef02e13ab7c3fa4925f20f7ae0b1db9 | |
parent | 1b00912ef27deb8704961f1e718e8f00e51db783 (diff) | |
download | marcuscom-ports-ec748cc333e4ebaaf20496a28fc3fb2393825ec3.tar marcuscom-ports-ec748cc333e4ebaaf20496a28fc3fb2393825ec3.tar.gz marcuscom-ports-ec748cc333e4ebaaf20496a28fc3fb2393825ec3.tar.bz2 marcuscom-ports-ec748cc333e4ebaaf20496a28fc3fb2393825ec3.tar.lz marcuscom-ports-ec748cc333e4ebaaf20496a28fc3fb2393825ec3.tar.xz marcuscom-ports-ec748cc333e4ebaaf20496a28fc3fb2393825ec3.tar.zst marcuscom-ports-ec748cc333e4ebaaf20496a28fc3fb2393825ec3.zip |
Bring in ports for the ugly plugins, except for the dvdread plugin.
And more tweaks
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17098 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | Mk/bsd.gstreamer.mk | 28 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-a52dec/Makefile | 15 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-amrnb/Makefile | 15 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-amrwb/Makefile | 15 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-lame/Makefile | 15 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-mad/Makefile | 15 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-sidplay/Makefile | 15 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-twolame/Makefile | 15 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins-mpeg2dec/Makefile | 15 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins-x264/Makefile | 15 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins/Makefile.common | 77 | ||||
-rw-r--r-- | sysutils/gstreamer1-plugins-cdio/Makefile | 15 |
13 files changed, 183 insertions, 76 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index efc0cddce..e65f7a1da 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -6,7 +6,7 @@ # Created by: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.49 2012/10/05 10:21:19 kwm Exp $ +# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.50 2012/10/06 09:04:17 kwm Exp $ .if !defined(_POSTMKINCLUDED) && !defined(Gstreamer_Pre_Include) @@ -60,31 +60,33 @@ GST1_SHLIB_VERSION= 0 # # These are the current supported gstreamer-plugins modules +# iets bedenken voor mp3 / mad/fluendo maybe for 1.0 + # supported plugins by both 0.10 and 1.0. -_GSTREAMER_PLUGINS= aalib cdparanoia dv \ +_GSTREAMER_PLUGINS= a52dec aalib amrnb cdio cdparanoia dv dvd \ flac gdkpixbuf jack \ - jpeg libcaca libpng \ - ogg pulse shout2 soup \ - taglib theora v4l2 vorbis vpx wavpack + jpeg lame libcaca libpng \ + mpeg2dec ogg pulse sidplay shout2 soup \ + taglib theora twolame v4l2 vorbis vpx wavpack -_GSTREAMER_PLUGINS+= a52dec amrnb amrwbdec bz2 cairo \ - cdaudio dts dvd faac faad \ +_GSTREAMER_PLUGINS+= amrwbdec bz2 cairo \ + cdaudio dts faac faad \ ffmpeg flite gio gl gme gnomevfs gnonlin \ - gsm jpeg ladspa lame libmms \ - libvisual mp3 mpeg2enc mpeg2dec musepack \ + gsm jpeg ladspa libmms \ + libvisual mp3 mpeg2enc musepack \ nas neon opencv pango resindvd schroedinger \ - sdl sidplay sndfile spc soundtouch \ - speex twolame vdpau \ + sdl sndfile spc soundtouch \ + speex vdpau \ x264 xvid # plugins only in 0.10 .if defined(USE_GSTREAMER) -_GSTREAMER_PLUGINS_ALL+=annodex esound fluendo-mp3 gconf hal mm python qt4 vp8 +_GSTREAMER_PLUGINS+=annodex cairo esound fluendo-mp3 gconf hal mm python qt4 vp8 .endif # plugins only in 1.0 .if defined(USE_GSTREAMER1) -_GSTREAMER_PLUGINS+=vpx x +_GSTREAMER_PLUGINS+=mad vpx x .endif # other plugins diff --git a/audio/gstreamer1-plugins-a52dec/Makefile b/audio/gstreamer1-plugins-a52dec/Makefile new file mode 100644 index 000000000..63ac3e8e0 --- /dev/null +++ b/audio/gstreamer1-plugins-a52dec/Makefile @@ -0,0 +1,15 @@ +# Created by: Michael Johnson <ahze@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin + +GST_PLUGIN= a52dec +DIST= ugly + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-amrnb/Makefile b/audio/gstreamer1-plugins-amrnb/Makefile new file mode 100644 index 000000000..3c8f8b096 --- /dev/null +++ b/audio/gstreamer1-plugins-amrnb/Makefile @@ -0,0 +1,15 @@ +# Created by: Koop Mast <kwm@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer OpenCore based Adaptive Multi-Rate Narrow-Band plugin + +GST_PLUGIN= amrnb +DIST= ugly + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-amrwb/Makefile b/audio/gstreamer1-plugins-amrwb/Makefile new file mode 100644 index 000000000..c4e486375 --- /dev/null +++ b/audio/gstreamer1-plugins-amrwb/Makefile @@ -0,0 +1,15 @@ +# Created by: Koop Mast <kwm@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer OpenCore based Adaptive Multi-Rate Wide-Band Decoder plugin + +GST_PLUGIN= amrwb +DIST= ugly + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-lame/Makefile b/audio/gstreamer1-plugins-lame/Makefile new file mode 100644 index 000000000..c1245bd37 --- /dev/null +++ b/audio/gstreamer1-plugins-lame/Makefile @@ -0,0 +1,15 @@ +# Created by: Michael Johnson <ahze@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer mp3 encode plugin + +GST_PLUGIN= lame +DIST= ugly + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-mad/Makefile b/audio/gstreamer1-plugins-mad/Makefile new file mode 100644 index 000000000..28590ea7f --- /dev/null +++ b/audio/gstreamer1-plugins-mad/Makefile @@ -0,0 +1,15 @@ +# Created by: Michael Johnson <ahze@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer mp3 decoder plugin + +GST_PLUGIN= mad +DIST= ugly + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-sidplay/Makefile b/audio/gstreamer1-plugins-sidplay/Makefile new file mode 100644 index 000000000..943071fa4 --- /dev/null +++ b/audio/gstreamer1-plugins-sidplay/Makefile @@ -0,0 +1,15 @@ +# Created by: Michael Johnson <ahze@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer Commodore SID decoder plugin + +GST_PLUGIN= sidplay +DIST= ugly + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-twolame/Makefile b/audio/gstreamer1-plugins-twolame/Makefile new file mode 100644 index 000000000..74790e7dc --- /dev/null +++ b/audio/gstreamer1-plugins-twolame/Makefile @@ -0,0 +1,15 @@ +# Created by: Koop Mast <kwm@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer High-quality free MP2 encoder plugin + +GST_PLUGIN= twolame +DIST= ugly + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer1-plugins-mpeg2dec/Makefile b/multimedia/gstreamer1-plugins-mpeg2dec/Makefile new file mode 100644 index 000000000..9cffec3b1 --- /dev/null +++ b/multimedia/gstreamer1-plugins-mpeg2dec/Makefile @@ -0,0 +1,15 @@ +# Created by: Michael Johnson <ahze@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= multimedia + +COMMENT= Gstreamer mpeg decode plugin + +GST_PLUGIN= mpeg2dec +DIST= ugly + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer1-plugins-x264/Makefile b/multimedia/gstreamer1-plugins-x264/Makefile new file mode 100644 index 000000000..d68ee33db --- /dev/null +++ b/multimedia/gstreamer1-plugins-x264/Makefile @@ -0,0 +1,15 @@ +# Created by: Koop Mast <kwm@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= multimedia + +COMMENT= Gstreamer x264 plugin + +GST_PLUGIN= x264 +DIST= ugly + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile index 487abba63..419c78751 100644 --- a/multimedia/gstreamer1-plugins/Makefile +++ b/multimedia/gstreamer1-plugins/Makefile @@ -1,6 +1,6 @@ # Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer1-plugins/Makefile,v 1.1 2012/10/04 08:12:44 kwm Exp $ +# $MCom: ports/multimedia/gstreamer1-plugins/Makefile,v 1.2 2012/10/06 09:04:19 kwm Exp $ PORTNAME= gstreamer1-plugins PORTVERSION?= ${BASE_PORTVERSION} @@ -136,6 +136,7 @@ post-patch: ${WRKSRC}/ext/resindvd/resindvdbin.c \ ${WRKSRC}/ext/resindvd/resindvdsrc.c .endif +.if ${DIST}!="ugly" @${FIND} ${WRKSRC}/ext ${WRKSRC}/sys -name Makefile.in | \ ${XARGS} -n 10 ${REINPLACE_CMD} -e \ 's|$$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_API_VERSION@.la|${LOCALBASE}/lib/libgsttag-$$(GST_API_VERSION).la|; \ @@ -153,6 +154,7 @@ post-patch: s|$$(top_builddir)/gst-libs/gst/signalprocessor/libgstsignalprocessor-$$(GST_API_VERSION).la|${LOCALBASE}/lib/libgstsignalprocessor-$$(GST_API_VERSION).la|; \ s|$$(top_builddir)/gst-libs/gst/video/libgstbasevideo-$$(GST_API_VERSION).la|${LOCALBASE}/lib/libgstbasevideo-$$(GST_API_VERSION).la|; \ s|$$(top_builddir)/gst-libs/gst/video/libgstvideo-$$(GST_API_VERSION).la|${LOCALBASE}/lib/libgstvideo-$$(GST_API_VERSION).la|' +.endif # @${REINPLACE_CMD} -e 's|DEFAULT_AUDIOSINK="alsasink"|DEFAULT_AUDIOSINK="${DEFAULT_AUDIOSINK}"|; \ # s|DEFAULT_AUDIOSRC="alsasrc"|DEFAULT_AUDIOSRC="${DEFAULT_AUDIOSRC}"|' \ diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common index 688399a33..852f29c29 100644 --- a/multimedia/gstreamer1-plugins/Makefile.common +++ b/multimedia/gstreamer1-plugins/Makefile.common @@ -1,13 +1,7 @@ # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer1-plugins/Makefile.common,v 1.1 2012/10/04 08:12:44 kwm Exp $ +# $MCom: ports/multimedia/gstreamer1-plugins/Makefile.common,v 1.2 2012/10/06 09:04:19 kwm Exp $ -# XXX configure checks for all ports. - -# remove GCONF crap - -# xxx DIST is voor het aangeven waar de plugin weg komt.? -# dus DIST ook in plugins vermelden naast GST_PLUGIN -# voor meeste DIST gebruik GST_PLUGIN gebruiken? +# XXX configure checks for bad and ugly. # base BASE_GST_ALL_PLUGINS= \ @@ -199,7 +193,7 @@ GOOD_GST_NON_PLUGINS= \ UGLY_GST_ALL_PLUGINS+= \ a52dec \ amrnb \ - amrwbdec \ + amrwb \ cdio \ dvdread \ lame \ @@ -212,7 +206,6 @@ UGLY_GST_ALL_PLUGINS+= \ UGLY_GST_NON_PLUGINS= .for i in ${BASE_GST_ALL_PLUGINS} ${BAD_GST_ALL_PLUGINS} ${UGLY_GST_ALL_PLUGINS} -gst_${i}_GCONF_SCHEMAS?= # Empty gst_${i}_USE_SDL?= # Empty .endfor @@ -298,9 +291,6 @@ PLIST= ${NONEXISTENT} # a52dec gst_a52dec_LIB_DEPENDS+= a52:${PORTSDIR}/audio/liba52 -gst_a52dec_PLIST_FILES= ${GST_LIB_DIR}/libgsta52dec.la \ - ${GST_LIB_DIR}/libgsta52dec.so -#gst_a52dec_DIST= ugly # aalib gst_aalib_LIB_DEPENDS+= aa:${PORTSDIR}/graphics/aalib @@ -314,30 +304,18 @@ gst_amrnb_PLIST_FILES= ${GST_LIB_DIR}/libgstamrnb.la \ share/gstreamer-${VERSION}/presets/GstAmrnbEnc.prs gst_amrnb_PLIST_DIRS= share/gstreamer-${VERSION}/presets \ share/gstreamer-${VERSION} -#gst_amrnb_DIST= ugly - -# amrwbdec -gst_amrwbdec_LIB_DEPENDS+= opencore-amrwb:${PORTSDIR}/audio/opencore-amr -gst_amrwbdec_CONFIGURE_ARGS+= --enable-amrwb -gst_amrwbdec_PLIST_FILES= ${GST_LIB_DIR}/libgstamrwbdec.la \ - ${GST_LIB_DIR}/libgstamrwbdec.so -#gst_amrwbdec_DIST= ugly - -# annodex -gst_annodex_USE_GNOME+= libxml2 -#gst_annodex_LIB_DEPENDS+= xml2:${PORTSDIR}/textproc/libxml2 -gst_annodex_PLIST_FILES= ${GST_LIB_DIR}/libgstannodex.la \ - ${GST_LIB_DIR}/libgstannodex.so -# bz2 -gst_bz2_PLIST_FILES= ${GST_LIB_DIR}/libgstbz2.la \ - ${GST_LIB_DIR}/libgstbz2.so -#gst_bz2_DIST= bad +# amrwb +gst_amrwb_LIB_DEPENDS+= opencore-amrwb:${PORTSDIR}/audio/opencore-amr +gst_amrwb_GST_PLUGIN_DIR= ext/amrwbdec +gst_amrwb_PLIST_FILES= ${GST_LIB_DIR}/libgstamrwbdec.la \ + ${GST_LIB_DIR}/libgstamrwbdec.so # cairo gst_cairo_LIB_DEPENDS+= cairo:${PORTSDIR}/graphics/cairo gst_cairo_PLIST_FILES= ${GST_LIB_DIR}/libgstcairo.la \ ${GST_LIB_DIR}/libgstcairo.so +# # cdaudio gst_cdaudio_LIB_DEPENDS+=cdaudio:${PORTSDIR}/audio/libcdaudio @@ -353,8 +331,7 @@ gst_cdparanoia_PLIST_FILES= ${GST_LIB_DIR}/libgstcdparanoia.la \ # cdio gst_cdio_LIB_DEPENDS+= cdio:${PORTSDIR}/sysutils/libcdio gst_cdio_PLIST_FILES= ${GST_LIB_DIR}/libgstcdio.la \ - ${GST_LIB_DIR}/libgstcdio.so -#gst_cdio_DIST= ugly + ${GST_LIB_DIR}/libgstcdio.so # dts gst_dts_LIB_DEPENDS+= dca:${PORTSDIR}/multimedia/libdca @@ -370,6 +347,7 @@ gst_libdv_PLIST_FILES= ${GST_LIB_DIR}/libgstdv.la \ ${GST_LIB_DIR}/libgstdv.so # dvd +# xxxx ugly gst_dvd_LIB_DEPENDS+= dvdread:${PORTSDIR}/multimedia/libdvdread gst_dvd_GST_PLUGIN_DIR= ext/dvdread gst_dvd_PLIST_FILES= ${GST_LIB_DIR}/libgstdvdread.la \ @@ -377,14 +355,6 @@ gst_dvd_PLIST_FILES= ${GST_LIB_DIR}/libgstdvdread.la \ #gst_dvd_DIST= ugly -# esound -gst_esound_USE_GNOME+= esound -gst_esound_GST_PLUGIN_DIR= ext/esd -gst_esound_CONFIGURE_ENV+= ESD_CFLAGS="`pkg-config --cflags esound`" \ - ESD_LIBS="`pkg-config --libs esound`" -gst_esound_PLIST_FILES= ${GST_LIB_DIR}/libgstesd.so \ - ${GST_LIB_DIR}/libgstesd.la - # exif # hmm not a real plugin, seems to be part of metadata? #gst_exif_LIB_DEPENDS+= exif:${PORTSDIR}/graphics/libexif @@ -453,9 +423,6 @@ gst_ladspa_PLIST_FILES= ${GST_LIB_DIR}/libgstladspa.la \ # lame gst_lame_LIB_DEPENDS+= mp3lame:${PORTSDIR}/audio/lame -gst_lame_PLIST_FILES= ${GST_LIB_DIR}/libgstlame.la \ - ${GST_LIB_DIR}/libgstlame.so -#gst_lame_DIST= ugly # libcaca gst_libcaca_LIB_DEPENDS+= caca:${PORTSDIR}/graphics/libcaca @@ -479,11 +446,7 @@ gst_libvisual_PLIST_FILES= ${GST_LIB_DIR}/libgstlibvisual.la \ ${GST_LIB_DIR}/libgstlibvisual.so # mad -gst_mad_LIB_DEPENDS+= mad:${PORTSDIR}/audio/libmad \ - id3tag.0:${PORTSDIR}/audio/libid3tag -gst_mad_PLIST_FILES= ${GST_LIB_DIR}/libgstmad.la \ - ${GST_LIB_DIR}/libgstmad.so -#gst_mad_DIST= ugly +gst_mad_LIB_DEPENDS+= mad:${PORTSDIR}/audio/libmad # mpeg2enc gst_mpeg2enc_LIB_DEPENDS+= mjpegutils-2.0:${PORTSDIR}/multimedia/mjpegtools @@ -493,9 +456,6 @@ gst_mpeg2enc_PLIST_FILES= ${GST_LIB_DIR}/libgstmpeg2enc.la \ # mpeg2dec gst_mpeg2dec_LIB_DEPENDS+= mpeg2:${PORTSDIR}/multimedia/libmpeg2 -gst_mpeg2dec_PLIST_FILES= ${GST_LIB_DIR}/libgstmpeg2dec.la \ - ${GST_LIB_DIR}/libgstmpeg2dec.so -#gst_mpeg2dec_DIST= ugly # musepack gst_musepack_LIB_DEPENDS+= mpcdec:${PORTSDIR}/audio/musepack @@ -563,8 +523,7 @@ gst_shout2_LIB_DEPENDS+= shout:${PORTSDIR}/audio/libshout2 # sidplay gst_sidplay_LIB_DEPENDS+= sidplay:${PORTSDIR}/audio/libsidplay gst_sidplay_PLIST_FILES= ${GST_LIB_DIR}/libgstsid.so \ - ${GST_LIB_DIR}/libgstsid.la -#gst_sidplay_DIST= ugly + ${GST_LIB_DIR}/libgstsid.la # sndfile gst_sndfile_LIB_DEPENDS+= sndfile:${PORTSDIR}/audio/libsndfile @@ -616,8 +575,8 @@ gst_theora_PLIST_FILES= ${GST_LIB_DIR}/libgsttheora.la \ # twolame gst_twolame_LIB_DEPENDS+= twolame:${PORTSDIR}/audio/twolame -gst_twolame_PLIST_FILES= ${GST_LIB_DIR}/libgsttwolame.la \ - ${GST_LIB_DIR}/libgsttwolame.so +#gst_twolame_PLIST_FILES= ${GST_LIB_DIR}/libgsttwolame.la \ +# ${GST_LIB_DIR}/libgsttwolame.so #gst_twolame_DIST= ugly # gst_v4l2 @@ -687,7 +646,6 @@ gst_x264_PLIST_FILES= ${GST_LIB_DIR}/libgstx264.la \ share/gstreamer-${VERSION}/presets/GstX264Enc.prs gst_x264_PLIST_DIRS= share/gstreamer-${VERSION}/presets \ share/gstreamer-${VERSION} -#gst_x264_DIST= ugly # xvid gst_xvid_LIB_DEPENDS+= xvidcore:${PORTSDIR}/multimedia/xvid @@ -726,7 +684,6 @@ gst_${GST_PLUGIN}_GST_PLUGIN_DIR?= ext/${GST_PLUGIN} gst_${GST_PLUGIN}_POSTBUILD_DIR?= gst_${GST_PLUGIN}_USE_GNOME?= gst_${GST_PLUGIN}_CONFIGURE_ENV?= -gst_${GST_PLUGIN}_GCONF_SCHEMAS?= gst_${GST_PLUGIN}_GLIB_SCHEMAS?= gst_${GST_PLUGIN}_CONFIGURE_ARGS?= gst_${GST_PLUGIN}_USE_SDL?= @@ -742,10 +699,6 @@ USE_XORG+= ${GST_${GST_PLUGIN}_USE_XORG} USE_GNOME+= ${gst_${GST_PLUGIN}_USE_GNOME} CONFIGURE_ENV+= ${gst_${GST_PLUGIN}_CONFIGURE_ENV} -.if ${gst_${GST_PLUGIN}_GCONF_SCHEMAS}!="" -GCONF_SCHEMAS= ${gst_${GST_PLUGIN}_GCONF_SCHEMAS} -.endif - .if ${gst_${GST_PLUGIN}_GLIB_SCHEMAS}!="" GLIB_SCHEMAS= ${gst_${GST_PLUGIN}_GLIB_SCHEMAS} .endif diff --git a/sysutils/gstreamer1-plugins-cdio/Makefile b/sysutils/gstreamer1-plugins-cdio/Makefile new file mode 100644 index 000000000..87dd0caa4 --- /dev/null +++ b/sysutils/gstreamer1-plugins-cdio/Makefile @@ -0,0 +1,15 @@ +# Created by: Koop Mast <kwm@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= sysutils + +COMMENT= Gstreamer compact disc input and control library + +GST_PLUGIN= cdio +DIST= ugly + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" |