diff -ruN --exclude=CVS ports.orig/Mk/bsd.gstreamer.mk ports/Mk/bsd.gstreamer.mk --- ports.orig/Mk/bsd.gstreamer.mk Sat Jan 21 12:37:01 2006 +++ ports/Mk/bsd.gstreamer.mk Sun Mar 26 01:37:34 2006 @@ -6,8 +6,8 @@ # Created by: Michael Johnson # Date: 4 Oct 2004 # -# $FreeBSD: ports/Mk/bsd.gstreamer.mk,v 1.13 2006/01/21 17:37:01 krion Exp $ -# +# $FreeBSD$ +# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.22 2006/02/01 23:26:53 ahze Exp $ .if !defined(_POSTMKINCLUDED) && !defined(Gstreamer_Pre_Include) @@ -18,7 +18,10 @@ # Ports can use the following: # -# USE_GSTREAMER= dvd lame flac +# For Gstreamer 0.10: +# USE_GSTREAMER= lame faac ffmpeg +# For Gstreamer 0.8: +# USE_GSTREAMER80= dvd lame flac # # If you want to use USE_GSTREAMER after # you must follow one of the examples listed below @@ -45,14 +48,25 @@ # GSTREAMER_PORT= ${PORTSDIR}/multimedia/gstreamer-plugins +GSTREAMER80_PORT= ${GSTREAMER_PORT}80 _GST_LIB_BASE= ${X11BASE}/lib/gstreamer-${GST_VERSION} -GST_VERSION= 0.8 +_GST80_LIB_BASE= ${X11BASE}/lib/gstreamer-${GST80_VERSION} +GST_VERSION= 0.10 +GST_MINOR_VERSION= .0 +GST80_VERSION= 0.8 +GST80_MINOR_VERSION= .10 GST_SHLIB_VERSION= 1 - +GST80_SHLIB_VERSION= 1 # # These are the current supported gstreamer-plugins modules # -_USE_GSTREAMER_ALL= a52dec aalib artsd audiofile cairo cdaudio cdio cdparanoia \ +_USE_GSTREAMER_ALL= a52dec aalib bad cairo cdparanoia \ + dv esound faac faad ffmpeg flac gconf gnomevfs \ + good gsm ivorbis jpeg ladspa lame libcaca \ + libmms libpng libvisual mad mpeg2dec \ + musepack ogg pango sdl shout2 sidplay \ + speex theora ugly vorbis wavpack +_USE_GSTREAMER80_ALL= a52dec aalib artsd audiofile cairo cdaudio cdio cdparanoia \ dirac dts dv dvd esound faac faad ffmpeg flac \ gconf gdkpixbuf gnomevfs gsm hermes ivorbis jack jpeg \ jpeg-mmx ladspa lame libcaca libfame libmms libmng \ @@ -60,29 +74,28 @@ musepack musicbrainz nas sdl shout shout2 sidplay \ smoothwave sndfile speex theora ogg pango polypaudio \ swfdec vorbis wavpack x264 xvid - # other plugins OTHER_GSTREAMER_PLUGINS+= core yes +OTHER_GSTREAMER80_PLUGINS+= ${OTHER_GSTREAMER_PLUGINS} + _USE_GSTREAMER_ALL+= ${OTHER_GSTREAMER_PLUGINS} +_USE_GSTREAMER80_ALL+= ${OTHER_GSTREAMER80_PLUGINS} core_DEPENDS= multimedia/gstreamer-plugins-core -core_PLIST= .gstreamer-plugins-core -core_GST_EXT= .keep yes_DEPENDS= multimedia/gstreamer-plugins -yes_PLIST= libgstac3parse +yes_NAME= gstreamer-plugins +yes_GST80_PREFIX= # empty +yes_GST_PREFIX= # empty cdio_DEPENDS= sysutils/gstreamer-plugins-cdio -cdio_PLIST= libgstcddasrc gconf_DEPENDS= devel/gstreamer-plugins-gconf -gconf_PLIST= libgstgconfelements # Audio Plugins Section a52dec_DEPENDS= audio/gstreamer-plugins-a52dec artsd_DEPENDS= audio/gstreamer-plugins-artsd -artsd_PLIST= libgstartsdsink audiofile_DEPENDS= audio/gstreamer-plugins-audiofile @@ -91,7 +104,6 @@ cdparanoia_DEPENDS= audio/gstreamer-plugins-cdparanoia esound_DEPENDS= audio/gstreamer-plugins-esound -esound_PLIST= libgstesd faac_DEPENDS= audio/gstreamer-plugins-faac @@ -116,22 +128,18 @@ musepack_DEPENDS= audio/gstreamer-plugins-musepack musicbrainz_DEPENDS= audio/gstreamer-plugins-musicbrainz -musicbrainz_PLIST= libgsttrm nas_DEPENDS= audio/gstreamer-plugins-nas -nas_PLIST= libgstnassink ogg_DEPENDS= audio/gstreamer-plugins-ogg polypaudio_DEPENDS= audio/gstreamer-plugins-polypaudio -polypaudio_PLIST= libpolypaudio shout_DEPENDS= audio/gstreamer-plugins-shout shout2_DEPENDS= audio/gstreamer-plugins-shout2 sidplay_DEPENDS= audio/gstreamer-plugins-sidplay -sidplay_PLIST= libgstsid smoothwave_DEPENDS= audio/gstreamer-plugins-smoothwave @@ -147,52 +155,50 @@ gnomevfs_DEPENDS= devel/gstreamer-plugins-gnomevfs sdl_DEPENDS= devel/gstreamer-plugins-sdl -sdl_PLIST= libgstsdlvideosink # Graphics Plugins Section aalib_DEPENDS= graphics/gstreamer-plugins-aalib -aalib_PLIST= libgstaasink cairo_DEPENDS= graphics/gstreamer-plugins-cairo gdkpixbuf_DEPENDS= graphics/gstreamer-plugins-gdkpixbuf hermes_DEPENDS= graphics/gstreamer-plugins-hermes -hermes_PLIST= libgsthermescolorspace jpeg_DEPENDS= graphics/gstreamer-plugins-jpeg jpeg-mmx_DEPENDS= graphics/gstreamer-plugins-jpeg-mmx -jpeg-mmx_PLIST= libgstjpeg libcaca_DEPENDS= graphics/gstreamer-plugins-libcaca -libcaca_PLIST= libgstcacasink libmng_DEPENDS= graphics/gstreamer-plugins-libmng -libmng_PLIST= libgstmng libpng_DEPENDS= graphics/gstreamer-plugins-libpng -libpng_PLIST= libgstpng libvisual_DEPENDS= graphics/gstreamer-plugins-libvisual swfdec_DEPENDS= graphics/gstreamer-plugins-swfdec # Multimedia Plugins Section +bad_DEPENDS= multimedia/gstreamer-plugins-bad + dirac_DEPENDS= multimedia/gstreamer-plugins-dirac dts_DEPENDS= multimedia/gstreamer-plugins-dts -dts_PLIST= libgstdtsdec ffmpeg_DEPENDS= multimedia/gstreamer-ffmpeg - -libcaca_PLIST= libgstcacasink +ffmpeg_GST80_SUFX= 80 +ffmpeg_GST80_PREFIX= gstreamer- +ffmpeg_GST_PREFIX= gstreamer- +ffmpeg_GST_SUFX= # empty +ffmpeg_GST80_VERSION= 0.8.7 +ffmpeg_GST_VERSION= 0.10.0 dv_DEPENDS= multimedia/gstreamer-plugins-dv -dv_PLIST= libgstdvdec dvd_DEPENDS= multimedia/gstreamer-plugins-dvd -dvd_PLIST= libgstdvdnavsrc + +good_DEPENDS= multimedia/gstreamer-plugins-good libfame_DEPENDS= multimedia/gstreamer-plugins-libfame @@ -204,42 +210,54 @@ theora_DEPENDS= multimedia/gstreamer-plugins-theora +ugly_DEPENDS= multimedia/gstreamer-plugins-ugly + x264_DEPENDS= multimedia/gstreamer-plugins-x264 -x264_PLIST= libx264 xvid_DEPENDS= multimedia/gstreamer-plugins-xvid # Net Plugins Section libmms_DEPENDS= net/gstreamer-plugins-libmms -libmms_PLIST= libgstmms # X11-Toolkits Plugins Section pango_DEPENDS= x11-toolkits/gstreamer-plugins-pango -pango_PLIST= libgsttextoverlay .if defined(_POSTMKINCLUDED) && !defined(Gstreamer_Post_Include) Gstreamer_Post_Include= bsd.gstreamer.mk -# defined ext_PLIST="" for each port that uses auto plist +.for ext in ${USE_GSTREAMER80} +${ext}_GST80_SUFX?= 80 +${ext}_GST80_PREFIX?= gstreamer-plugins- +${ext}_GST80_VERSION?= ${GST80_VERSION}${GST80_MINOR_VERSION} +${ext}_NAME?= ${ext} +.endfor .for ext in ${USE_GSTREAMER} -${ext}_PLIST?= -${ext}_GST_EXT?= .so +${ext}_GST_PREFIX?= gstreamer-plugins- +${ext}_GST_VERSION?= ${GST_VERSION}${GST_MINOR_VERSION} +${ext}_NAME?= ${ext} .endfor +.if defined(USE_GSTREAMER80) +.for ext in ${USE_GSTREAMER80} +. if ${_USE_GSTREAMER80_ALL:M${ext}}!= "" && exists(${PORTSDIR}/${${ext}_DEPENDS}${${ext}_GST80_SUFX}) +BUILD_DEPENDS+= ${${ext}_GST80_PREFIX}${${ext}_NAME}${${ext}_GST80_SUFX}>=${${ext}_GST80_VERSION}:${PORTSDIR}/${${ext}_DEPENDS}${${ext}_GST80_SUFX} +RUN_DEPENDS+= ${${ext}_GST80_PREFIX}${${ext}_NAME}${${ext}_GST80_SUFX}>=${${ext}_GST80_VERSION}:${PORTSDIR}/${${ext}_DEPENDS}${${ext}_GST80_SUFX} +. else +BROKEN= Unknown gstreamer-plugin -- ${ext} +. endif +.endfor +.endif +.if defined(USE_GSTREAMER) .for ext in ${USE_GSTREAMER} . if ${_USE_GSTREAMER_ALL:M${ext}}!= "" && exists(${PORTSDIR}/${${ext}_DEPENDS}) -. if ${${ext}_PLIST} != "" -BUILD_DEPENDS+= ${_GST_LIB_BASE}/${${ext}_PLIST}${${ext}_GST_EXT}:${PORTSDIR}/${${ext}_DEPENDS} -RUN_DEPENDS+= ${_GST_LIB_BASE}/${${ext}_PLIST}${${ext}_GST_EXT}:${PORTSDIR}/${${ext}_DEPENDS} -. else -BUILD_DEPENDS+= ${_GST_LIB_BASE}/libgst${ext}.so:${PORTSDIR}/${${ext}_DEPENDS} -RUN_DEPENDS+= ${_GST_LIB_BASE}/libgst${ext}.so:${PORTSDIR}/${${ext}_DEPENDS} -. endif +BUILD_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME}>=${${ext}_GST_VERSION}:${PORTSDIR}/${${ext}_DEPENDS} +RUN_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME}>=${${ext}_GST_VERSION}:${PORTSDIR}/${${ext}_DEPENDS} . else BROKEN= Unknown gstreamer-plugin -- ${ext} . endif .endfor +.endif # The End .endif diff -ruN --exclude=CVS ports.orig/Mk/bsd.port.mk ports/Mk/bsd.port.mk --- ports.orig/Mk/bsd.port.mk Thu Feb 23 10:37:20 2006 +++ ports/Mk/bsd.port.mk Sat Mar 25 18:30:38 2006 @@ -1379,7 +1379,7 @@ .include "${PORTSDIR}/Mk/bsd.gnome.mk" .endif -.if defined(WANT_GSTREAMER) || defined(USE_GSTREAMER) +.if defined(WANT_GSTREAMER) || defined(USE_GSTREAMER) || defined(USE_GSTREAMER80) .include "${PORTSDIR}/Mk/bsd.gstreamer.mk" .endif @@ -1792,7 +1792,7 @@ .include "${PORTSDIR}/Mk/bsd.database.mk" .endif -.if defined(WANT_GSTREAMER) || defined(USE_GSTREAMER) +.if defined(WANT_GSTREAMER) || defined(USE_GSTREAMER) || defined(USE_GSTREAMER80) .include "${PORTSDIR}/Mk/bsd.gstreamer.mk" .endif diff -ruN --exclude=CVS ports.orig/audio/gnomemedia2/Makefile ports/audio/gnomemedia2/Makefile --- ports.orig/audio/gnomemedia2/Makefile Thu Feb 23 05:34:28 2006 +++ ports/audio/gnomemedia2/Makefile Sun Mar 26 01:20:43 2006 @@ -28,7 +28,7 @@ GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ gail nautiluscdburner -USE_GSTREAMER= esound cdparanoia gconf +USE_GSTREAMER80= esound cdparanoia gconf CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff -ruN --exclude=CVS ports.orig/audio/goobox/Makefile ports/audio/goobox/Makefile --- ports.orig/audio/goobox/Makefile Thu Feb 23 05:34:29 2006 +++ ports/audio/goobox/Makefile Sun Mar 26 01:22:47 2006 @@ -2,15 +2,15 @@ # Date created: 11 Nov 2004 # Whom: Alexander Nedotsukov # -# $FreeBSD: ports/audio/goobox/Makefile,v 1.17 2006/02/23 10:34:29 ade Exp $ -# +# $FreeBSD$ +# $MCom: ports/audio/goobox/Makefile,v 1.13 2006/03/13 19:31:36 mezz Exp $ PORTNAME= goobox PORTVERSION= 0.9.93 PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -21,10 +21,11 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libglade2 libbonobo \ gnomedocutils -USE_GSTREAMER= cdparanoia gconf -GNU_CONFIGURE= yes +USE_GSTREAMER80= cdparanoia gconf +GNU_CONFIGURE= yes INSTALLS_OMF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-monkeysaudio/Makefile ports/audio/gstreamer-monkeysaudio/Makefile --- ports.orig/audio/gstreamer-monkeysaudio/Makefile Thu Feb 23 05:34:29 2006 +++ ports/audio/gstreamer-monkeysaudio/Makefile Thu Feb 23 12:51:33 2006 @@ -2,12 +2,12 @@ # Date created: Thu May 13 14:04:31 CEST 2004 # Whom: Koop Mast # -# $FreeBSD: ports/audio/gstreamer-monkeysaudio/Makefile,v 1.12 2006/02/23 10:34:29 ade Exp $ +# $FreeBSD$ # PORTNAME= gstreamer PORTVERSION= 0.8.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= http://gstreamer.freedesktop.org/src/gst${PKGNAMESUFFIX}/ PKGNAMESUFFIX= -monkeysaudio @@ -21,7 +21,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= lthack gnomehack gnomeprefix -USE_GSTREAMER= yes +USE_GSTREAMER80= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" PLIST_SUB= VERSION="${GST_VERSION}" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-monkeysaudio/distinfo ports/audio/gstreamer-monkeysaudio/distinfo --- ports.orig/audio/gstreamer-monkeysaudio/distinfo Sun Jan 22 03:12:45 2006 +++ ports/audio/gstreamer-monkeysaudio/distinfo Thu Jan 19 21:55:49 2006 @@ -1,3 +1,2 @@ MD5 (gst-monkeysaudio-0.8.0.tar.bz2) = cda60097072e9f48316a76ef2e4d9925 -SHA256 (gst-monkeysaudio-0.8.0.tar.bz2) = 4fb12f1d2e845c9028e547aa7945aacd217e3f1602cf6ccae383ddb04de895b3 SIZE (gst-monkeysaudio-0.8.0.tar.bz2) = 249562 diff -ruN --exclude=CVS ports.orig/audio/gstreamer-monkeysaudio/pkg-plist ports/audio/gstreamer-monkeysaudio/pkg-plist --- ports.orig/audio/gstreamer-monkeysaudio/pkg-plist Thu Feb 23 05:34:29 2006 +++ ports/audio/gstreamer-monkeysaudio/pkg-plist Thu Mar 2 13:55:59 2006 @@ -3,5 +3,5 @@ lib/gstreamer-%%VERSION%%/libgstmonkeysaudio.so %%PORTDOCS%%%%DOCSDIR%%/GStreamer-monkeysaudio-permit @exec %%X11BASE%%/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true -%%PORTDOCS%%@unexec /bin/rmdir %D/%%DOCSDIR%% 2>/dev/null || true +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% @unexec %%X11BASE%%/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-a52dec80/Makefile ports/audio/gstreamer-plugins-a52dec80/Makefile --- ports.orig/audio/gstreamer-plugins-a52dec80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-a52dec80/Makefile Thu Feb 23 13:05:29 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-faac +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-a52dec80/Makefile,v 1.2 2006/02/23 18:05:29 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin + +GST_PLUGIN= a52dec + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-artsd/Makefile ports/audio/gstreamer-plugins-artsd/Makefile --- ports.orig/audio/gstreamer-plugins-artsd/Makefile Sat Nov 5 00:20:28 2005 +++ ports/audio/gstreamer-plugins-artsd/Makefile Wed Dec 31 19:00:00 1969 @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-artsd -# Date created: 3 Oct 2004 -# Whom: Michael Johnson -# -# $FreeBSD: ports/audio/gstreamer-plugins-artsd/Makefile,v 1.5 2005/11/05 05:20:28 marcus Exp $ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer kde audio system plugin - -GST_PLUGIN= artsd - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-artsd80/Makefile ports/audio/gstreamer-plugins-artsd80/Makefile --- ports.orig/audio/gstreamer-plugins-artsd80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-artsd80/Makefile Thu Feb 23 13:05:30 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-artsd +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-artsd80/Makefile,v 1.2 2006/02/23 18:05:30 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer kde audio system plugin + +GST_PLUGIN= artsd + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-audiofile/Makefile ports/audio/gstreamer-plugins-audiofile/Makefile --- ports.orig/audio/gstreamer-plugins-audiofile/Makefile Sat Nov 5 00:20:28 2005 +++ ports/audio/gstreamer-plugins-audiofile/Makefile Wed Dec 31 19:00:00 1969 @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-audiofile -# Date created: 3 Oct 2004 -# Whom: Michael Johnson -# -# $FreeBSD: ports/audio/gstreamer-plugins-audiofile/Makefile,v 1.5 2005/11/05 05:20:28 marcus Exp $ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer SGI audio file plugin - -GST_PLUGIN= audiofile - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-audiofile80/Makefile ports/audio/gstreamer-plugins-audiofile80/Makefile --- ports.orig/audio/gstreamer-plugins-audiofile80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-audiofile80/Makefile Thu Feb 23 13:05:30 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-audiofile +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-audiofile80/Makefile,v 1.2 2006/02/23 18:05:30 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer SGI audio file plugin + +GST_PLUGIN= audiofile + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-cdaudio/Makefile ports/audio/gstreamer-plugins-cdaudio/Makefile --- ports.orig/audio/gstreamer-plugins-cdaudio/Makefile Sat Nov 5 00:20:29 2005 +++ ports/audio/gstreamer-plugins-cdaudio/Makefile Wed Dec 31 19:00:00 1969 @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-cdaudio -# Date created: 17 Dec 2004 -# Whom: Koop Mast -# -# $FreeBSD: ports/audio/gstreamer-plugins-cdaudio/Makefile,v 1.5 2005/11/05 05:20:29 marcus Exp $ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer audio cd playing plugin - -GST_PLUGIN= cdaudio - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-cdaudio80/Makefile ports/audio/gstreamer-plugins-cdaudio80/Makefile --- ports.orig/audio/gstreamer-plugins-cdaudio80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-cdaudio80/Makefile Thu Feb 23 13:05:30 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-cdaudio +# Date created: 17 Dec 2004 +# Whom: Koop Mast +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-cdaudio80/Makefile,v 1.2 2006/02/23 18:05:30 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer audio cd playing plugin + +GST_PLUGIN= cdaudio + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-cdparanoia80/Makefile ports/audio/gstreamer-plugins-cdparanoia80/Makefile --- ports.orig/audio/gstreamer-plugins-cdparanoia80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-cdparanoia80/Makefile Thu Feb 23 13:05:30 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-cdparanoia +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-cdparanoia80/Makefile,v 1.2 2006/02/23 18:05:30 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 3 + +COMMENT= Gstreamer CDDA extraction (aka audio ripping) plugin + +GST_PLUGIN= cdparanoia + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-esound80/Makefile ports/audio/gstreamer-plugins-esound80/Makefile --- ports.orig/audio/gstreamer-plugins-esound80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-esound80/Makefile Thu Feb 23 13:05:30 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-esd +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-esound80/Makefile,v 1.2 2006/02/23 18:05:30 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer enlightenment sound library plugin + +GST_PLUGIN= esound + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-faac80/Makefile ports/audio/gstreamer-plugins-faac80/Makefile --- ports.orig/audio/gstreamer-plugins-faac80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-faac80/Makefile Thu Feb 23 13:05:31 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-faac +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-faac80/Makefile,v 1.2 2006/02/23 18:05:31 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC encoder plugin + +GST_PLUGIN= faac + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-faad80/Makefile ports/audio/gstreamer-plugins-faad80/Makefile --- ports.orig/audio/gstreamer-plugins-faad80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-faad80/Makefile Thu Feb 23 13:05:31 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-faad +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-faad80/Makefile,v 1.2 2006/02/23 18:05:31 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer MPEG-2 and MPEG-4 ACC decoder plugin + +GST_PLUGIN= faad + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-flac80/Makefile ports/audio/gstreamer-plugins-flac80/Makefile --- ports.orig/audio/gstreamer-plugins-flac80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-flac80/Makefile Thu Feb 23 13:05:31 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-flac +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-flac80/Makefile,v 1.2 2006/02/23 18:05:31 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer free lossless audio encoder/decoder plugin + +GST_PLUGIN= flac + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-gsm80/Makefile ports/audio/gstreamer-plugins-gsm80/Makefile --- ports.orig/audio/gstreamer-plugins-gsm80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-gsm80/Makefile Thu Feb 23 13:05:31 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-gsm +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-gsm80/Makefile,v 1.2 2006/02/23 18:05:31 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer gsm encoding/decoding plugin + +GST_PLUGIN= gsm + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-ivorbis80/Makefile ports/audio/gstreamer-plugins-ivorbis80/Makefile --- ports.orig/audio/gstreamer-plugins-ivorbis80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-ivorbis80/Makefile Thu Feb 23 13:05:31 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-ivorbis +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-ivorbis80/Makefile,v 1.2 2006/02/23 18:05:31 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer integer only Ogg Vorbis decoder plugin + +GST_PLUGIN= ivorbis + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-jack80/Makefile ports/audio/gstreamer-plugins-jack80/Makefile --- ports.orig/audio/gstreamer-plugins-jack80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-jack80/Makefile Thu Feb 23 13:05:32 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-jack +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-jack80/Makefile,v 1.2 2006/02/23 18:05:32 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer low-latency audio server plugin + +GST_PLUGIN= jack + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-ladspa80/Makefile ports/audio/gstreamer-plugins-ladspa80/Makefile --- ports.orig/audio/gstreamer-plugins-ladspa80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-ladspa80/Makefile Thu Feb 23 13:05:32 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-ladspa +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-ladspa80/Makefile,v 1.2 2006/02/23 18:05:32 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer ladspa (Linux Audio Developer's Simple Plugin API) plugin + +GST_PLUGIN= ladspa + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-lame80/Makefile ports/audio/gstreamer-plugins-lame80/Makefile --- ports.orig/audio/gstreamer-plugins-lame80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-lame80/Makefile Thu Feb 23 13:05:32 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-lame +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-lame80/Makefile,v 1.2 2006/02/23 18:05:32 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer mp3 encode plugin + +GST_PLUGIN= lame + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-mad80/Makefile ports/audio/gstreamer-plugins-mad80/Makefile --- ports.orig/audio/gstreamer-plugins-mad80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-mad80/Makefile Thu Feb 23 13:05:32 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-mad +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-mad80/Makefile,v 1.2 2006/02/23 18:05:32 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 3 + +COMMENT= Gstreamer mp3 decoder plugin + +GST_PLUGIN= mad + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-mikmod80/Makefile ports/audio/gstreamer-plugins-mikmod80/Makefile --- ports.orig/audio/gstreamer-plugins-mikmod80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-mikmod80/Makefile Thu Feb 23 13:05:33 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-mikmod +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-mikmod80/Makefile,v 1.2 2006/02/23 18:05:33 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer mikmod sound plugin + +GST_PLUGIN= mikmod + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-musepack80/Makefile ports/audio/gstreamer-plugins-musepack80/Makefile --- ports.orig/audio/gstreamer-plugins-musepack80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-musepack80/Makefile Thu Jan 19 21:55:53 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-musepack +# Date created: 4 Dec 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-musepack80/Makefile,v 1.1 2006/01/20 02:55:53 ahze Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer musepack mpc encoder/decoder plugin + +GST_PLUGIN= musepack + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-musicbrainz80/Makefile ports/audio/gstreamer-plugins-musicbrainz80/Makefile --- ports.orig/audio/gstreamer-plugins-musicbrainz80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-musicbrainz80/Makefile Thu Feb 23 13:05:33 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-musicbrainz +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-musicbrainz80/Makefile,v 1.2 2006/02/23 18:05:33 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer CD index/audio metadata plugin + +GST_PLUGIN= musicbrainz + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-nas80/Makefile ports/audio/gstreamer-plugins-nas80/Makefile --- ports.orig/audio/gstreamer-plugins-nas80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-nas80/Makefile Thu Feb 23 13:05:33 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-nas +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-nas80/Makefile,v 1.2 2006/02/23 18:05:33 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= GStreamer NAS (Network Audio System) plugin + +GST_PLUGIN= nas + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-ogg80/Makefile ports/audio/gstreamer-plugins-ogg80/Makefile --- ports.orig/audio/gstreamer-plugins-ogg80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-ogg80/Makefile Thu Feb 23 13:05:33 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-ogg +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-ogg80/Makefile,v 1.2 2006/02/23 18:05:33 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer Ogg bitstream plugin + +GST_PLUGIN= ogg + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-polypaudio80/Makefile ports/audio/gstreamer-plugins-polypaudio80/Makefile --- ports.orig/audio/gstreamer-plugins-polypaudio80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-polypaudio80/Makefile Thu Feb 23 13:05:33 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-polypaudio +# Date created: 8 Dec 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-polypaudio80/Makefile,v 1.2 2006/02/23 18:05:33 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer polypaudio sound server plugin + +GST_PLUGIN= polypaudio + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-shout280/Makefile ports/audio/gstreamer-plugins-shout280/Makefile --- ports.orig/audio/gstreamer-plugins-shout280/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-shout280/Makefile Thu Jan 19 21:55:54 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-shout2 +# Date created: 16 Mar 2005 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-shout280/Makefile,v 1.1 2006/01/20 02:55:54 ahze Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer icecast plugin + +GST_PLUGIN= shout2 + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-shout80/Makefile ports/audio/gstreamer-plugins-shout80/Makefile --- ports.orig/audio/gstreamer-plugins-shout80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-shout80/Makefile Thu Feb 23 13:05:34 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-shout +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-shout80/Makefile,v 1.2 2006/02/23 18:05:34 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer icecast plugin + +GST_PLUGIN= shout + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-sidplay80/Makefile ports/audio/gstreamer-plugins-sidplay80/Makefile --- ports.orig/audio/gstreamer-plugins-sidplay80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-sidplay80/Makefile Thu Feb 23 13:05:34 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-sidplay +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-sidplay80/Makefile,v 1.2 2006/02/23 18:05:34 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer Commodore SID decoder plugin + +GST_PLUGIN= sidplay + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-smoothwave80/Makefile ports/audio/gstreamer-plugins-smoothwave80/Makefile --- ports.orig/audio/gstreamer-plugins-smoothwave80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-smoothwave80/Makefile Thu Feb 23 13:05:34 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-smoothwave +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-smoothwave80/Makefile,v 1.2 2006/02/23 18:05:34 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer visualisation plugin + +GST_PLUGIN= smoothwave + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-sndfile80/Makefile ports/audio/gstreamer-plugins-sndfile80/Makefile --- ports.orig/audio/gstreamer-plugins-sndfile80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-sndfile80/Makefile Thu Feb 23 13:05:34 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-sndfile +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-sndfile80/Makefile,v 1.2 2006/02/23 18:05:34 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer sndfile plugin + +GST_PLUGIN= sndfile + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-speex80/Makefile ports/audio/gstreamer-plugins-speex80/Makefile --- ports.orig/audio/gstreamer-plugins-speex80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-speex80/Makefile Thu Feb 23 13:05:34 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-speex +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-speex80/Makefile,v 1.2 2006/02/23 18:05:34 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer speex voice plugin + +GST_PLUGIN= speex + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-vorbis80/Makefile ports/audio/gstreamer-plugins-vorbis80/Makefile --- ports.orig/audio/gstreamer-plugins-vorbis80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-vorbis80/Makefile Thu Feb 23 13:05:35 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-vorbis +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-vorbis80/Makefile,v 1.2 2006/02/23 18:05:35 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +COMMENT= Gstreamer vorbis encoder/decoder plugin + +GST_PLUGIN= vorbis + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/gstreamer-plugins-wavpack80/Makefile ports/audio/gstreamer-plugins-wavpack80/Makefile --- ports.orig/audio/gstreamer-plugins-wavpack80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/audio/gstreamer-plugins-wavpack80/Makefile Thu Feb 23 13:05:35 2006 @@ -0,0 +1,16 @@ +# New ports collection makefile for: gstreamer-plugins-wavpack +# Date created: 5 July 2005 +# Whom: Koop Mast +# +# $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-wavpack80/Makefile,v 1.2 2006/02/23 18:05:35 marcus Exp $ +# + +CATEGORIES= audio +PORTREVISION= 2 + +GST_PLUGIN= wavpack + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/audio/jamboree/Makefile ports/audio/jamboree/Makefile --- ports.orig/audio/jamboree/Makefile Thu Feb 23 05:34:31 2006 +++ ports/audio/jamboree/Makefile Thu Feb 23 13:07:11 2006 @@ -2,7 +2,7 @@ # Date created: 08 Oct 2003 # Whom: Jean-Yves Lefort # -# $FreeBSD: ports/audio/jamboree/Makefile,v 1.21 2006/02/23 10:34:31 ade Exp $ +# $FreeBSD$ # PORTNAME= jamboree @@ -20,13 +20,13 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libglade2 -USE_GSTREAMER= vorbis mad gconf -GNU_CONFIGURE= yes +USE_GSTREAMER80= vorbis mad gconf +GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ + GST_INSPECT="${X11BASE}/bin/gst-inspect-0.8" GCONF_SCHEMAS= jamboree.schemas -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|^\(@GCONF_SCHEMAS_INSTALL_TRUE@\) |\1 |' \ diff -ruN --exclude=CVS ports.orig/audio/jamboree/distinfo ports/audio/jamboree/distinfo --- ports.orig/audio/jamboree/distinfo Sun Jan 22 03:12:48 2006 +++ ports/audio/jamboree/distinfo Thu Jan 19 21:55:55 2006 @@ -1,3 +1,2 @@ MD5 (jamboree-0.5.tar.bz2) = 23a0b5e3eda5e73bf838af66ba4b3180 -SHA256 (jamboree-0.5.tar.bz2) = 09d0f302668f9e56ad5dcb47cd7de64b72a0c2eae20329be64bf3c7e3f45a4f0 SIZE (jamboree-0.5.tar.bz2) = 430659 diff -ruN --exclude=CVS ports.orig/audio/jamboree/files/patch-src_Makefile.in ports/audio/jamboree/files/patch-src_Makefile.in --- ports.orig/audio/jamboree/files/patch-src_Makefile.in Wed Dec 31 19:00:00 1969 +++ ports/audio/jamboree/files/patch-src_Makefile.in Sat Jan 28 02:56:41 2006 @@ -0,0 +1,12 @@ +--- src/Makefile.in.orig Tue Sep 28 05:07:49 2004 ++++ src/Makefile.in Sat Jan 28 01:02:06 2006 +@@ -279,8 +279,7 @@ + target_alias = @target_alias@ + INCLUDES = @JAMBOREE_CFLAGS@ \ + -DDATADIR=\""$(datadir)"\" \ +- -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED \ +- $(WARN_CFLAGS) ++ -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED $(WARN_CFLAGS) + + @HAVE_DBUS_TRUE@dbus_sources = dbus.c dbus.h + jamboree_built_headers = jamboree-marshal.h diff -ruN --exclude=CVS ports.orig/audio/klira/Makefile ports/audio/klira/Makefile --- ports.orig/audio/klira/Makefile Thu Feb 23 05:34:32 2006 +++ ports/audio/klira/Makefile Sun Mar 26 01:53:10 2006 @@ -19,7 +19,7 @@ LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib USE_BZIP2= yes -USE_GSTREAMER= yes +USE_GSTREAMER80= yes USE_KDELIBS_VER=3 USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 diff -ruN --exclude=CVS ports.orig/audio/lindele/Makefile ports/audio/lindele/Makefile --- ports.orig/audio/lindele/Makefile Sat Nov 5 00:19:27 2005 +++ ports/audio/lindele/Makefile Thu Mar 2 13:22:44 2006 @@ -2,7 +2,7 @@ # Date created: 26 Jul 2004 # Whom: Jean-Yves Lefort # -# $FreeBSD: ports/audio/lindele/Makefile,v 1.11 2005/11/05 05:19:27 marcus Exp $ +# $FreeBSD$ # PORTNAME= lindele @@ -19,9 +19,8 @@ tag:${PORTSDIR}/audio/taglib USE_X_PREFIX= yes -USE_REINPLACE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui -USE_GSTREAMER= gconf +USE_GSTREAMER80= gconf GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff -ruN --exclude=CVS ports.orig/audio/lindele/distinfo ports/audio/lindele/distinfo --- ports.orig/audio/lindele/distinfo Sun Jan 22 03:12:50 2006 +++ ports/audio/lindele/distinfo Thu Jan 19 21:55:56 2006 @@ -1,3 +1,2 @@ MD5 (lindele-0.1.1.tar.gz) = 6d5387fd607fe0516bcc3ddd84dc4a77 -SHA256 (lindele-0.1.1.tar.gz) = d0aaa1b3a5be06711c5bac5dda6669c3056b510e01ccc355659a3d931f8ec363 SIZE (lindele-0.1.1.tar.gz) = 168572 diff -ruN --exclude=CVS ports.orig/audio/marlin/Makefile ports/audio/marlin/Makefile --- ports.orig/audio/marlin/Makefile Thu Feb 23 05:34:37 2006 +++ ports/audio/marlin/Makefile Sat Feb 25 23:17:25 2006 @@ -2,11 +2,11 @@ # Date created: 16 Nov 2003 # Whom: Pav Lucistnik # -# $FreeBSD: ports/audio/marlin/Makefile,v 1.15 2006/02/23 10:34:37 ade Exp $ +# $FreeBSD$ PORTNAME= marlin PORTVERSION= 0.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,7 +20,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnometarget intlhack libgnomeui nautiluscdburner -USE_GSTREAMER= flac gconf mad vorbis +USE_GSTREAMER80= flac gconf mad vorbis INSTALLS_OMF= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes diff -ruN --exclude=CVS ports.orig/audio/rhythmbox/Makefile ports/audio/rhythmbox/Makefile --- ports.orig/audio/rhythmbox/Makefile Thu Feb 23 05:34:40 2006 +++ ports/audio/rhythmbox/Makefile Sun Mar 26 01:58:29 2006 @@ -8,7 +8,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.9.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 @@ -29,7 +29,7 @@ USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner USE_GSTREAMER= flac mad gnomevfs gconf jpeg USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --enable-nautilus-menu +CONFIGURE_ARGS= --enable-nautilus-menu --with-playback=gstreamer-0-10 CONFIGURE_ENV= LIBS="-lm" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" diff -ruN --exclude=CVS ports.orig/audio/sound-juicer/Makefile ports/audio/sound-juicer/Makefile --- ports.orig/audio/sound-juicer/Makefile Thu Feb 23 05:34:41 2006 +++ ports/audio/sound-juicer/Makefile Sun Mar 26 01:23:27 2006 @@ -26,7 +26,7 @@ USE_REINPLACE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner \ gnomedocutils -USE_GSTREAMER= cdparanoia vorbis flac gconf +USE_GSTREAMER80= cdparanoia vorbis flac gconf GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ignore-missing-cd CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff -ruN --exclude=CVS ports.orig/audio/tunesbrowser/Makefile ports/audio/tunesbrowser/Makefile --- ports.orig/audio/tunesbrowser/Makefile Sat Nov 5 00:21:24 2005 +++ ports/audio/tunesbrowser/Makefile Thu Jan 19 21:55:58 2006 @@ -2,8 +2,8 @@ # Date created: 2004-07-27 # Whom: Michael Johnson # -# $FreeBSD: ports/audio/tunesbrowser/Makefile,v 1.18 2005/11/05 05:21:24 marcus Exp $ -# +# $FreeBSD$ +# $MCom: ports/audio/tunesbrowser/Makefile,v 1.6 2006/01/20 02:55:58 ahze Exp $ PORTNAME= tunesbrowser PORTVERSION= 0.3.0 @@ -20,7 +20,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget libglade2 WANT_GNOME= yes -USE_GSTREAMER= mad +USE_GSTREAMER80= mad GNU_CONFIGURE= yes MAN1= tunesbrowser.1 @@ -30,7 +30,7 @@ .include .if defined(WITH_FAAD) -USE_GSTREAMER+= faad +USE_GSTREAMER80+= faad .endif .if ${HAVE_GNOME:Mlibgnome}!="" diff -ruN --exclude=CVS ports.orig/devel/gstreamer-plugins-gconf/Makefile ports/devel/gstreamer-plugins-gconf/Makefile --- ports.orig/devel/gstreamer-plugins-gconf/Makefile Sat Nov 5 00:20:34 2005 +++ ports/devel/gstreamer-plugins-gconf/Makefile Fri Feb 24 13:24:27 2006 @@ -2,11 +2,11 @@ # Date created: 10 Mar 2004 # Whom: Koop Mast # -# $FreeBSD: ports/devel/gstreamer-plugins-gconf/Makefile,v 1.7 2005/11/05 05:20:34 marcus Exp $ +# $FreeBSD$ # CATEGORIES= devel -PORTREVISION= 1 +PORTREVISION= 3 COMMENT= Gstreamer gconf plugin diff -ruN --exclude=CVS ports.orig/devel/gstreamer-plugins-gconf80/Makefile ports/devel/gstreamer-plugins-gconf80/Makefile --- ports.orig/devel/gstreamer-plugins-gconf80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/devel/gstreamer-plugins-gconf80/Makefile Fri Feb 24 13:24:27 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-gconf +# Date created: 10 Mar 2004 +# Whom: Koop Mast +# +# $FreeBSD$ +# $MCom: ports/devel/gstreamer-plugins-gconf80/Makefile,v 1.2 2006/02/24 18:24:27 marcus Exp $ +# + +CATEGORIES= devel +PORTREVISION= 2 + +COMMENT= Gstreamer gconf plugin + +GST_PLUGIN= gconf + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/devel/gstreamer-plugins-gnomevfs80/Makefile ports/devel/gstreamer-plugins-gnomevfs80/Makefile --- ports.orig/devel/gstreamer-plugins-gnomevfs80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/devel/gstreamer-plugins-gnomevfs80/Makefile Fri Feb 24 13:24:27 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-gnomevfs +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/devel/gstreamer-plugins-gnomevfs80/Makefile,v 1.2 2006/02/24 18:24:27 marcus Exp $ +# + +CATEGORIES= devel +PORTREVISION= 2 + +COMMENT= Gstreamer gnomevfs plugin + +GST_PLUGIN= gnomevfs + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/devel/gstreamer-plugins-sdl80/Makefile ports/devel/gstreamer-plugins-sdl80/Makefile --- ports.orig/devel/gstreamer-plugins-sdl80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/devel/gstreamer-plugins-sdl80/Makefile Fri Feb 24 13:24:52 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-sdl +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/devel/gstreamer-plugins-sdl80/Makefile,v 1.2 2006/02/24 18:24:52 marcus Exp $ +# + +CATEGORIES= devel +PORTREVISION= 2 + +COMMENT= Gstreamer SDL plugin + +GST_PLUGIN= sdl + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/games/gnome-music-quiz/Makefile ports/games/gnome-music-quiz/Makefile --- ports.orig/games/gnome-music-quiz/Makefile Thu Feb 23 05:36:37 2006 +++ ports/games/gnome-music-quiz/Makefile Fri Feb 24 13:37:30 2006 @@ -2,7 +2,7 @@ # Date created: 20 Jun 2004 # Whom: Jean-Yves Lefort # -# $FreeBSD: ports/games/gnome-music-quiz/Makefile,v 1.13 2006/02/23 10:36:37 ade Exp $ +# $FreeBSD$ # PORTNAME= gnome-music-quiz @@ -19,7 +19,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomeprefix libgnomeui -USE_GSTREAMER= gconf +USE_GSTREAMER80= gconf GNU_CONFIGURE= yes pre-configure: diff -ruN --exclude=CVS ports.orig/games/monkeybubble/Makefile ports/games/monkeybubble/Makefile --- ports.orig/games/monkeybubble/Makefile Thu Feb 23 05:36:42 2006 +++ ports/games/monkeybubble/Makefile Fri Feb 24 13:39:21 2006 @@ -2,7 +2,7 @@ # Date created: 06 October 2003 # Whom: Adam Weinberger # -# $FreeBSD: ports/games/monkeybubble/Makefile,v 1.24 2006/02/23 10:36:42 ade Exp $ +# $FreeBSD$ # PORTNAME= monkeybubble @@ -16,14 +16,15 @@ COMMENT= GTK2 Puzzle Bobble clone with monkeys USE_X_PREFIX= yes -USE_REINPLACE= yes HAS_MONKEYS= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GSTREAMER= ogg gconf +USE_GSTREAMER80= ogg gconf USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \ intlhack + +GCONF_SCHEMAS= monkey-bubble.schemas CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff -ruN --exclude=CVS ports.orig/games/monkeybubble/pkg-plist ports/games/monkeybubble/pkg-plist --- ports.orig/games/monkeybubble/pkg-plist Tue Aug 24 23:01:57 2004 +++ ports/games/monkeybubble/pkg-plist Fri Feb 24 13:39:21 2006 @@ -1,8 +1,5 @@ bin/monkey-bubble bin/monkey-srv -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/monkey-bubble.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/monkey-bubble.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/monkey-bubble.schemas > /dev/null || /usr/bin/true share/gnome/applications/monkey-bubble.desktop share/gnome/help/monkey-bubble/C/empty.xml share/gnome/help/monkey-bubble/C/monkey-bubble.xml diff -ruN --exclude=CVS ports.orig/graphics/gstreamer-plugins-aalib80/Makefile ports/graphics/gstreamer-plugins-aalib80/Makefile --- ports.orig/graphics/gstreamer-plugins-aalib80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/graphics/gstreamer-plugins-aalib80/Makefile Fri Feb 24 13:50:32 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-aalib +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/graphics/gstreamer-plugins-aalib80/Makefile,v 1.2 2006/02/24 18:50:32 marcus Exp $ +# + +CATEGORIES= graphics +PORTREVISION= 2 + +COMMENT= Gstreamer ascii art plugin + +GST_PLUGIN= aalib + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/graphics/gstreamer-plugins-cairo80/Makefile ports/graphics/gstreamer-plugins-cairo80/Makefile --- ports.orig/graphics/gstreamer-plugins-cairo80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/graphics/gstreamer-plugins-cairo80/Makefile Fri Feb 24 13:50:32 2006 @@ -0,0 +1,19 @@ +# New ports collection makefile for: gstreamer-plugins-cairo +# Date created: Mar 8 2005 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/graphics/gstreamer-plugins-cairo80/Makefile,v 1.2 2006/02/24 18:50:32 marcus Exp $ +# $MCom: ports/graphics/gstreamer-plugins-cairo80/Makefile,v 1.2 2006/02/24 18:50:32 marcus Exp $ +# + +CATEGORIES= graphics +PORTREVISION= 2 + +COMMENT= Gstreamer vector graphics plugin + +GST_PLUGIN= cairo + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/graphics/gstreamer-plugins-gdkpixbuf80/Makefile ports/graphics/gstreamer-plugins-gdkpixbuf80/Makefile --- ports.orig/graphics/gstreamer-plugins-gdkpixbuf80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/graphics/gstreamer-plugins-gdkpixbuf80/Makefile Fri Feb 24 13:50:33 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-gdkpixbuf +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/graphics/gstreamer-plugins-gdkpixbuf80/Makefile,v 1.2 2006/02/24 18:50:33 marcus Exp $ +# + +CATEGORIES= graphics +PORTREVISION= 2 + +COMMENT= Gstreamer image decoder plugin + +GST_PLUGIN= gdkpixbuf + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/graphics/gstreamer-plugins-hermes80/Makefile ports/graphics/gstreamer-plugins-hermes80/Makefile --- ports.orig/graphics/gstreamer-plugins-hermes80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/graphics/gstreamer-plugins-hermes80/Makefile Fri Feb 24 13:50:33 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-hermes +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/graphics/gstreamer-plugins-hermes80/Makefile,v 1.2 2006/02/24 18:50:33 marcus Exp $ +# + +CATEGORIES= graphics +PORTREVISION= 2 + +COMMENT= Gstreamer hermes colorspace plugin + +GST_PLUGIN= hermes + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/graphics/gstreamer-plugins-jpeg-mmx80/Makefile ports/graphics/gstreamer-plugins-jpeg-mmx80/Makefile --- ports.orig/graphics/gstreamer-plugins-jpeg-mmx80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/graphics/gstreamer-plugins-jpeg-mmx80/Makefile Fri Feb 24 13:50:33 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-jpeg-mmx +# Date created: 1 Nov 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/graphics/gstreamer-plugins-jpeg-mmx80/Makefile,v 1.2 2006/02/24 18:50:33 marcus Exp $ +# + +CATEGORIES= graphics +PORTREVISION= 2 + +COMMENT= Gstreamer jpeg encoder/decoder plugin with mmx optimalizations + +GST_PLUGIN= jpeg-mmx + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/graphics/gstreamer-plugins-jpeg80/Makefile ports/graphics/gstreamer-plugins-jpeg80/Makefile --- ports.orig/graphics/gstreamer-plugins-jpeg80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/graphics/gstreamer-plugins-jpeg80/Makefile Fri Feb 24 13:50:33 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-jpeg +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/graphics/gstreamer-plugins-jpeg80/Makefile,v 1.2 2006/02/24 18:50:33 marcus Exp $ +# + +CATEGORIES= graphics +PORTREVISION= 2 + +COMMENT= Gstreamer jpeg encoder/decoder plugin + +GST_PLUGIN= jpeg + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/graphics/gstreamer-plugins-libcaca80/Makefile ports/graphics/gstreamer-plugins-libcaca80/Makefile --- ports.orig/graphics/gstreamer-plugins-libcaca80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/graphics/gstreamer-plugins-libcaca80/Makefile Fri Feb 24 13:50:33 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-libcaca +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/graphics/gstreamer-plugins-libcaca80/Makefile,v 1.2 2006/02/24 18:50:33 marcus Exp $ +# + +CATEGORIES= graphics +PORTREVISION= 2 + +COMMENT= Gstreamer color ascii art plugin + +GST_PLUGIN= libcaca + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/graphics/gstreamer-plugins-libmng80/Makefile ports/graphics/gstreamer-plugins-libmng80/Makefile --- ports.orig/graphics/gstreamer-plugins-libmng80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/graphics/gstreamer-plugins-libmng80/Makefile Fri Feb 24 13:50:34 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-libmng +# Date created: 6 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/graphics/gstreamer-plugins-libmng80/Makefile,v 1.2 2006/02/24 18:50:34 marcus Exp $ +# + +CATEGORIES= graphics +PORTREVISION= 2 + +COMMENT= Gstreamer Multiple-image Network Graphics plugin + +GST_PLUGIN= libmng + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/graphics/gstreamer-plugins-libpng80/Makefile ports/graphics/gstreamer-plugins-libpng80/Makefile --- ports.orig/graphics/gstreamer-plugins-libpng80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/graphics/gstreamer-plugins-libpng80/Makefile Fri Feb 24 13:50:34 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-libpng +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/graphics/gstreamer-plugins-libpng80/Makefile,v 1.2 2006/02/24 18:50:34 marcus Exp $ +# + +CATEGORIES= graphics +PORTREVISION= 2 + +COMMENT= Gstreamer png plugin + +GST_PLUGIN= libpng + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/graphics/gstreamer-plugins-libvisual80/Makefile ports/graphics/gstreamer-plugins-libvisual80/Makefile --- ports.orig/graphics/gstreamer-plugins-libvisual80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/graphics/gstreamer-plugins-libvisual80/Makefile Fri Feb 24 13:50:34 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-libvisual +# Date created: 4 Dec 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/graphics/gstreamer-plugins-libvisual80/Makefile,v 1.2 2006/02/24 18:50:34 marcus Exp $ +# + +CATEGORIES= graphics +PORTREVISION= 2 + +COMMENT= Gstreamer libvisual plugin + +GST_PLUGIN= libvisual + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/graphics/gstreamer-plugins-swfdec80/Makefile ports/graphics/gstreamer-plugins-swfdec80/Makefile --- ports.orig/graphics/gstreamer-plugins-swfdec80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/graphics/gstreamer-plugins-swfdec80/Makefile Fri Feb 24 13:50:34 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-swfdec +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/graphics/gstreamer-plugins-swfdec80/Makefile,v 1.2 2006/02/24 18:50:34 marcus Exp $ +# + +CATEGORIES= graphics +PORTREVISION= 2 + +COMMENT= Gstreamer flash redering plugin + +GST_PLUGIN= swfdec + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/graphics/swfdec/Makefile ports/graphics/swfdec/Makefile --- ports.orig/graphics/swfdec/Makefile Sat Nov 5 00:20:38 2005 +++ ports/graphics/swfdec/Makefile Thu Mar 2 13:22:45 2006 @@ -3,12 +3,12 @@ # Date created: Apr 5, 2003 # Whom: ijliao # -# $FreeBSD: ports/graphics/swfdec/Makefile,v 1.25 2005/11/05 05:20:38 marcus Exp $ +# $FreeBSD$ # PORTNAME= swfdec PORTVERSION= 0.3.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.schleef.org/swfdec/download/ @@ -18,13 +18,11 @@ LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ oil-0.3.1:${PORTSDIR}/devel/liboil -USE_REINPLACE= yes USE_X_PREFIX= yes USE_SDL= sdl USE_GNOME= gnomehack gtk20 libartlgpl2 -USE_GSTREAMER= gconf +USE_GSTREAMER80= gconf USE_GETOPT_LONG= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff -ruN --exclude=CVS ports.orig/graphics/swfdec/distinfo ports/graphics/swfdec/distinfo --- ports.orig/graphics/swfdec/distinfo Sun Jan 22 07:35:13 2006 +++ ports/graphics/swfdec/distinfo Thu Jan 19 21:56:03 2006 @@ -1,3 +1,2 @@ MD5 (swfdec-0.3.5.tar.gz) = cc40397d7784efee549fb7853b01cac3 -SHA256 (swfdec-0.3.5.tar.gz) = 23094a5ec8f2a23c78e09b5a30dde8d0dc66d3d6488a4b9ea58b3bfb3943c06b SIZE (swfdec-0.3.5.tar.gz) = 512041 diff -ruN --exclude=CVS ports.orig/graphics/swfdec/pkg-plist ports/graphics/swfdec/pkg-plist --- ports.orig/graphics/swfdec/pkg-plist Sun Mar 20 11:07:42 2005 +++ ports/graphics/swfdec/pkg-plist Fri Feb 24 13:50:36 2006 @@ -26,8 +26,10 @@ include/swfdec-%%VERSION%%/swfdec_types.h include/swfdec-%%VERSION%%/tags.h lib/gtk-2.0/2.4.0/loaders/swf_loader.a +lib/gtk-2.0/2.4.0/loaders/swf_loader.la lib/gtk-2.0/2.4.0/loaders/swf_loader.so lib/libswfdec-%%VERSION%%.a +lib/libswfdec-%%VERSION%%.la lib/libswfdec-%%VERSION%%.so lib/libswfdec-%%VERSION%%.so.0 libdata/pkgconfig/swfdec-%%VERSION%%.pc diff -ruN --exclude=CVS ports.orig/mail/evolution/Makefile ports/mail/evolution/Makefile --- ports.orig/mail/evolution/Makefile Thu Feb 23 05:37:45 2006 +++ ports/mail/evolution/Makefile Sun Mar 26 01:24:08 2006 @@ -93,7 +93,7 @@ .endif .if defined(WITH_GSTREAMER) -LIB_DEPENDS+= gstreamer-0.8.5:${PORTSDIR}/multimedia/gstreamer +LIB_DEPENDS+= gstreamer-0.8.5:${PORTSDIR}/multimedia/gstreamer80 PLIST_SUB+= GSTREAMER="" .else PLIST_SUB+= GSTREAMER="@comment " diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer/Makefile ports/multimedia/gstreamer/Makefile --- ports.orig/multimedia/gstreamer/Makefile Thu Feb 23 05:38:04 2006 +++ ports/multimedia/gstreamer/Makefile Sat Mar 11 00:37:03 2006 @@ -2,16 +2,15 @@ # Date created: Tue Jul 9 20:24:02 UTC 2002 # Whom: Mario Sergio Fujikawa Ferreira # -# $FreeBSD: ports/multimedia/gstreamer/Makefile,v 1.43 2006/02/23 10:38:04 ade Exp $ -# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer/Makefile,v 1.41 2006/03/11 05:37:03 ahze Exp $ PORTNAME= gstreamer -PORTVERSION= 0.8.11 -PORTREVISION= 2 +PORTVERSION= 0.10.4 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GNOME} \ http://gstreamer.freedesktop.org/src/gstreamer/ -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${GST_VERSION} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10 DIST_SUBDIR= gnome2 MAINTAINER= kwm@FreeBSD.org @@ -24,43 +23,21 @@ USE_BZIP2= yes USE_GMAKE= yes WANT_GNOME= yes -USE_GNOME= gnomehack \ - gnomeprefix \ - glib20 \ - libxml2 -GNU_CONFIGURE= yes +USE_GNOME= gnomehack gnomeprefix glib20 libxml2 ltverhack +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --disable-tests \ --disable-examples \ --disable-docs-build \ --disable-failing-tests CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" -PLIST_SUB= \ - VERSION="${GST_VERSION}" \ - SHLIB_VERSION="${SHLIB_VERSION}" \ - PORTVERSION="${PORTVERSION}" +PLIST_SUB= VERSION="${GST_VERSION}" INSTALLS_SHLIB= yes +GST_VERSION= 0.10 -MAN1= gst-complete-${GST_VERSION}.1 gst-compprep-${GST_VERSION}.1 \ - gst-feedback-${GST_VERSION}.1 gst-inspect-${GST_VERSION}.1 \ +MAN1= gst-feedback-${GST_VERSION}.1 gst-inspect-${GST_VERSION}.1 \ gst-launch-${GST_VERSION}.1 gst-md5sum-${GST_VERSION}.1 \ - gst-register-${GST_VERSION}.1 gst-typefind-${GST_VERSION}.1 \ - gst-xmllaunch-${GST_VERSION}.1 gst-xmlinspect-${GST_VERSION}.1 + gst-typefind-${GST_VERSION}.1 gst-xmlinspect-${GST_VERSION}.1 \ + gst-xmllaunch-${GST_VERSION}.1 -GST_VERSION=${PORTVERSION:C/...$//} - -# library minor number -SHLIB_VERSION= 5 - -.include - -.if ( ( ${OSVERSION} < 504101 ) || ( ${OSVERSION} >= 600000 && ${OSVERSION} < 600012 ) ) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gst::cothreads.c -.endif - -post-install: -# register plugins - -@${PREFIX}/bin/gst-register-${GST_VERSION} \ - --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST_VERSION}/registry.xml 2>/dev/null - -.include +.include diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer/distinfo ports/multimedia/gstreamer/distinfo --- ports.orig/multimedia/gstreamer/distinfo Sun Jan 22 16:19:37 2006 +++ ports/multimedia/gstreamer/distinfo Sat Mar 11 00:37:03 2006 @@ -1,3 +1,3 @@ -MD5 (gnome2/gstreamer-0.8.11.tar.bz2) = 3a251cf05b794ebac04e18f71e5b26eb -SHA256 (gnome2/gstreamer-0.8.11.tar.bz2) = 29aaec0f345b614dfa8da97cef629d68f74b4523dd28cb0abc04352cf14e6064 -SIZE (gnome2/gstreamer-0.8.11.tar.bz2) = 1459651 +MD5 (gnome2/gstreamer-0.10.4.tar.bz2) = 263a7800ecf44d0f38d0cbc80bce65ff +SHA256 (gnome2/gstreamer-0.10.4.tar.bz2) = 7b8add7db1e0b0e3671f374469ef32b151fa96bc9eb2aa265eefd79548752ffc +SIZE (gnome2/gstreamer-0.10.4.tar.bz2) = 1518532 diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer/pkg-plist ports/multimedia/gstreamer/pkg-plist --- ports.orig/multimedia/gstreamer/pkg-plist Thu Feb 23 05:38:04 2006 +++ ports/multimedia/gstreamer/pkg-plist Fri Feb 24 19:09:16 2006 @@ -1,7 +1,3 @@ -bin/gst-complete -bin/gst-complete-%%VERSION%% -bin/gst-compprep -bin/gst-compprep-%%VERSION%% bin/gst-feedback bin/gst-feedback-%%VERSION%% bin/gst-inspect @@ -10,131 +6,110 @@ bin/gst-launch-%%VERSION%% bin/gst-md5sum bin/gst-md5sum-%%VERSION%% -bin/gst-register -bin/gst-register-%%VERSION%% bin/gst-typefind bin/gst-typefind-%%VERSION%% bin/gst-xmlinspect bin/gst-xmlinspect-%%VERSION%% bin/gst-xmllaunch bin/gst-xmllaunch-%%VERSION%% -include/gstreamer-%%VERSION%%/gst/bytestream/adapter.h -include/gstreamer-%%VERSION%%/gst/bytestream/bytestream.h -include/gstreamer-%%VERSION%%/gst/bytestream/filepad.h -include/gstreamer-%%VERSION%%/gst/control/control.h -include/gstreamer-%%VERSION%%/gst/control/dparam.h -include/gstreamer-%%VERSION%%/gst/control/dparam_smooth.h -include/gstreamer-%%VERSION%%/gst/control/dparamcommon.h -include/gstreamer-%%VERSION%%/gst/control/dparammanager.h -include/gstreamer-%%VERSION%%/gst/control/dplinearinterp.h -include/gstreamer-%%VERSION%%/gst/control/unitconvert.h +include/gstreamer-%%VERSION%%/gst/base/gstadapter.h +include/gstreamer-%%VERSION%%/gst/base/gstbasesink.h +include/gstreamer-%%VERSION%%/gst/base/gstbasesrc.h +include/gstreamer-%%VERSION%%/gst/base/gstbasetransform.h +include/gstreamer-%%VERSION%%/gst/base/gstcollectpads.h +include/gstreamer-%%VERSION%%/gst/base/gstpushsrc.h +include/gstreamer-%%VERSION%%/gst/base/gsttypefindhelper.h +include/gstreamer-%%VERSION%%/gst/controller/gstcontroller.h include/gstreamer-%%VERSION%%/gst/dataprotocol/dataprotocol.h -include/gstreamer-%%VERSION%%/gst/getbits/getbits.h +include/gstreamer-%%VERSION%%/gst/glib-compat.h include/gstreamer-%%VERSION%%/gst/gst.h -include/gstreamer-%%VERSION%%/gst/gstatomic.h include/gstreamer-%%VERSION%%/gst/gstbin.h include/gstreamer-%%VERSION%%/gst/gstbuffer.h +include/gstreamer-%%VERSION%%/gst/gstbus.h include/gstreamer-%%VERSION%%/gst/gstcaps.h include/gstreamer-%%VERSION%%/gst/gstchildproxy.h include/gstreamer-%%VERSION%%/gst/gstclock.h include/gstreamer-%%VERSION%%/gst/gstcompat.h include/gstreamer-%%VERSION%%/gst/gstconfig.h -include/gstreamer-%%VERSION%%/gst/gstcpu.h -include/gstreamer-%%VERSION%%/gst/gstdata.h include/gstreamer-%%VERSION%%/gst/gstelement.h +include/gstreamer-%%VERSION%%/gst/gstelementfactory.h include/gstreamer-%%VERSION%%/gst/gstenumtypes.h include/gstreamer-%%VERSION%%/gst/gsterror.h include/gstreamer-%%VERSION%%/gst/gstevent.h include/gstreamer-%%VERSION%%/gst/gstfilter.h include/gstreamer-%%VERSION%%/gst/gstformat.h +include/gstreamer-%%VERSION%%/gst/gstghostpad.h include/gstreamer-%%VERSION%%/gst/gstindex.h +include/gstreamer-%%VERSION%%/gst/gstindexfactory.h include/gstreamer-%%VERSION%%/gst/gstinfo.h include/gstreamer-%%VERSION%%/gst/gstinterface.h +include/gstreamer-%%VERSION%%/gst/gstiterator.h include/gstreamer-%%VERSION%%/gst/gstmacros.h include/gstreamer-%%VERSION%%/gst/gstmarshal.h -include/gstreamer-%%VERSION%%/gst/gstmemchunk.h +include/gstreamer-%%VERSION%%/gst/gstmessage.h +include/gstreamer-%%VERSION%%/gst/gstminiobject.h include/gstreamer-%%VERSION%%/gst/gstobject.h include/gstreamer-%%VERSION%%/gst/gstpad.h +include/gstreamer-%%VERSION%%/gst/gstpadtemplate.h include/gstreamer-%%VERSION%%/gst/gstparse.h include/gstreamer-%%VERSION%%/gst/gstpipeline.h include/gstreamer-%%VERSION%%/gst/gstplugin.h include/gstreamer-%%VERSION%%/gst/gstpluginfeature.h -include/gstreamer-%%VERSION%%/gst/gstprobe.h include/gstreamer-%%VERSION%%/gst/gstquery.h -include/gstreamer-%%VERSION%%/gst/gstqueue.h include/gstreamer-%%VERSION%%/gst/gstregistry.h -include/gstreamer-%%VERSION%%/gst/gstregistrypool.h -include/gstreamer-%%VERSION%%/gst/gstscheduler.h +include/gstreamer-%%VERSION%%/gst/gstsegment.h include/gstreamer-%%VERSION%%/gst/gststructure.h include/gstreamer-%%VERSION%%/gst/gstsystemclock.h -include/gstreamer-%%VERSION%%/gst/gsttag.h -include/gstreamer-%%VERSION%%/gst/gsttaginterface.h -include/gstreamer-%%VERSION%%/gst/gstthread.h +include/gstreamer-%%VERSION%%/gst/gsttaglist.h +include/gstreamer-%%VERSION%%/gst/gsttagsetter.h +include/gstreamer-%%VERSION%%/gst/gsttask.h include/gstreamer-%%VERSION%%/gst/gsttrace.h -include/gstreamer-%%VERSION%%/gst/gsttrashstack.h include/gstreamer-%%VERSION%%/gst/gsttypefind.h -include/gstreamer-%%VERSION%%/gst/gsttypes.h +include/gstreamer-%%VERSION%%/gst/gsttypefindfactory.h include/gstreamer-%%VERSION%%/gst/gsturi.h -include/gstreamer-%%VERSION%%/gst/gsturitype.h include/gstreamer-%%VERSION%%/gst/gstutils.h include/gstreamer-%%VERSION%%/gst/gstvalue.h include/gstreamer-%%VERSION%%/gst/gstversion.h include/gstreamer-%%VERSION%%/gst/gstxml.h -lib/gstreamer-%%VERSION%%/libgstbasicgthreadscheduler.a -lib/gstreamer-%%VERSION%%/libgstbasicgthreadscheduler.la -lib/gstreamer-%%VERSION%%/libgstbasicgthreadscheduler.so -lib/gstreamer-%%VERSION%%/libgstbasicomegascheduler.a -lib/gstreamer-%%VERSION%%/libgstbasicomegascheduler.la -lib/gstreamer-%%VERSION%%/libgstbasicomegascheduler.so -lib/gstreamer-%%VERSION%%/libgstbytestream.a -lib/gstreamer-%%VERSION%%/libgstbytestream.la -lib/gstreamer-%%VERSION%%/libgstbytestream.so -lib/gstreamer-%%VERSION%%/libgstdataprotocol.a -lib/gstreamer-%%VERSION%%/libgstdataprotocol.la -lib/gstreamer-%%VERSION%%/libgstdataprotocol.so -lib/gstreamer-%%VERSION%%/libgstelements.a -lib/gstreamer-%%VERSION%%/libgstelements.la -lib/gstreamer-%%VERSION%%/libgstelements.so -lib/gstreamer-%%VERSION%%/libgstentrygthreadscheduler.a -lib/gstreamer-%%VERSION%%/libgstentrygthreadscheduler.la -lib/gstreamer-%%VERSION%%/libgstentrygthreadscheduler.so -lib/gstreamer-%%VERSION%%/libgstentryomegascheduler.a -lib/gstreamer-%%VERSION%%/libgstentryomegascheduler.la -lib/gstreamer-%%VERSION%%/libgstentryomegascheduler.so -lib/gstreamer-%%VERSION%%/libgstfairgthreadscheduler.a -lib/gstreamer-%%VERSION%%/libgstfairgthreadscheduler.la -lib/gstreamer-%%VERSION%%/libgstfairgthreadscheduler.so -lib/gstreamer-%%VERSION%%/libgstgetbits.a -lib/gstreamer-%%VERSION%%/libgstgetbits.la -lib/gstreamer-%%VERSION%%/libgstgetbits.so -lib/gstreamer-%%VERSION%%/libgstindexers.a -lib/gstreamer-%%VERSION%%/libgstindexers.la -lib/gstreamer-%%VERSION%%/libgstindexers.so -lib/gstreamer-%%VERSION%%/libgstoptgthreadscheduler.a -lib/gstreamer-%%VERSION%%/libgstoptgthreadscheduler.la -lib/gstreamer-%%VERSION%%/libgstoptgthreadscheduler.so -lib/gstreamer-%%VERSION%%/libgstoptomegascheduler.a -lib/gstreamer-%%VERSION%%/libgstoptomegascheduler.la -lib/gstreamer-%%VERSION%%/libgstoptomegascheduler.so -lib/gstreamer-%%VERSION%%/libgstoptscheduler.a -lib/gstreamer-%%VERSION%%/libgstoptscheduler.la -lib/gstreamer-%%VERSION%%/libgstoptscheduler.so -lib/gstreamer-%%VERSION%%/libgstspider.a -lib/gstreamer-%%VERSION%%/libgstspider.la -lib/gstreamer-%%VERSION%%/libgstspider.so -lib/libgstcontrol-%%VERSION%%.a -lib/libgstcontrol-%%VERSION%%.la -lib/libgstcontrol-%%VERSION%%.so -lib/libgstcontrol-%%VERSION%%.so.%%SHLIB_VERSION%% +include/gstreamer-%%VERSION%%/gst/net/gstnet.h +include/gstreamer-%%VERSION%%/gst/net/gstnetclientclock.h +include/gstreamer-%%VERSION%%/gst/net/gstnettimepacket.h +include/gstreamer-%%VERSION%%/gst/net/gstnettimeprovider.h +lib/gstreamer-%%VERSION%%/libgstcoreelements.a +lib/gstreamer-%%VERSION%%/libgstcoreelements.la +lib/gstreamer-%%VERSION%%/libgstcoreelements.so +lib/gstreamer-%%VERSION%%/libgstcoreindexers.a +lib/gstreamer-%%VERSION%%/libgstcoreindexers.la +lib/gstreamer-%%VERSION%%/libgstcoreindexers.so +lib/libgstbase-%%VERSION%%.a +lib/libgstbase-%%VERSION%%.la +lib/libgstbase-%%VERSION%%.so +lib/libgstbase-%%VERSION%%.so.0 +lib/libgstcontroller-%%VERSION%%.a +lib/libgstcontroller-%%VERSION%%.la +lib/libgstcontroller-%%VERSION%%.so +lib/libgstcontroller-%%VERSION%%.so.0 +lib/libgstdataprotocol-%%VERSION%%.a +lib/libgstdataprotocol-%%VERSION%%.la +lib/libgstdataprotocol-%%VERSION%%.so +lib/libgstdataprotocol-%%VERSION%%.so.0 +lib/libgstnet-%%VERSION%%.a +lib/libgstnet-%%VERSION%%.la +lib/libgstnet-%%VERSION%%.so +lib/libgstnet-%%VERSION%%.so.0 lib/libgstreamer-%%VERSION%%.a lib/libgstreamer-%%VERSION%%.la lib/libgstreamer-%%VERSION%%.so -lib/libgstreamer-%%VERSION%%.so.%%SHLIB_VERSION%% +lib/libgstreamer-%%VERSION%%.so.0 libdata/pkgconfig/gstreamer-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-control-%%VERSION%%.pc +libdata/pkgconfig/gstreamer-base-%%VERSION%%.pc +libdata/pkgconfig/gstreamer-controller-%%VERSION%%.pc +libdata/pkgconfig/gstreamer-dataprotocol-%%VERSION%%.pc +libdata/pkgconfig/gstreamer-net-%%VERSION%%.pc share/aclocal/gst-element-check-%%VERSION%%.m4 share/locale/af/LC_MESSAGES/gstreamer-%%VERSION%%.mo share/locale/az/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/bg/LC_MESSAGES/gstreamer-%%VERSION%%.mo share/locale/ca/LC_MESSAGES/gstreamer-%%VERSION%%.mo share/locale/cs/LC_MESSAGES/gstreamer-%%VERSION%%.mo share/locale/de/LC_MESSAGES/gstreamer-%%VERSION%%.mo @@ -150,14 +125,12 @@ share/locale/tr/LC_MESSAGES/gstreamer-%%VERSION%%.mo share/locale/uk/LC_MESSAGES/gstreamer-%%VERSION%%.mo share/locale/vi/LC_MESSAGES/gstreamer-%%VERSION%%.mo -@unexec rm %D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true -@dirrm share/gnome/cache/gstreamer-%%VERSION%% -@dirrmtry share/gnome/cache -@dirrm lib/gstreamer-%%VERSION%% -@dirrm include/gstreamer-%%VERSION%%/gst/getbits +share/locale/zh_CN/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/zh_TW/LC_MESSAGES/gstreamer-%%VERSION%%.mo +@dirrm include/gstreamer-%%VERSION%%/gst/net @dirrm include/gstreamer-%%VERSION%%/gst/dataprotocol -@dirrm include/gstreamer-%%VERSION%%/gst/control -@dirrm include/gstreamer-%%VERSION%%/gst/bytestream +@dirrm include/gstreamer-%%VERSION%%/gst/controller +@dirrm include/gstreamer-%%VERSION%%/gst/base @dirrm include/gstreamer-%%VERSION%%/gst @dirrm include/gstreamer-%%VERSION%% -@exec %D/bin/gst-register-0.8 --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true +@dirrm lib/gstreamer-%%VERSION%% diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-editor/Makefile ports/multimedia/gstreamer-editor/Makefile --- ports.orig/multimedia/gstreamer-editor/Makefile Thu Feb 23 05:38:04 2006 +++ ports/multimedia/gstreamer-editor/Makefile Thu Mar 2 14:04:35 2006 @@ -2,7 +2,7 @@ # Date created: Fri Jul 12 06:02:42 UTC 2002 # Whom: Mario Sergio Fujikawa Ferreira # -# $FreeBSD: ports/multimedia/gstreamer-editor/Makefile,v 1.21 2006/02/23 10:38:04 ade Exp $ +# $FreeBSD$ # PORTNAME= gstreamer @@ -16,9 +16,9 @@ MAINTAINER= kwm@FreeBSD.org COMMENT= Provide View and Controller counterparts to GStreamer's Model -LIB_DEPENDS= gstreamer-0.8.5:${PORTSDIR}/multimedia/gstreamer \ +LIB_DEPENDS= gstreamer-0.8.5:${PORTSDIR}/multimedia/gstreamer80 \ popt.0:${PORTSDIR}/devel/popt -RUN_DEPENDS= gst-visualise-0.8:${PORTSDIR}/multimedia/gstreamer-plugins +RUN_DEPENDS= gst-visualise-0.8:${PORTSDIR}/multimedia/gstreamer-plugins80 USE_BZIP2= yes USE_X_PREFIX= yes @@ -34,13 +34,14 @@ PLIST_SUB= \ VERSION="${PORTVERSION}" INSTALLS_SHLIB= yes +INSTALLS_OMF= yes MAN1= gst-editor.1 gst-inspect-gui.1 gst-launch-gui.1 .include .if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" +BROKEN= Does not compile on FreeBSD 4.x .endif .include diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-editor/distinfo ports/multimedia/gstreamer-editor/distinfo --- ports.orig/multimedia/gstreamer-editor/distinfo Sun Jan 22 16:19:37 2006 +++ ports/multimedia/gstreamer-editor/distinfo Thu Jan 19 21:56:03 2006 @@ -1,3 +1,2 @@ MD5 (gst-editor-0.8.0.tar.bz2) = 6552880c22f8571438ed29852e28f273 -SHA256 (gst-editor-0.8.0.tar.bz2) = cbc31be94e1045676b423cd6081b276c00f48fdca99c78be5cde40ae31ed4fe9 SIZE (gst-editor-0.8.0.tar.bz2) = 356642 diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-editor/pkg-plist ports/multimedia/gstreamer-editor/pkg-plist --- ports.orig/multimedia/gstreamer-editor/pkg-plist Thu Feb 23 05:38:04 2006 +++ ports/multimedia/gstreamer-editor/pkg-plist Thu Mar 2 14:04:35 2006 @@ -39,24 +39,18 @@ share/gnome/gst-editor/gnome/help/gst-editor/C/legal.xml share/gnome/gst-editor/gst-editor.png share/gnome/omf/gst-editor/gst-editor-manual-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gst-editor/gst-editor-manual-C.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/gst-editor.png share/gnome/pixmaps/gst-inspect.png share/gnome/pixmaps/gst-launch.png -@dirrmtry share/gnome/pixmaps @dirrm share/gnome/omf/gst-editor -@dirrmtry share/gnome/omf @dirrm share/gnome/gst-editor/gnome/help/gst-editor/C @dirrm share/gnome/gst-editor/gnome/help/gst-editor @dirrm share/gnome/gst-editor/gnome/help @dirrm share/gnome/gst-editor/gnome @dirrm share/gnome/gst-editor -@dirrmtry share/gnome/applications -@dirrmtry share/gnome @dirrm include/gst-editor-%%VERSION%%/gst/element-ui @dirrm include/gst-editor-%%VERSION%%/gst/element-browser @dirrm include/gst-editor-%%VERSION%%/gst/editor @dirrm include/gst-editor-%%VERSION%%/gst/debug-ui @dirrm include/gst-editor-%%VERSION%%/gst @dirrm include/gst-editor-%%VERSION%% -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gst-editor/gst-editor-manual-C.omf 2>/dev/null || /usr/bin/true diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-ffmpeg/Makefile ports/multimedia/gstreamer-ffmpeg/Makefile --- ports.orig/multimedia/gstreamer-ffmpeg/Makefile Thu Feb 23 05:38:04 2006 +++ ports/multimedia/gstreamer-ffmpeg/Makefile Fri Feb 24 19:09:17 2006 @@ -2,11 +2,11 @@ # Date created: Thu Feb 26 20:10:39 CET 2004 # Whom: Koop Mast # -# $FreeBSD: ports/multimedia/gstreamer-ffmpeg/Makefile,v 1.18 2006/02/23 10:38:04 ade Exp $ +# $FreeBSD$ # PORTNAME= gstreamer -PORTVERSION= 0.8.7 +PORTVERSION= 0.10.0 PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-ffmpeg/ @@ -18,7 +18,6 @@ USE_X_PREFIX= yes USE_BZIP2= yes -USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= gnometarget USE_GSTREAMER= yes @@ -44,10 +43,5 @@ @${REINPLACE_CMD} -e \ 's|make|${GMAKE}|' \ ${WRKSRC}/gst-libs/ext/Makefile.in - -post-install: -# register plugins - -@${X11BASE}/bin/gst-register-${GST_VERSION} \ - --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST_VERSION}/registry.xml 2>/dev/null .include diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-ffmpeg/distinfo ports/multimedia/gstreamer-ffmpeg/distinfo --- ports.orig/multimedia/gstreamer-ffmpeg/distinfo Sun Jan 22 16:19:38 2006 +++ ports/multimedia/gstreamer-ffmpeg/distinfo Fri Jan 20 14:01:28 2006 @@ -1,3 +1,3 @@ -MD5 (gst-ffmpeg-0.8.7.tar.bz2) = 6435ef3954ee05de79829e262f86187a -SHA256 (gst-ffmpeg-0.8.7.tar.bz2) = 42c5c1ce64ac1ca382e1d95cc48d5e1d6aa48391f22d99c3dc0dc4cd5ab1a414 -SIZE (gst-ffmpeg-0.8.7.tar.bz2) = 2110685 +MD5 (gst-ffmpeg-0.10.0.tar.bz2) = 53625b1b21203ff99f115c8ecb0718cd +SHA256 (gst-ffmpeg-0.10.0.tar.bz2) = 2fea40c05d8210d88179b791154070e50eb541e5790ac10d98b91d0b006ea0dc +SIZE (gst-ffmpeg-0.10.0.tar.bz2) = 2027178 diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-ffmpeg/pkg-plist ports/multimedia/gstreamer-ffmpeg/pkg-plist --- ports.orig/multimedia/gstreamer-ffmpeg/pkg-plist Thu Feb 23 05:38:04 2006 +++ ports/multimedia/gstreamer-ffmpeg/pkg-plist Fri Feb 24 19:09:17 2006 @@ -1,6 +1,2 @@ -@exec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true lib/gstreamer-%%VERSION%%/libgstffmpeg.la lib/gstreamer-%%VERSION%%/libgstffmpeg.so -lib/gstreamer-%%VERSION%%/libgstpostproc.la -lib/gstreamer-%%VERSION%%/libgstpostproc.so -@unexec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-ffmpeg80/Makefile ports/multimedia/gstreamer-ffmpeg80/Makefile --- ports.orig/multimedia/gstreamer-ffmpeg80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-ffmpeg80/Makefile Fri Feb 24 19:09:17 2006 @@ -0,0 +1,51 @@ +# New ports collection makefile for: gstreamer ffmpeg +# Date created: Thu Feb 26 20:10:39 CET 2004 +# Whom: Koop Mast +# +# $FreeBSD$ +# + +PORTNAME= gstreamer +PORTVERSION= 0.8.7 +PORTREVISION= 3 +CATEGORIES= multimedia +MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-ffmpeg/ +PKGNAMESUFFIX= -ffmpeg80 +DISTNAME= gst-ffmpeg-${PORTVERSION} + +MAINTAINER= kwm@FreeBSD.org +COMMENT= GStreamer plug-in for manipulating MPEG video streams + +USE_X_PREFIX= yes +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= gnometarget +USE_GSTREAMER80= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \ + CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ + CFLAGS="${CFLAGS} -fno-force-addr" \ + LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +PLIST_SUB= \ + VERSION="${GST80_VERSION}" +WITHOUT_CPU_CFLAGS= yes + +PKG_CONFIG?="${LOCALBASE}/bin/pkg-config" + +.include + +.if ${OSVERSION} < 500000 +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-gst-libs_ext_ffmpeg_libavformat_nut.c +.endif + +post-patch: + @${REINPLACE_CMD} -e \ + 's|make|${GMAKE}|' \ + ${WRKSRC}/gst-libs/ext/Makefile.in + +post-install: +# register plugins + -@${X11BASE}/bin/gst-register-${GST80_VERSION} \ + --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST80_VERSION}/registry.xml 2>/dev/null + +.include diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-ffmpeg80/distinfo ports/multimedia/gstreamer-ffmpeg80/distinfo --- ports.orig/multimedia/gstreamer-ffmpeg80/distinfo Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-ffmpeg80/distinfo Fri Jan 20 13:52:45 2006 @@ -0,0 +1,2 @@ +MD5 (gst-ffmpeg-0.8.7.tar.bz2) = 6435ef3954ee05de79829e262f86187a +SIZE (gst-ffmpeg-0.8.7.tar.bz2) = 2110685 diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-ffmpeg80/files/extra-patch-gst-libs_ext_ffmpeg_libavformat_nut.c ports/multimedia/gstreamer-ffmpeg80/files/extra-patch-gst-libs_ext_ffmpeg_libavformat_nut.c --- ports.orig/multimedia/gstreamer-ffmpeg80/files/extra-patch-gst-libs_ext_ffmpeg_libavformat_nut.c Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-ffmpeg80/files/extra-patch-gst-libs_ext_ffmpeg_libavformat_nut.c Fri Jan 20 13:52:45 2006 @@ -0,0 +1,12 @@ +--- gst-libs/ext/ffmpeg/libavformat/nut.c.orig Wed Apr 14 20:38:02 2004 ++++ gst-libs/ext/ffmpeg/libavformat/nut.c Sun Jul 11 18:14:19 2004 +@@ -59,6 +59,9 @@ + #define FLAG_FULL_PTS 4 + #define FLAG_KEY_FRAME 32 + ++// UINT64_MAX isn't defined on FreeBSD 4.x borrow it from 5.x ++#define UINT64_MAX 0xffffffffffffffffULL ++ + typedef struct { + uint8_t flags; + uint8_t stream_id_plus1; diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-ffmpeg80/files/patch-configure ports/multimedia/gstreamer-ffmpeg80/files/patch-configure --- ports.orig/multimedia/gstreamer-ffmpeg80/files/patch-configure Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-ffmpeg80/files/patch-configure Fri Jan 20 13:52:45 2006 @@ -0,0 +1,20 @@ +--- configure.orig Thu Feb 26 19:28:07 2004 ++++ configure Thu Feb 26 21:10:52 2004 +@@ -19472,7 +19473,7 @@ + echo $ECHO_N "checking to see if compiler understands -Werror... $ECHO_C" >&6 + + save_CFLAGS="$CFLAGS" +- CFLAGS="$CFLAGS -Werror" ++ CFLAGS="$CFLAGS" + + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" +@@ -19513,7 +19514,7 @@ + CFLAGS="$save_CFLAGS" + + if test "X$flag_ok" = Xyes ; then +- GST_ERROR="$GST_ERROR -Werror" ++ GST_ERROR="$GST_ERROR" + true + else + GST_ERROR="$GST_ERROR" diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-ffmpeg80/files/patch-ext_ffmpeg_Makefile.in ports/multimedia/gstreamer-ffmpeg80/files/patch-ext_ffmpeg_Makefile.in --- ports.orig/multimedia/gstreamer-ffmpeg80/files/patch-ext_ffmpeg_Makefile.in Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-ffmpeg80/files/patch-ext_ffmpeg_Makefile.in Fri Jan 20 13:52:45 2006 @@ -0,0 +1,11 @@ +--- ext/ffmpeg/Makefile.in.orig Wed Mar 9 19:50:50 2005 ++++ ext/ffmpeg/Makefile.in Wed Mar 9 19:51:23 2005 +@@ -164,7 +164,7 @@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_SCRIPT = @INSTALL_SCRIPT@ + INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +-LDFLAGS = @LDFLAGS@ ++LDFLAGS = @LDFLAGS@ -Wl,-Bsymbolic -lc + LIBOBJS = @LIBOBJS@ + LIBS = @LIBS@ + LIBTOOL = @LIBTOOL@ diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-ffmpeg80/pkg-descr ports/multimedia/gstreamer-ffmpeg80/pkg-descr --- ports.orig/multimedia/gstreamer-ffmpeg80/pkg-descr Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-ffmpeg80/pkg-descr Fri Jan 20 13:52:45 2006 @@ -0,0 +1,5 @@ +The Gstreamer ffmpeg package provides mpeg support for Gstreamer. +It includes codecs for most popular formats, and optimized +colourspace conversion. + +WWW: http://gstreamer.freedesktop.org/ diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-ffmpeg80/pkg-plist ports/multimedia/gstreamer-ffmpeg80/pkg-plist --- ports.orig/multimedia/gstreamer-ffmpeg80/pkg-plist Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-ffmpeg80/pkg-plist Fri Feb 24 19:09:17 2006 @@ -0,0 +1,6 @@ +@exec %D/bin/gst-register-%%VERSION%% --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true +lib/gstreamer-%%VERSION%%/libgstffmpeg.la +lib/gstreamer-%%VERSION%%/libgstffmpeg.so +lib/gstreamer-%%VERSION%%/libgstpostproc.la +lib/gstreamer-%%VERSION%%/libgstpostproc.so +@unexec %D/bin/gst-register-%%VERSION%% --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-pitfdll/Makefile ports/multimedia/gstreamer-pitfdll/Makefile --- ports.orig/multimedia/gstreamer-pitfdll/Makefile Thu Feb 23 05:38:05 2006 +++ ports/multimedia/gstreamer-pitfdll/Makefile Fri Feb 24 19:09:17 2006 @@ -2,7 +2,7 @@ # Date created: 08 Oct 2005 # Whom: Koop Mast # -# $FreeBSD: ports/multimedia/gstreamer-pitfdll/Makefile,v 1.6 2006/02/23 10:38:05 ade Exp $ +# $FreeBSD$ # PORTNAME= gstreamer-pitfdll @@ -24,8 +24,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnometarget -USE_REINPLACE= yes -USE_GSTREAMER= yes +USE_GSTREAMER80= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" PLIST_SUB= VERSION="${GST_VERSION}" diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins/Makefile ports/multimedia/gstreamer-plugins/Makefile --- ports.orig/multimedia/gstreamer-plugins/Makefile Thu Feb 23 05:38:05 2006 +++ ports/multimedia/gstreamer-plugins/Makefile Tue Mar 14 14:05:05 2006 @@ -2,72 +2,88 @@ # Date created: Wed Jul 10 23:38:01 UTC 2002 # Whom: Mario Sergio Fujikawa Ferreira # -# $FreeBSD: ports/multimedia/gstreamer-plugins/Makefile,v 1.92 2006/02/23 10:38:05 ade Exp $ +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins/Makefile,v 1.75 2006/03/14 19:05:05 ahze Exp $ # PORTNAME= gstreamer -PORTVERSION= 0.8.11 -PORTREVISION?= 2 +PORTVERSION?= 0.10.5 +## SET BACK TO PORTREVISION?= when we reset PORTREVISION in all the gst plugin ports +PORTREVISION= 0 CATEGORIES?= multimedia audio -MASTER_SITES= ${MASTER_SITE_GNOME} \ - http://gstreamer.freedesktop.org/src/gst-plugins/ -MASTER_SITE_SUBDIR= sources/gst-plugins/0.8 +MASTER_SITES= ${MASTER_SITE_GNOME:S|$|sources/gst-plugins-base/0.10/:base|} \ + http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ + ${MASTER_SITE_LOCAL:S|$|ahze/:base|} \ + ${MASTER_SITE_LOCAL:S|$|ahze/:good|} \ + ${MASTER_SITE_LOCAL:S|$|ahze/:bad|} \ + ${MASTER_SITE_LOCAL:S|$|ahze/:ugly|} \ + http://gstreamer.freedesktop.org/src/gst-plugins-bad/:bad \ + ${MASTER_SITE_GNOME:S|$|sources/gst-plugins-good/0.10/:good|} \ + http://gstreamer.freedesktop.org/src/gst-plugins-good/:good \ + http://gstreamer.freedesktop.org/src/gst-plugins-ugly/:ugly \ + http://people.freebsd.org/~ahze/distfiles/:good \ + http://people.freebsd.org/~ahze/distfiles/:bad \ + http://people.freebsd.org/~ahze/distfiles/:ugly \ + http://people.freebsd.org/~ahze/distfiles/:base PKGNAMESUFFIX= -plugins${GST_PLUGIN_SUFFIX} -DISTNAME= gst-plugins-${PORTVERSION} +DISTFILES= ${BASE_DISTFILE}:base \ + ${BAD_DISTFILE}:bad \ + ${GOOD_DISTFILE}:good \ + ${UGLY_DISTFILE}:ugly DIST_SUBDIR= gnome2 MAINTAINER= kwm@FreeBSD.org COMMENT?= GStreamer written collection of plugins handling several media types -LIB_DEPENDS+= gstreamer-0.8.5:${PORTSDIR}/multimedia/gstreamer \ - popt.0:${PORTSDIR}/devel/popt +LIB_DEPENDS+= gstreamer-0.10.0:${PORTSDIR}/multimedia/gstreamer \ + popt.0:${PORTSDIR}/devel/popt \ + oil-0.3.1:${PORTSDIR}/devel/liboil + +BASE_PORTVERSION= ${PORTVERSION} +BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION} +BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX} +BAD_PORTVERSION= 0.10.1 +BAD_DISTNAME= gst-plugins-bad-${BAD_PORTVERSION} +BAD_DISTFILE= ${BAD_DISTNAME}${EXTRACT_SUFX} +GOOD_PORTVERSION= 0.10.2 +GOOD_DISTNAME= gst-plugins-good-${GOOD_PORTVERSION} +GOOD_DISTFILE= ${GOOD_DISTNAME}${EXTRACT_SUFX} +UGLY_PORTVERSION= 0.10.2 +UGLY_DISTNAME= gst-plugins-ugly-${UGLY_PORTVERSION} +UGLY_DISTFILE= ${UGLY_DISTNAME}${EXTRACT_SUFX} SHLIB_VERSION= 1 -VERSION= 0.8 - +USE_GETTEXT= yes +VERSION= ${GST_VERSION} WANT_GSTREAMER= yes USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME+= gnomehack \ - gnomeprefix \ - gnometarget \ - pkgconfig -USE_REINPLACE= yes -GNU_CONFIGURE= yes +USE_GNOME+= gnomehack gnomeprefix gnometarget pkgconfig ltverhack +USE_AUTOTOOLS= libtool:15 GST_PLUGIN?= base -CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \ - CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} -L${X11BASE}/lib -L${LOCALBASE}/lib ${EXTRA_LIBS} ${PTHREAD_LIBS}" +DEFAULT_AUDIOSINK?= osssink +DEFAULT_AUDIOSRC?= osssrc + .include .include "${MASTERDIR}/Makefile.common" .if !defined(WITH_CPUFLAGS) -WITHOUT_CPU_CFLAGS= yes +#WITHOUT_CPU_CFLAGS= yes .endif .if ${GST_PLUGIN} == "base" - INSTALLS_SHLIB= yes - +MAN1= gst-visualise-0.10.1 +WRKSRC=${WRKDIR}/${BASE_DISTNAME} +EXTRACT_ONLY=${BASE_DISTFILE} PLIST_SUB+= VERSION="${VERSION}" \ SHLIB_VERSION="${SHLIB_VERSION}" - -MAN1= gst-launch-ext-0.8.1 gst-visualise-0.8.1 - -## Additional directories which should be both built and installed -## but configure neglected to correctly identify them -# cdrom/vcd support -EXTRA_BUILD_DIR+= sys/vcd -# modplug -EXTRA_BUILD_DIR+= gst/modplug -.else -.for f in ${GST_PLUGIN_DIR} -GST_PLUGIN_MAKEFILES+= ${f}/Makefile -.endfor .endif # cdrom default device @@ -103,61 +119,20 @@ @${ECHO_MSG} "" .endif -post-extract: -# for cdrom/vcd support -# taken from mplayer distfile -# MD5 (MPlayer-1.0pre4.tar.bz2) = 83ebac0f05b192516a41fca2350ca01a - @${CP} ${FILESDIR}/bsdi_dvd.h ${WRKSRC}/sys/vcd/ - post-patch: @${FIND} ${WRKSRC} -type f | \ ${XARGS} -n 10 ${REINPLACE_CMD} -e \ 's|malloc\.h|stdlib.h|; \ s|stdint\.h|inttypes.h|; \ s|%%VERSION%%|${VERSION}|' -# cdrom default device - @${REINPLACE_CMD} -e 's|/dev/cdrom|${DEFAULT_CDROM_DEVICE}|' \ - ${WRKSRC}/ext/cdparanoia/gstcdparanoia.c \ - ${WRKSRC}/sys/cdrom/gstcdplayer.c \ - ${WRKSRC}/sys/vcd/vcdsrc.c -# dvd default device - @${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|' \ - ${WRKSRC}/ext/dvdnav/dvdnavsrc.c \ - ${WRKSRC}/ext/dvdread/dvdreadsrc.c -# cdrom/vcd support - @${REINPLACE_CMD} -e 's||"bsdi_dvd.h"|' \ - ${WRKSRC}/sys/cdrom/gstcdplayer_ioctl.c \ - ${WRKSRC}/sys/vcd/vcdsrc.c \ - ${WRKSRC}/sys/vcd/vcdsrc.h -# mplex fix -- gst configure does not use mjpegtool's config to find include. - @${REINPLACE_CMD} -E \ - -e 's|PFLAGS@|PFLAGS@ -I${LOCALBASE}/include/mjpegtools -I${LOCALBASE}/include/mjpegtools/mplex|' \ - ${WRKSRC}/ext/mplex/Makefile.in -.if ${GST_PLUGIN}!="base" - @${REINPLACE_CMD} -E -e 's|ac_config_files=\"*\"|ac_config_files="$$ac_config_files Makefile ${GST_PLUGIN_MAKEFILES}" #|' \ - ${WRKSRC}/configure -.else -.for f in ${GST_ALL_PLUGINS} - @${REINPLACE_CMD} -e 's|ext/${f}/Makefile||g' \ + @${FIND} ${WRKSRC}/ext -name Makefile.in | \ + ${XARGS} -n 10 ${REINPLACE_CMD} -e \ + 's|$$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la||; \ + s|$$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la||; \ + s|$$(top_builddir)/gst-libs/gst/riff/libgstriff-@GST_MAJORMINOR@.la||; \ + s|$$(top_builddir)/gst-libs/gst/cdda/libgstcdda-@GST_MAJORMINOR@.la||' + @${REINPLACE_CMD} -e 's|DEFAULT_AUDIOSINK="alsasink"|DEFAULT_AUDIOSINK="${DEFAULT_AUDIOSINK}"|; \ + s|DEFAULT_AUDIOSRC="alsasrc"|DEFAULT_AUDIOSRC="${DEFAULT_AUDIOSRC}"|' \ ${WRKSRC}/configure -.endfor -.endif - -post-build: -.ifdef(EXTRA_BUILD_DIR) -. for dir in ${EXTRA_BUILD_DIR} - @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} -. endfor -.endif - -post-install: -.ifdef(EXTRA_BUILD_DIR) -. for dir in ${EXTRA_BUILD_DIR} - @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} -. endfor -.endif -# register plugins - -@${X11BASE}/bin/gst-register-${VERSION} \ - --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${VERSION}/registry.xml 2>/dev/null .include diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins/Makefile.common ports/multimedia/gstreamer-plugins/Makefile.common --- ports.orig/multimedia/gstreamer-plugins/Makefile.common Thu Feb 23 05:38:05 2006 +++ ports/multimedia/gstreamer-plugins/Makefile.common Tue Mar 14 14:09:14 2006 @@ -1,87 +1,60 @@ -GST_ALL_PLUGINS= \ - a52dec \ - aalib \ - aalibtest \ - arts \ - artstest \ - artsc \ - audiofile \ - audioresample \ - cairo \ - cdaudio \ - cdio \ +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.37 2006/03/14 19:09:14 ahze Exp $ +# base +BASE_GST_ALL_PLUGINS= \ + alsa \ cdparanoia \ - dirac \ + gnomevfs \ + libvisual \ + ogg \ + pango \ + theora \ + vorbis +# bad +BAD_GST_ALL_PLUGINS+= \ directfb \ - divx \ - dts \ - dvdnav \ - dvdread \ - dxr3 \ - esd \ - esdtest \ faac \ faad \ - flac \ - gconf \ - gdk_pixbuf \ - gnome_vfs \ gsm \ - hermes \ ivorbis \ - jack \ + libmms \ + musepack \ + sdl \ + wavpack +# good +GOOD_GST_ALL_PLUGINS+= \ + aalib \ + cairo \ + dv \ + esd \ + flac \ + gconf \ jpeg \ ladspa \ - lame \ - lcs \ libcaca \ - libdv \ - libfame \ - libfametest\ - libmng \ - libmms \ libpng \ - librfb \ - libvisual \ - mad \ - mikmod \ - libmikmodtest \ - mpeg2dec \ - mpeg2enc \ - mplex \ - musepack \ - musicbrainz \ - nas \ - ogg \ - oggtest \ - opengl \ - pango \ - polyp \ - dv1394 \ - qcam \ raw1394 \ - sdl \ - sdltest \ - shout \ shout2 \ - shout2test \ - sidplay \ - smoothwave \ - sndfile \ - speex \ - swfdec \ - theora \ - vcd \ - vorbis \ - vorbistest \ - wavpack \ - x264 \ - xvid + speex +# Ugly +UGLY_GST_ALL_PLUGINS+= \ + a52dec \ + amrnb \ + lame \ + mad \ + mpeg2dec \ + sidplay + +CONFIG_GST_PLUGINS= gnome_vfs +GST_ALL_PLUGINS= ${BASE_GST_ALL_PLUGINS} ${BAD_GST_ALL_PLUGINS} \ + ${GOOD_GST_ALL_PLUGINS} ${UGLY_ALL_PLUGINS} \ + ${CONFIG_GST_PLUGINS} -# Disable all plugins by default\ +# Disable all plugins by default .for d in ${GST_ALL_PLUGINS} CONFIGURE_ARGS+= --disable-${d} .endfor +CONFIGURE_ARGS+= --enable-${GST_PLUGIN} CONFIGURE_ARGS+=--disable-tests \ --disable-examples \ @@ -115,8 +88,7 @@ PLIST_SUB+= SPC="@comment " #.endif -.if ${GST_PLUGIN}!="base" - +.if ${GST_PLUGIN}!="base" && !defined(NO_GSTREAMER_COMMON) GST_PLUGIN_SUFFIX?= -${GST_PLUGIN} COMMENT= Gstreamer ${GST_PLUGIN} plugin @@ -134,23 +106,25 @@ # Auto create PLIST PLIST= ${NONEXISTENT} -PLIST_FILES?= ${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.a \ - ${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.la \ - ${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.so +PLIST_FILES?= ${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.so \ + ${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.a \ + ${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.la + +# hack around WRKSRC stuff near the top... fix me +DIST?= good + +# a52dec +.if ${GST_PLUGIN}=="a52dec" +LIB_DEPENDS+= a52.0:${PORTSDIR}/audio/liba52 +DIST= ugly +.endif # aalib .if ${GST_PLUGIN}=="aalib" LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib -PLIST_FILES= ${GST_LIB_DIR}/libgstaasink.a \ - ${GST_LIB_DIR}/libgstaasink.la \ - ${GST_LIB_DIR}/libgstaasink.so -.endif - -# artsd -.if ${GST_PLUGIN}=="artsd" -LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts -GST_PLIST_SUFFIX= sink -CONFIGURE_ARGS+=--enable-artsc +PLIST_FILES= ${GST_LIB_DIR}/libgstaasink.so \ + ${GST_LIB_DIR}/libgstaasink.a \ + ${GST_LIB_DIR}/libgstaasink.la .endif # cairo @@ -161,37 +135,34 @@ # cdparanoia .if ${GST_PLUGIN}=="cdparanoia" LIB_DEPENDS+= cdda_interface.0:${PORTSDIR}/audio/cdparanoia +EXTRA_LIBS+= -lgstcdda-${VERSION} +DIST= base .endif -# dirac -.if ${GST_PLUGIN}=="dirac" -LIB_DEPENDS+= dirac_encoder.0:${PORTSDIR}/multimedia/dirac -.endif - -# dts -.if ${GST_PLUGIN}=="dts" -BUILD_DEPENDS+= ${LOCALBASE}/lib/libdts_pic.a:${PORTSDIR}/multimedia/libdts -RUN_DEPENDS+= ${LOCALBASE}/lib/libdts_pic.a:${PORTSDIR}/multimedia/libdts -GST_PLIST_SUFFIX= dec +# dv +.if ${GST_PLUGIN}=="dv" +LIB_DEPENDS+= dv.4:${PORTSDIR}/multimedia/libdv .endif # esound .if ${GST_PLUGIN}=="esound" USE_GNOME+= esound GST_PLUGIN_DIR= ext/esd -PLIST_FILES= ${GST_LIB_DIR}/libgstesd.a \ - ${GST_LIB_DIR}/libgstesd.la \ - ${GST_LIB_DIR}/libgstesd.so +PLIST_FILES= ${GST_LIB_DIR}/libgstesd.so \ + ${GST_LIB_DIR}/libgstesd.a \ + ${GST_LIB_DIR}/libgstesd.la .endif # faac .if ${GST_PLUGIN}=="faac" LIB_DEPENDS+= faac.0:${PORTSDIR}/audio/faac +DIST= bad .endif # faad .if ${GST_PLUGIN}=="faad" LIB_DEPENDS+= faad.0:${PORTSDIR}/audio/faad +DIST= bad .endif # flac @@ -202,91 +173,36 @@ # gconf .if ${GST_PLUGIN}=="gconf" USE_GNOME+= gconf2 -GST_PLUGIN_DIR= gst-libs/gst/gconf \ - ext/gconf \ +GST_PLUGIN_DIR= ext/gconf \ gconf -GCONF_SCHEMAS= gstreamer-0.8.schemas - -PLIST_FILES= include/gstreamer-0.8/gst/gconf/gconf.h \ - lib/gstreamer-0.8/libgstgconfelements.a \ - lib/gstreamer-0.8/libgstgconfelements.la \ - lib/gstreamer-0.8/libgstgconfelements.so \ - lib/libgstgconf-0.8.a \ - lib/libgstgconf-0.8.la \ - lib/libgstgconf-0.8.so \ - lib/libgstgconf-0.8.so.1 \ - libdata/pkgconfig/gstreamer-gconf-0.8.pc \ - '@dirrmtry include/gstreamer-0.8/gst/gconf' -.endif - -# gdkpixbuf -.if ${GST_PLUGIN}=="gdkpixbuf" -USE_GNOME+= gtk20 -GST_PLUGIN_DIR= ext/gdk_pixbuf +GCONF_SCHEMAS= gstreamer-${GST_VERSION}.schemas +PLIST_FILES= ${GST_LIB_DIR}/libgstgconfelements.so \ + ${GST_LIB_DIR}/libgstgconfelements.a \ + ${GST_LIB_DIR}/libgstgconfelements.la .endif # gnomevfs .if ${GST_PLUGIN}=="gnomevfs" USE_GNOME+= gnomevfs2 CONFIGURE_ARGS+=--enable-gnome_vfs +DIST= base .endif # gsm .if ${GST_PLUGIN}=="gsm" LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm +DIST= bad .endif -# jack -.if ${GST_PLUGIN}=="jack" -LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack -.endif - -# libcdaudio -.if ${GST_PLUGIN}=="cdaudio" -LIB_DEPENDS+= cdaudio.1:${PORTSDIR}/audio/libcdaudio -.endif - -# libcdio -.if ${GST_PLUGIN}=="cdio" -LIB_DEPENDS+= cdio.6:${PORTSDIR}/sysutils/libcdio -PLIST_FILES= ${GST_LIB_DIR}/libgstcddasrc.a \ - ${GST_LIB_DIR}/libgstcddasrc.la \ - ${GST_LIB_DIR}/libgstcddasrc.so -.endif - -# libvisual -.if ${GST_PLUGIN}=="libvisual" -LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual -.endif - -# musepack -.if ${GST_PLUGIN}=="musepack" -LIB_DEPENDS+= mpcdec.3:${PORTSDIR}/audio/libmpcdec -.endif - -# hermes -.if ${GST_PLUGIN}=="hermes" -LIB_DEPENDS+= Hermes.1:${PORTSDIR}/graphics/Hermes -PLIST_FILES= ${GST_LIB_DIR}/libgsthermescolorspace.a \ - ${GST_LIB_DIR}/libgsthermescolorspace.la \ - ${GST_LIB_DIR}/libgsthermescolorspace.so +# ivorbis +.if ${GST_PLUGIN}=="ivorbis" +LIB_DEPENDS+= vorbisidec.1:${PORTSDIR}/audio/libtremor +DIST= bad .endif # jpeg .if ${GST_PLUGIN}=="jpeg" LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg -CONFLICTS+= gstreamer-plugins-jpeg-mmx-* -.endif - -# jpeg-mmx -.if ${GST_PLUGIN}=="jpeg-mmx" -LIB_DEPENDS+= jpeg-mmx.62:${PORTSDIR}/graphics/jpeg-mmx -CONFLICTS+= gstreamer-plugins-jpeg-*.* - -GST_PLUGIN_DIR= ext/jpeg -PLIST_FILES= ${GST_LIB_DIR}/libgstjpeg.a \ - ${GST_LIB_DIR}/libgstjpeg.la \ - ${GST_LIB_DIR}/libgstjpeg.so .endif # ladspa @@ -297,187 +213,92 @@ # lame .if ${GST_PLUGIN}=="lame" LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame -.endif - -# a52dec -.if ${GST_PLUGIN}=="a52dec" -LIB_DEPENDS+= a52.0:${PORTSDIR}/audio/liba52 -.endif - -# audiofile -.if ${GST_PLUGIN}=="audiofile" -LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile +DIST= ugly .endif # libcaca .if ${GST_PLUGIN}=="libcaca" BUILD_DEPENDS+= ${LOCALBASE}/lib/libcaca.a:${PORTSDIR}/graphics/libcaca -PLIST_FILES= ${GST_LIB_DIR}/libgstcacasink.a \ - ${GST_LIB_DIR}/libgstcacasink.la \ - ${GST_LIB_DIR}/libgstcacasink.so -.endif - -# dv -.if ${GST_PLUGIN}=="dv" -LIB_DEPENDS+= dv.4:${PORTSDIR}/multimedia/libdv -GST_PLIST_SUFFIX= dec -.endif - -# dvd (dvdnav dvdread) -.if ${GST_PLUGIN}=="dvd" -EXTRA_LIBS+= -ldvdnav -LIB_DEPENDS+= dvdnav.4:${PORTSDIR}/multimedia/libdvdnav -GST_PLUGIN_DIR= ext/dvdnav \ - ext/dvdread -PLIST_FILES= ${GST_LIB_DIR}/libgstdvdnavsrc.a \ - ${GST_LIB_DIR}/libgstdvdnavsrc.la \ - ${GST_LIB_DIR}/libgstdvdnavsrc.so \ - ${GST_LIB_DIR}/libgstdvdreadsrc.a \ - ${GST_LIB_DIR}/libgstdvdreadsrc.la \ - ${GST_LIB_DIR}/libgstdvdreadsrc.so -.endif - -# libfame -.if ${GST_PLUGIN}=="libfame" -LIB_DEPENDS+= fame-0.9.1:${PORTSDIR}/multimedia/libfame +PLIST_FILES= ${GST_LIB_DIR}/libgstcacasink.so \ + ${GST_LIB_DIR}/libgstcacasink.a \ + ${GST_LIB_DIR}/libgstcacasink.la .endif # libmms .if ${GST_PLUGIN}=="libmms" -LIB_DEPENDS+= mms.0:${PORTSDIR}/net/libmms -PLIST_FILES= ${GST_LIB_DIR}/libgstmms.a \ - ${GST_LIB_DIR}/libgstmms.la \ - ${GST_LIB_DIR}/libgstmms.so -.endif - -# libmng -.if ${GST_PLUGIN}=="libmng" -LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng -PLIST_FILES= ${GST_LIB_DIR}/libgstmng.a \ - ${GST_LIB_DIR}/libgstmng.la \ - ${GST_LIB_DIR}/libgstmng.so -.endif - -# mikmod -.if ${GST_PLUGIN}=="mikmod" -LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod +LIB_DEPENDS+= mms.0:${PORTSDIR}/net/libmms +PLIST_FILES= ${GST_LIB_DIR}/libgstmms.so \ + ${GST_LIB_DIR}/libgstmms.a \ + ${GST_LIB_DIR}/libgstmms.la +DIST= bad .endif -# mpeg2dec -.if ${GST_PLUGIN}=="mpeg2dec" -LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 -.endif - -# mplex -.if ${GST_PLUGIN}=="mplex" -LIB_DEPENDS+= lavjpeg-1.8.0:${PORTSDIR}/multimedia/mjpegtools -.endif - -# musicbrainz -.if ${GST_PLUGIN}=="musicbrainz" -LIB_DEPENDS+= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz -PLIST_FILES= lib/gstreamer-${VERSION}/libgsttrm.a \ - lib/gstreamer-${VERSION}/libgsttrm.la \ - lib/gstreamer-${VERSION}/libgsttrm.so -.endif - -# shout -.if ${GST_PLUGIN}=="shout" -LIB_DEPENDS+= shout.2:${PORTSDIR}/audio/libshout -.endif - -# shout2 -.if ${GST_PLUGIN}=="shout2" -LIB_DEPENDS+= shout.5:${PORTSDIR}/audio/libshout2 -.endif - -# sidplay -.if ${GST_PLUGIN}=="sidplay" -LIB_DEPENDS+= sidplay.1:${PORTSDIR}/audio/libsidplay -PLIST_FILES= ${GST_LIB_DIR}/libgstsid.a \ - ${GST_LIB_DIR}/libgstsid.la \ - ${GST_LIB_DIR}/libgstsid.so -.endif - -# sndfile -.if ${GST_PLUGIN}=="sndfile" -LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile +# libpng and the snapshot plugin +.if ${GST_PLUGIN}=="libpng" +LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png +GST_PLUGIN_DIR= ext/libpng +PLIST_FILES= ${GST_LIB_DIR}/libgstpng.so \ + ${GST_LIB_DIR}/libgstpng.a \ + ${GST_LIB_DIR}/libgstpng.la .endif -# theora -.if ${GST_PLUGIN}=="theora" -LIB_DEPENDS+= theora.1:${PORTSDIR}/multimedia/libtheora +# libvisual +.if ${GST_PLUGIN}=="libvisual" +LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual +DIST= base .endif # mad .if ${GST_PLUGIN}=="mad" LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad \ id3tag.0:${PORTSDIR}/audio/libid3tag +DIST= ugly .endif -# mpeg2enc -.if ${GST_PLUGIN}=="mpeg2enc" -USE_GSTREAMER+= mplex -LIB_DEPENDS+= lavjpeg-1.8.0:${PORTSDIR}/multimedia/mjpegtools - -# XXX - make sure CONFIGURE works with mpeg2enc even with "ccache -# c++" ... weird but necessary -CONFIGURE_ENV+= HAVE_CXX=yes +# mpeg2dec +.if ${GST_PLUGIN}=="mpeg2dec" +LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 +DIST= ugly .endif -# nas -.if ${GST_PLUGIN}=="nas" -LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas -GST_PLIST_SUFFIX= sink +# musepack +.if ${GST_PLUGIN}=="musepack" +LIB_DEPENDS+= mpcdec.3:${PORTSDIR}/audio/libmpcdec +DIST= bad .endif # ogg .if ${GST_PLUGIN}=="ogg" LIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg +EXTRA_LIBS+= -lgstriff-${VERSION} +DIST= base .endif # pango .if ${GST_PLUGIN}=="pango" USE_GNOME+= pango -PLIST_FILES= ${GST_LIB_DIR}/libgsttextoverlay.a \ - ${GST_LIB_DIR}/libgsttextoverlay.la \ - ${GST_LIB_DIR}/libgsttextoverlay.so \ - ${GST_LIB_DIR}/libgsttimeoverlay.a \ - ${GST_LIB_DIR}/libgsttimeoverlay.la \ - ${GST_LIB_DIR}/libgsttimeoverlay.so -.endif - -# libpng and the snapshot plugin -.if ${GST_PLUGIN}=="libpng" -LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png -GST_PLUGIN_DIR= ext/libpng \ - ext/snapshot -PLIST_FILES= ${GST_LIB_DIR}/libgstpng.a \ - ${GST_LIB_DIR}/libgstpng.la \ - ${GST_LIB_DIR}/libgstpng.so \ - ${GST_LIB_DIR}/libgstsnapshot.a \ - ${GST_LIB_DIR}/libgstsnapshot.la \ - ${GST_LIB_DIR}/libgstsnapshot.so -.endif - -# polypaudio -.if ${GST_PLUGIN}=="polypaudio" -LIB_DEPENDS+= polyp-0.7.0:${PORTSDIR}/audio/polypaudio -PLIST_FILES= ${GST_LIB_DIR}/libpolypaudio.a \ - ${GST_LIB_DIR}/libpolypaudio.la \ - ${GST_LIB_DIR}/libpolypaudio.so -GST_PLUGIN_DIR= ext/polyp +DIST= base .endif # sdl .if ${GST_PLUGIN}=="sdl" USE_SDL+= sdl GST_PLIST_SUFFIX= videosink +DIST= bad +.endif + +# shout2 +.if ${GST_PLUGIN}=="shout2" +LIB_DEPENDS+= shout.5:${PORTSDIR}/audio/libshout2 .endif -# smoothwave -.if ${GST_PLUGIN}=="smoothwave" -USE_GNOME+= gtk20 +# sidplay +.if ${GST_PLUGIN}=="sidplay" +LIB_DEPENDS+= sidplay.1:${PORTSDIR}/audio/libsidplay +PLIST_FILES= ${GST_LIB_DIR}/libgstsid.so \ + ${GST_LIB_DIR}/libgstsid.a \ + ${GST_LIB_DIR}/libgstsid.la +DIST= ugly .endif # speex @@ -485,63 +306,56 @@ LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex .endif -# swfdec -.if ${GST_PLUGIN}=="swfdec" -LIB_DEPENDS+= swfdec-0.3.0:${PORTSDIR}/graphics/swfdec +# theora +.if ${GST_PLUGIN}=="theora" +LIB_DEPENDS+= theora.1:${PORTSDIR}/multimedia/libtheora +DIST= base .endif # vorbis .if ${GST_PLUGIN}=="vorbis" USE_GSTREAMER+= ogg LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis -.endif - -# ivorbis -.if ${GST_PLUGIN}=="ivorbis" -LIB_DEPENDS+= vorbisidec.1:${PORTSDIR}/audio/libtremor +EXTRA_LIBS+= -lgsttag-${VERSION} -lgstaudio-${VERSION} +DIST= base .endif # wavpack .if ${GST_PLUGIN}=="wavpack" LIB_DEPENDS+= wavpack.0:${PORTSDIR}/audio/wavpack +DIST= bad .endif -# x264 -.if ${GST_PLUGIN}=="x264" -LIB_DEPENDS+= x264.1:${PORTSDIR}/multimedia/x264 -PLIST_FILES= ${GST_LIB_DIR}/libx264.a \ - ${GST_LIB_DIR}/libx264.la \ - ${GST_LIB_DIR}/libx264.so -.endif - -# xvid -.if ${GST_PLUGIN}=="xvid" -LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid +.if ${DIST}=="base" +EXTRACT_ONLY=${BASE_DISTFILE} +WRKSRC=${WRKDIR}/${BASE_DISTNAME} +.elif ${DIST}=="bad" +EXTRACT_ONLY=${BAD_DISTFILE} +WRKSRC=${WRKDIR}/${BAD_DISTNAME} +.elif ${DIST}=="ugly" +EXTRACT_ONLY=${UGLY_DISTFILE} +WRKSRC=${WRKDIR}/${UGLY_DISTNAME} +.else +EXTRACT_ONLY=${GOOD_DISTFILE} +WRKSRC=${WRKDIR}/${GOOD_DISTNAME} .endif -LIB_DEPENDS+= gstplay-${VERSION}.${SHLIB_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins - -PLIST_FILES+= '@exec %D/bin/gst-register-${VERSION} --gst-registry=%D/share/gnome/cache/gstreamer-${VERSION}/registry.xml 2>/dev/null || true' -PLIST_FILES+= '@unexec %D/bin/gst-register-${VERSION} --gst-registry=%D/share/gnome/cache/gstreamer-${VERSION}/registry.xml 2>/dev/null || true' +BUILD_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins +RUN_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins +.if !target(do-build) do-build: -.if ${GST_PLUGIN} == "gconf" - @cd ${WRKSRC}/pkgconfig && ../config.status & -.endif .for dir in ${GST_PREBUILD_DIR} ${GST_PLUGIN_DIR} ${GST_POSTBUILD_DIR} @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} .endfor +.endif +.if !target(do-install) do-install: .for dir in ${GST_PLUGIN_DIR} @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} .endfor -.if ${GST_PLUGIN} == "gconf" - @cd ${WRKSRC}/pkgconfig && ${GMAKE} gstreamer-gconf-0.8.pc - @${INSTALL_SCRIPT} ${WRKSRC}/pkgconfig/gstreamer-gconf-0.8.pc \ - ${PREFIX}/libdata/pkgconfig/gstreamer-gconf-0.8.pc .endif - .endif diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins/distinfo ports/multimedia/gstreamer-plugins/distinfo --- ports.orig/multimedia/gstreamer-plugins/distinfo Sun Jan 22 16:19:38 2006 +++ ports/multimedia/gstreamer-plugins/distinfo Tue Mar 14 14:05:05 2006 @@ -1,3 +1,12 @@ -MD5 (gnome2/gst-plugins-0.8.11.tar.bz2) = ea787eeed3761ff03cb60ecebebe1c30 -SHA256 (gnome2/gst-plugins-0.8.11.tar.bz2) = 0e48eef1d3bfa2263c1047f9f84622a4e16e33d963252cb8153ff1b340c4ba90 -SIZE (gnome2/gst-plugins-0.8.11.tar.bz2) = 2439654 +MD5 (gnome2/gst-plugins-base-0.10.5.tar.bz2) = 2b5958fb0baaf8d1b4eae18f7b13d49b +SHA256 (gnome2/gst-plugins-base-0.10.5.tar.bz2) = fe2fb4fe446a1d3f8ccd4284ae7ffd25cb9f1b836b3d0e29d2494d10c1ae3eac +SIZE (gnome2/gst-plugins-base-0.10.5.tar.bz2) = 1100090 +MD5 (gnome2/gst-plugins-bad-0.10.1.tar.bz2) = 398729b82b911eebb14156c2fa02525b +SHA256 (gnome2/gst-plugins-bad-0.10.1.tar.bz2) = 05d83a609aaea44ea8c979897f336cb8b5537a39b271af2831e6cca3851d3007 +SIZE (gnome2/gst-plugins-bad-0.10.1.tar.bz2) = 652144 +MD5 (gnome2/gst-plugins-good-0.10.2.tar.bz2) = 03d3d0b5f19014fe0065234a3ea65ee6 +SHA256 (gnome2/gst-plugins-good-0.10.2.tar.bz2) = dd92993d08930cca071893b5d3f5cb40a4498f3ddaf12da98c0bbe8c27605e81 +SIZE (gnome2/gst-plugins-good-0.10.2.tar.bz2) = 963026 +MD5 (gnome2/gst-plugins-ugly-0.10.2.tar.bz2) = cf604b6acd80b57dc5173db7e93fc116 +SHA256 (gnome2/gst-plugins-ugly-0.10.2.tar.bz2) = c882c7485faec9803d2f61efbaedd02742e78d224a7d29d61a0a884cd962a09f +SIZE (gnome2/gst-plugins-ugly-0.10.2.tar.bz2) = 569509 diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins/pkg-plist ports/multimedia/gstreamer-plugins/pkg-plist --- ports.orig/multimedia/gstreamer-plugins/pkg-plist Thu Feb 23 05:38:05 2006 +++ ports/multimedia/gstreamer-plugins/pkg-plist Sun Feb 26 10:47:45 2006 @@ -1,316 +1,73 @@ -bin/gst-launch-ext-%%VERSION%% bin/gst-visualise-%%VERSION%% include/gstreamer-%%VERSION%%/gst/audio/audio.h -include/gstreamer-%%VERSION%%/gst/audio/audioclock.h +include/gstreamer-%%VERSION%%/gst/audio/gstaudioclock.h +include/gstreamer-%%VERSION%%/gst/audio/gstaudiofilter.h +include/gstreamer-%%VERSION%%/gst/audio/gstaudiosink.h +include/gstreamer-%%VERSION%%/gst/audio/gstaudiosrc.h +include/gstreamer-%%VERSION%%/gst/audio/gstbaseaudiosink.h +include/gstreamer-%%VERSION%%/gst/audio/gstbaseaudiosrc.h +include/gstreamer-%%VERSION%%/gst/audio/gstringbuffer.h +include/gstreamer-%%VERSION%%/gst/audio/mixerutils.h include/gstreamer-%%VERSION%%/gst/audio/multichannel-enumtypes.h include/gstreamer-%%VERSION%%/gst/audio/multichannel.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudiofilter.h -include/gstreamer-%%VERSION%%/gst/colorbalance/colorbalance-enumtypes.h -include/gstreamer-%%VERSION%%/gst/colorbalance/colorbalance.h -include/gstreamer-%%VERSION%%/gst/colorbalance/colorbalancechannel.h +include/gstreamer-%%VERSION%%/gst/cdda/gstcddabasesrc.h include/gstreamer-%%VERSION%%/gst/floatcast/floatcast.h -include/gstreamer-%%VERSION%%/gst/idct/idct.h -include/gstreamer-%%VERSION%%/gst/media-info/media-info.h -include/gstreamer-%%VERSION%%/gst/mixer/mixer-enumtypes.h -include/gstreamer-%%VERSION%%/gst/mixer/mixer.h -include/gstreamer-%%VERSION%%/gst/mixer/mixeroptions.h -include/gstreamer-%%VERSION%%/gst/mixer/mixertrack.h -include/gstreamer-%%VERSION%%/gst/navigation/navigation.h -include/gstreamer-%%VERSION%%/gst/play/play-enumtypes.h -include/gstreamer-%%VERSION%%/gst/play/play.h -include/gstreamer-%%VERSION%%/gst/propertyprobe/propertyprobe.h -include/gstreamer-%%VERSION%%/gst/resample/resample.h +include/gstreamer-%%VERSION%%/gst/interfaces/colorbalance.h +include/gstreamer-%%VERSION%%/gst/interfaces/colorbalancechannel.h +include/gstreamer-%%VERSION%%/gst/interfaces/interfaces-enumtypes.h +include/gstreamer-%%VERSION%%/gst/interfaces/mixer.h +include/gstreamer-%%VERSION%%/gst/interfaces/mixeroptions.h +include/gstreamer-%%VERSION%%/gst/interfaces/mixertrack.h +include/gstreamer-%%VERSION%%/gst/interfaces/navigation.h +include/gstreamer-%%VERSION%%/gst/interfaces/propertyprobe.h +include/gstreamer-%%VERSION%%/gst/interfaces/tuner.h +include/gstreamer-%%VERSION%%/gst/interfaces/tunerchannel.h +include/gstreamer-%%VERSION%%/gst/interfaces/tunernorm.h +include/gstreamer-%%VERSION%%/gst/interfaces/xoverlay.h +include/gstreamer-%%VERSION%%/gst/netbuffer/gstnetbuffer.h include/gstreamer-%%VERSION%%/gst/riff/riff-ids.h include/gstreamer-%%VERSION%%/gst/riff/riff-media.h include/gstreamer-%%VERSION%%/gst/riff/riff-read.h +include/gstreamer-%%VERSION%%/gst/rtp/gstbasertpdepayload.h +include/gstreamer-%%VERSION%%/gst/rtp/gstbasertppayload.h +include/gstreamer-%%VERSION%%/gst/rtp/gstrtpbuffer.h include/gstreamer-%%VERSION%%/gst/tag/tag.h -include/gstreamer-%%VERSION%%/gst/tuner/tuner-enumtypes.h -include/gstreamer-%%VERSION%%/gst/tuner/tuner.h -include/gstreamer-%%VERSION%%/gst/tuner/tunerchannel.h -include/gstreamer-%%VERSION%%/gst/tuner/tunernorm.h +include/gstreamer-%%VERSION%%/gst/video/gstvideofilter.h +include/gstreamer-%%VERSION%%/gst/video/gstvideosink.h include/gstreamer-%%VERSION%%/gst/video/video.h -include/gstreamer-%%VERSION%%/gst/video/videosink.h -include/gstreamer-%%VERSION%%/gst/xoverlay/xoverlay.h -include/gstreamer-%%VERSION%%/gst/xwindowlistener/xwindowlistener.h -lib/gstreamer-%%VERSION%%/libgstac3parse.a -lib/gstreamer-%%VERSION%%/libgstac3parse.la -lib/gstreamer-%%VERSION%%/libgstac3parse.so lib/gstreamer-%%VERSION%%/libgstadder.a lib/gstreamer-%%VERSION%%/libgstadder.la lib/gstreamer-%%VERSION%%/libgstadder.so -lib/gstreamer-%%VERSION%%/libgstalaw.a -lib/gstreamer-%%VERSION%%/libgstalaw.la -lib/gstreamer-%%VERSION%%/libgstalaw.so -lib/gstreamer-%%VERSION%%/libgstalpha.a -lib/gstreamer-%%VERSION%%/libgstalpha.la -lib/gstreamer-%%VERSION%%/libgstalpha.so -lib/gstreamer-%%VERSION%%/libgstalphacolor.a -lib/gstreamer-%%VERSION%%/libgstalphacolor.la -lib/gstreamer-%%VERSION%%/libgstalphacolor.so -lib/gstreamer-%%VERSION%%/libgstapetag.a -lib/gstreamer-%%VERSION%%/libgstapetag.la -lib/gstreamer-%%VERSION%%/libgstapetag.so -lib/gstreamer-%%VERSION%%/libgstasf.a -lib/gstreamer-%%VERSION%%/libgstasf.la -lib/gstreamer-%%VERSION%%/libgstasf.so -lib/gstreamer-%%VERSION%%/libgstaudio.a -lib/gstreamer-%%VERSION%%/libgstaudio.la -lib/gstreamer-%%VERSION%%/libgstaudio.so lib/gstreamer-%%VERSION%%/libgstaudioconvert.a lib/gstreamer-%%VERSION%%/libgstaudioconvert.la lib/gstreamer-%%VERSION%%/libgstaudioconvert.so -lib/gstreamer-%%VERSION%%/libgstaudiofilter.a -lib/gstreamer-%%VERSION%%/libgstaudiofilter.la -lib/gstreamer-%%VERSION%%/libgstaudiofilter.so lib/gstreamer-%%VERSION%%/libgstaudiorate.a lib/gstreamer-%%VERSION%%/libgstaudiorate.la lib/gstreamer-%%VERSION%%/libgstaudiorate.so -lib/gstreamer-%%VERSION%%/libgstaudioscale.a -lib/gstreamer-%%VERSION%%/libgstaudioscale.la -lib/gstreamer-%%VERSION%%/libgstaudioscale.so -lib/gstreamer-%%VERSION%%/libgstauparse.a -lib/gstreamer-%%VERSION%%/libgstauparse.la -lib/gstreamer-%%VERSION%%/libgstauparse.so -lib/gstreamer-%%VERSION%%/libgstautodetect.a -lib/gstreamer-%%VERSION%%/libgstautodetect.la -lib/gstreamer-%%VERSION%%/libgstautodetect.so -lib/gstreamer-%%VERSION%%/libgstavi.a -lib/gstreamer-%%VERSION%%/libgstavi.la -lib/gstreamer-%%VERSION%%/libgstavi.so -lib/gstreamer-%%VERSION%%/libgstcdplayer.a -lib/gstreamer-%%VERSION%%/libgstcdplayer.la -lib/gstreamer-%%VERSION%%/libgstcdplayer.so -lib/gstreamer-%%VERSION%%/libgstcdxaparse.a -lib/gstreamer-%%VERSION%%/libgstcdxaparse.la -lib/gstreamer-%%VERSION%%/libgstcdxaparse.so -lib/gstreamer-%%VERSION%%/libgstchart.a -lib/gstreamer-%%VERSION%%/libgstchart.la -lib/gstreamer-%%VERSION%%/libgstchart.so -lib/gstreamer-%%VERSION%%/libgstcolorspace.a -lib/gstreamer-%%VERSION%%/libgstcolorspace.la -lib/gstreamer-%%VERSION%%/libgstcolorspace.so -lib/gstreamer-%%VERSION%%/libgstcutter.a -lib/gstreamer-%%VERSION%%/libgstcutter.la -lib/gstreamer-%%VERSION%%/libgstcutter.so -lib/gstreamer-%%VERSION%%/libgstdebug.a -lib/gstreamer-%%VERSION%%/libgstdebug.la -lib/gstreamer-%%VERSION%%/libgstdebug.so +lib/gstreamer-%%VERSION%%/libgstaudioresample.a +lib/gstreamer-%%VERSION%%/libgstaudioresample.la +lib/gstreamer-%%VERSION%%/libgstaudioresample.so +lib/gstreamer-%%VERSION%%/libgstaudiotestsrc.a +lib/gstreamer-%%VERSION%%/libgstaudiotestsrc.la +lib/gstreamer-%%VERSION%%/libgstaudiotestsrc.so lib/gstreamer-%%VERSION%%/libgstdecodebin.a lib/gstreamer-%%VERSION%%/libgstdecodebin.la lib/gstreamer-%%VERSION%%/libgstdecodebin.so -lib/gstreamer-%%VERSION%%/libgstdeinterlace.a -lib/gstreamer-%%VERSION%%/libgstdeinterlace.la -lib/gstreamer-%%VERSION%%/libgstdeinterlace.so -lib/gstreamer-%%VERSION%%/libgstdvdlpcmdec.a -lib/gstreamer-%%VERSION%%/libgstdvdlpcmdec.la -lib/gstreamer-%%VERSION%%/libgstdvdlpcmdec.so -lib/gstreamer-%%VERSION%%/libgstdvdsubdec.a -lib/gstreamer-%%VERSION%%/libgstdvdsubdec.la -lib/gstreamer-%%VERSION%%/libgstdvdsubdec.so -lib/gstreamer-%%VERSION%%/libgstefence.a -lib/gstreamer-%%VERSION%%/libgstefence.la -lib/gstreamer-%%VERSION%%/libgstefence.so -lib/gstreamer-%%VERSION%%/libgsteffectv.a -lib/gstreamer-%%VERSION%%/libgsteffectv.la -lib/gstreamer-%%VERSION%%/libgsteffectv.so -lib/gstreamer-%%VERSION%%/libgstequalizer.a -lib/gstreamer-%%VERSION%%/libgstequalizer.la -lib/gstreamer-%%VERSION%%/libgstequalizer.so -lib/gstreamer-%%VERSION%%/libgstfestival.a -lib/gstreamer-%%VERSION%%/libgstfestival.la -lib/gstreamer-%%VERSION%%/libgstfestival.so lib/gstreamer-%%VERSION%%/libgstffmpegcolorspace.a lib/gstreamer-%%VERSION%%/libgstffmpegcolorspace.la lib/gstreamer-%%VERSION%%/libgstffmpegcolorspace.so -lib/gstreamer-%%VERSION%%/libgstfilter.a -lib/gstreamer-%%VERSION%%/libgstfilter.la -lib/gstreamer-%%VERSION%%/libgstfilter.so -lib/gstreamer-%%VERSION%%/libgstflxdec.a -lib/gstreamer-%%VERSION%%/libgstflxdec.la -lib/gstreamer-%%VERSION%%/libgstflxdec.so -lib/gstreamer-%%VERSION%%/libgstfreeze.a -lib/gstreamer-%%VERSION%%/libgstfreeze.la -lib/gstreamer-%%VERSION%%/libgstfreeze.so -lib/gstreamer-%%VERSION%%/libgstgamma.a -lib/gstreamer-%%VERSION%%/libgstgamma.la -lib/gstreamer-%%VERSION%%/libgstgamma.so -lib/gstreamer-%%VERSION%%/libgstgoom.a -lib/gstreamer-%%VERSION%%/libgstgoom.la -lib/gstreamer-%%VERSION%%/libgstgoom.so -lib/gstreamer-%%VERSION%%/libgstidct.a -lib/gstreamer-%%VERSION%%/libgstidct.la -lib/gstreamer-%%VERSION%%/libgstidct.so -lib/gstreamer-%%VERSION%%/libgstimagemixer.a -lib/gstreamer-%%VERSION%%/libgstimagemixer.la -lib/gstreamer-%%VERSION%%/libgstimagemixer.so -lib/gstreamer-%%VERSION%%/libgstinterleave.a -lib/gstreamer-%%VERSION%%/libgstinterleave.la -lib/gstreamer-%%VERSION%%/libgstinterleave.so -lib/gstreamer-%%VERSION%%/libgstlevel.a -lib/gstreamer-%%VERSION%%/libgstlevel.la -lib/gstreamer-%%VERSION%%/libgstlevel.so -lib/gstreamer-%%VERSION%%/libgstmatroska.a -lib/gstreamer-%%VERSION%%/libgstmatroska.la -lib/gstreamer-%%VERSION%%/libgstmatroska.so -lib/gstreamer-%%VERSION%%/libgstmedian.a -lib/gstreamer-%%VERSION%%/libgstmedian.la -lib/gstreamer-%%VERSION%%/libgstmedian.so -lib/gstreamer-%%VERSION%%/libgstmixmatrix.a -lib/gstreamer-%%VERSION%%/libgstmixmatrix.la -lib/gstreamer-%%VERSION%%/libgstmixmatrix.so -lib/gstreamer-%%VERSION%%/libgstmodplug.a -lib/gstreamer-%%VERSION%%/libgstmodplug.la -lib/gstreamer-%%VERSION%%/libgstmodplug.so -lib/gstreamer-%%VERSION%%/libgstmonoscope.a -lib/gstreamer-%%VERSION%%/libgstmonoscope.la -lib/gstreamer-%%VERSION%%/libgstmonoscope.so -lib/gstreamer-%%VERSION%%/libgstmp1videoparse.a -lib/gstreamer-%%VERSION%%/libgstmp1videoparse.la -lib/gstreamer-%%VERSION%%/libgstmp1videoparse.so -lib/gstreamer-%%VERSION%%/libgstmpeg1systemencode.a -lib/gstreamer-%%VERSION%%/libgstmpeg1systemencode.la -lib/gstreamer-%%VERSION%%/libgstmpeg1systemencode.so -lib/gstreamer-%%VERSION%%/libgstmpeg2subt.a -lib/gstreamer-%%VERSION%%/libgstmpeg2subt.la -lib/gstreamer-%%VERSION%%/libgstmpeg2subt.so -lib/gstreamer-%%VERSION%%/libgstmpegaudio.a -lib/gstreamer-%%VERSION%%/libgstmpegaudio.la -lib/gstreamer-%%VERSION%%/libgstmpegaudio.so -lib/gstreamer-%%VERSION%%/libgstmpegaudioparse.a -lib/gstreamer-%%VERSION%%/libgstmpegaudioparse.la -lib/gstreamer-%%VERSION%%/libgstmpegaudioparse.so -lib/gstreamer-%%VERSION%%/libgstmpegstream.a -lib/gstreamer-%%VERSION%%/libgstmpegstream.la -lib/gstreamer-%%VERSION%%/libgstmpegstream.so -lib/gstreamer-%%VERSION%%/libgstmulaw.a -lib/gstreamer-%%VERSION%%/libgstmulaw.la -lib/gstreamer-%%VERSION%%/libgstmulaw.so -lib/gstreamer-%%VERSION%%/libgstmultifilesink.a -lib/gstreamer-%%VERSION%%/libgstmultifilesink.la -lib/gstreamer-%%VERSION%%/libgstmultifilesink.so -lib/gstreamer-%%VERSION%%/libgstmultipart.a -lib/gstreamer-%%VERSION%%/libgstmultipart.la -lib/gstreamer-%%VERSION%%/libgstmultipart.so -lib/gstreamer-%%VERSION%%/libgstnavigationtest.a -lib/gstreamer-%%VERSION%%/libgstnavigationtest.la -lib/gstreamer-%%VERSION%%/libgstnavigationtest.so -lib/gstreamer-%%VERSION%%/libgstossaudio.a -lib/gstreamer-%%VERSION%%/libgstossaudio.la -lib/gstreamer-%%VERSION%%/libgstossaudio.so -lib/gstreamer-%%VERSION%%/libgstoverlay.a -lib/gstreamer-%%VERSION%%/libgstoverlay.la -lib/gstreamer-%%VERSION%%/libgstoverlay.so -lib/gstreamer-%%VERSION%%/libgstpassthrough.a -lib/gstreamer-%%VERSION%%/libgstpassthrough.la -lib/gstreamer-%%VERSION%%/libgstpassthrough.so lib/gstreamer-%%VERSION%%/libgstplaybin.a lib/gstreamer-%%VERSION%%/libgstplaybin.la lib/gstreamer-%%VERSION%%/libgstplaybin.so -lib/gstreamer-%%VERSION%%/libgstplayondemand.a -lib/gstreamer-%%VERSION%%/libgstplayondemand.la -lib/gstreamer-%%VERSION%%/libgstplayondemand.so -lib/gstreamer-%%VERSION%%/libgstpuzzle.a -lib/gstreamer-%%VERSION%%/libgstpuzzle.la -lib/gstreamer-%%VERSION%%/libgstpuzzle.so -lib/gstreamer-%%VERSION%%/libgstqtdemux.a -lib/gstreamer-%%VERSION%%/libgstqtdemux.la -lib/gstreamer-%%VERSION%%/libgstqtdemux.so -lib/gstreamer-%%VERSION%%/libgstresample.a -lib/gstreamer-%%VERSION%%/libgstresample.la -lib/gstreamer-%%VERSION%%/libgstresample.so -lib/gstreamer-%%VERSION%%/libgstrfbsrc.a -lib/gstreamer-%%VERSION%%/libgstrfbsrc.la -lib/gstreamer-%%VERSION%%/libgstrfbsrc.so -lib/gstreamer-%%VERSION%%/libgstriff.a -lib/gstreamer-%%VERSION%%/libgstriff.la -lib/gstreamer-%%VERSION%%/libgstriff.so -lib/gstreamer-%%VERSION%%/libgstrmdemux.a -lib/gstreamer-%%VERSION%%/libgstrmdemux.la -lib/gstreamer-%%VERSION%%/libgstrmdemux.so -lib/gstreamer-%%VERSION%%/libgstrtjpeg.a -lib/gstreamer-%%VERSION%%/libgstrtjpeg.la -lib/gstreamer-%%VERSION%%/libgstrtjpeg.so -lib/gstreamer-%%VERSION%%/libgstrtp.a -lib/gstreamer-%%VERSION%%/libgstrtp.la -lib/gstreamer-%%VERSION%%/libgstrtp.so -lib/gstreamer-%%VERSION%%/libgstsilence.a -lib/gstreamer-%%VERSION%%/libgstsilence.la -lib/gstreamer-%%VERSION%%/libgstsilence.so -lib/gstreamer-%%VERSION%%/libgstsinesrc.a -lib/gstreamer-%%VERSION%%/libgstsinesrc.la -lib/gstreamer-%%VERSION%%/libgstsinesrc.so -lib/gstreamer-%%VERSION%%/libgstsmooth.a -lib/gstreamer-%%VERSION%%/libgstsmooth.la -lib/gstreamer-%%VERSION%%/libgstsmooth.so -lib/gstreamer-%%VERSION%%/libgstsmpte.a -lib/gstreamer-%%VERSION%%/libgstsmpte.la -lib/gstreamer-%%VERSION%%/libgstsmpte.so -%%SPC%%lib/gstreamer-%%VERSION%%/libgstspc.a -%%SPC%%lib/gstreamer-%%VERSION%%/libgstspc.la -%%SPC%%lib/gstreamer-%%VERSION%%/libgstspc.so -lib/gstreamer-%%VERSION%%/libgstspectrum.a -lib/gstreamer-%%VERSION%%/libgstspectrum.la -lib/gstreamer-%%VERSION%%/libgstspectrum.so -lib/gstreamer-%%VERSION%%/libgstspeed.a -lib/gstreamer-%%VERSION%%/libgstspeed.la -lib/gstreamer-%%VERSION%%/libgstspeed.so -lib/gstreamer-%%VERSION%%/libgststereo.a -lib/gstreamer-%%VERSION%%/libgststereo.la -lib/gstreamer-%%VERSION%%/libgststereo.so lib/gstreamer-%%VERSION%%/libgstsubparse.a lib/gstreamer-%%VERSION%%/libgstsubparse.la lib/gstreamer-%%VERSION%%/libgstsubparse.so -lib/gstreamer-%%VERSION%%/libgstswitch.a -lib/gstreamer-%%VERSION%%/libgstswitch.la -lib/gstreamer-%%VERSION%%/libgstswitch.so -lib/gstreamer-%%VERSION%%/libgstsynaesthesia.a -lib/gstreamer-%%VERSION%%/libgstsynaesthesia.la -lib/gstreamer-%%VERSION%%/libgstsynaesthesia.so -lib/gstreamer-%%VERSION%%/libgsttagedit.a -lib/gstreamer-%%VERSION%%/libgsttagedit.la -lib/gstreamer-%%VERSION%%/libgsttagedit.so lib/gstreamer-%%VERSION%%/libgsttcp.a lib/gstreamer-%%VERSION%%/libgsttcp.la lib/gstreamer-%%VERSION%%/libgsttcp.so -lib/gstreamer-%%VERSION%%/libgsttta.a -lib/gstreamer-%%VERSION%%/libgsttta.la -lib/gstreamer-%%VERSION%%/libgsttta.so lib/gstreamer-%%VERSION%%/libgsttypefindfunctions.a lib/gstreamer-%%VERSION%%/libgsttypefindfunctions.la lib/gstreamer-%%VERSION%%/libgsttypefindfunctions.so -lib/gstreamer-%%VERSION%%/libgstudp.a -lib/gstreamer-%%VERSION%%/libgstudp.la -lib/gstreamer-%%VERSION%%/libgstudp.so -lib/gstreamer-%%VERSION%%/libgstvbidec.a -lib/gstreamer-%%VERSION%%/libgstvbidec.la -lib/gstreamer-%%VERSION%%/libgstvbidec.so -lib/gstreamer-%%VERSION%%/libgstvcdsrc.a -lib/gstreamer-%%VERSION%%/libgstvcdsrc.la -lib/gstreamer-%%VERSION%%/libgstvcdsrc.so -lib/gstreamer-%%VERSION%%/libgstvideo.a -lib/gstreamer-%%VERSION%%/libgstvideo.la -lib/gstreamer-%%VERSION%%/libgstvideo.so -lib/gstreamer-%%VERSION%%/libgstvideobalance.a -lib/gstreamer-%%VERSION%%/libgstvideobalance.la -lib/gstreamer-%%VERSION%%/libgstvideobalance.so -lib/gstreamer-%%VERSION%%/libgstvideobox.a -lib/gstreamer-%%VERSION%%/libgstvideobox.la -lib/gstreamer-%%VERSION%%/libgstvideobox.so -lib/gstreamer-%%VERSION%%/libgstvideocrop.a -lib/gstreamer-%%VERSION%%/libgstvideocrop.la -lib/gstreamer-%%VERSION%%/libgstvideocrop.so -lib/gstreamer-%%VERSION%%/libgstvideodrop.a -lib/gstreamer-%%VERSION%%/libgstvideodrop.la -lib/gstreamer-%%VERSION%%/libgstvideodrop.so -lib/gstreamer-%%VERSION%%/libgstvideofilter.a -lib/gstreamer-%%VERSION%%/libgstvideofilter.la -lib/gstreamer-%%VERSION%%/libgstvideofilter.so -lib/gstreamer-%%VERSION%%/libgstvideoflip.a -lib/gstreamer-%%VERSION%%/libgstvideoflip.la -lib/gstreamer-%%VERSION%%/libgstvideoflip.so -lib/gstreamer-%%VERSION%%/libgstvideomixer.a -lib/gstreamer-%%VERSION%%/libgstvideomixer.la -lib/gstreamer-%%VERSION%%/libgstvideomixer.so lib/gstreamer-%%VERSION%%/libgstvideorate.a lib/gstreamer-%%VERSION%%/libgstvideorate.la lib/gstreamer-%%VERSION%%/libgstvideorate.so @@ -320,80 +77,68 @@ lib/gstreamer-%%VERSION%%/libgstvideotestsrc.a lib/gstreamer-%%VERSION%%/libgstvideotestsrc.la lib/gstreamer-%%VERSION%%/libgstvideotestsrc.so -lib/gstreamer-%%VERSION%%/libgstvolenv.a -lib/gstreamer-%%VERSION%%/libgstvolenv.la -lib/gstreamer-%%VERSION%%/libgstvolenv.so lib/gstreamer-%%VERSION%%/libgstvolume.a lib/gstreamer-%%VERSION%%/libgstvolume.la lib/gstreamer-%%VERSION%%/libgstvolume.so -lib/gstreamer-%%VERSION%%/libgstwavenc.a -lib/gstreamer-%%VERSION%%/libgstwavenc.la -lib/gstreamer-%%VERSION%%/libgstwavenc.so -lib/gstreamer-%%VERSION%%/libgstwavparse.a -lib/gstreamer-%%VERSION%%/libgstwavparse.la -lib/gstreamer-%%VERSION%%/libgstwavparse.so lib/gstreamer-%%VERSION%%/libgstximagesink.a lib/gstreamer-%%VERSION%%/libgstximagesink.la lib/gstreamer-%%VERSION%%/libgstximagesink.so lib/gstreamer-%%VERSION%%/libgstxvimagesink.a lib/gstreamer-%%VERSION%%/libgstxvimagesink.la lib/gstreamer-%%VERSION%%/libgstxvimagesink.so -lib/gstreamer-%%VERSION%%/libgstxwindowlistener.a -lib/gstreamer-%%VERSION%%/libgstxwindowlistener.la -lib/gstreamer-%%VERSION%%/libgstxwindowlistener.so -lib/gstreamer-%%VERSION%%/libgsty4menc.a -lib/gstreamer-%%VERSION%%/libgsty4menc.la -lib/gstreamer-%%VERSION%%/libgsty4menc.so +lib/libgstaudio-%%VERSION%%.a +lib/libgstaudio-%%VERSION%%.la +lib/libgstaudio-%%VERSION%%.so +lib/libgstaudio-%%VERSION%%.so.0 +lib/libgstcdda-%%VERSION%%.a +lib/libgstcdda-%%VERSION%%.la +lib/libgstcdda-%%VERSION%%.so +lib/libgstcdda-%%VERSION%%.so.0 lib/libgstinterfaces-%%VERSION%%.a lib/libgstinterfaces-%%VERSION%%.la lib/libgstinterfaces-%%VERSION%%.so -lib/libgstinterfaces-%%VERSION%%.so.%%SHLIB_VERSION%% -lib/libgstmedia-info-%%VERSION%%.a -lib/libgstmedia-info-%%VERSION%%.la -lib/libgstmedia-info-%%VERSION%%.so -lib/libgstmedia-info-%%VERSION%%.so.%%SHLIB_VERSION%% -lib/libgstplay-%%VERSION%%.a -lib/libgstplay-%%VERSION%%.la -lib/libgstplay-%%VERSION%%.so -lib/libgstplay-%%VERSION%%.so.%%SHLIB_VERSION%% -libdata/pkgconfig/gstreamer-interfaces-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-libs-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-media-info-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-play-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-plugins-%%VERSION%%.pc -share/locale/af/LC_MESSAGES/gst-plugins-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/gst-plugins-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/gst-plugins-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/gst-plugins-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/gst-plugins-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/gst-plugins-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/gst-plugins-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/gst-plugins-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/gst-plugins-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/gst-plugins-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/gst-plugins-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/gst-plugins-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/gst-plugins-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/gst-plugins-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/gst-plugins-%%VERSION%%.mo -@dirrm lib/gstreamer-%%VERSION%% -@dirrm include/gstreamer-%%VERSION%%/gst/xwindowlistener -@dirrm include/gstreamer-%%VERSION%%/gst/xoverlay +lib/libgstinterfaces-%%VERSION%%.so.0 +lib/libgstnetbuffer-%%VERSION%%.a +lib/libgstnetbuffer-%%VERSION%%.la +lib/libgstnetbuffer-%%VERSION%%.so +lib/libgstnetbuffer-%%VERSION%%.so.0 +lib/libgstriff-%%VERSION%%.a +lib/libgstriff-%%VERSION%%.la +lib/libgstriff-%%VERSION%%.so +lib/libgstriff-%%VERSION%%.so.0 +lib/libgstrtp-%%VERSION%%.a +lib/libgstrtp-%%VERSION%%.la +lib/libgstrtp-%%VERSION%%.so +lib/libgstrtp-%%VERSION%%.so.0 +lib/libgsttag-%%VERSION%%.a +lib/libgsttag-%%VERSION%%.la +lib/libgsttag-%%VERSION%%.so +lib/libgsttag-%%VERSION%%.so.0 +lib/libgstvideo-%%VERSION%%.a +lib/libgstvideo-%%VERSION%%.la +lib/libgstvideo-%%VERSION%%.so +lib/libgstvideo-%%VERSION%%.so.0 +libdata/pkgconfig/gstreamer-plugins-base-%%VERSION%%.pc +share/locale/af/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo +share/locale/az/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo +share/locale/cs/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo +share/locale/en_GB/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo +share/locale/hu/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo +share/locale/it/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo +share/locale/nb/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo +share/locale/nl/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo +share/locale/or/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo +share/locale/sq/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo +share/locale/sr/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo +share/locale/sv/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo +share/locale/uk/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo +share/locale/vi/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo @dirrm include/gstreamer-%%VERSION%%/gst/video -@dirrm include/gstreamer-%%VERSION%%/gst/tuner @dirrm include/gstreamer-%%VERSION%%/gst/tag +@dirrm include/gstreamer-%%VERSION%%/gst/rtp @dirrm include/gstreamer-%%VERSION%%/gst/riff -@dirrm include/gstreamer-%%VERSION%%/gst/resample -@dirrm include/gstreamer-%%VERSION%%/gst/propertyprobe -@dirrm include/gstreamer-%%VERSION%%/gst/play -@dirrm include/gstreamer-%%VERSION%%/gst/navigation -@dirrm include/gstreamer-%%VERSION%%/gst/mixer -@dirrm include/gstreamer-%%VERSION%%/gst/media-info -@dirrm include/gstreamer-%%VERSION%%/gst/idct +@dirrm include/gstreamer-%%VERSION%%/gst/netbuffer +@dirrm include/gstreamer-%%VERSION%%/gst/interfaces @dirrm include/gstreamer-%%VERSION%%/gst/floatcast -@dirrm include/gstreamer-%%VERSION%%/gst/colorbalance +@dirrm include/gstreamer-%%VERSION%%/gst/cdda @dirrm include/gstreamer-%%VERSION%%/gst/audio -@dirrmtry include/gstreamer-%%VERSION%%/gst -@dirrmtry include/gstreamer-%%VERSION%% -@exec %D/bin/gst-register-${VERSION} --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true -@unexec %D/bin/gst-register-${VERSION} --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-all/Makefile ports/multimedia/gstreamer-plugins-all/Makefile --- ports.orig/multimedia/gstreamer-plugins-all/Makefile Fri Nov 4 23:53:09 2005 +++ ports/multimedia/gstreamer-plugins-all/Makefile Wed Jan 25 13:54:32 2006 @@ -2,12 +2,12 @@ # Date created: 2004-12-12 # Whom: Michael Johnson # -# $FreeBSD: ports/multimedia/gstreamer-plugins-all/Makefile,v 1.7 2005/11/05 04:53:09 marcus Exp $ -# $MCom: ports/multimedia/gstreamer-plugins-all/Makefile,v 1.3 2005/10/22 06:20:02 ahze Exp $ +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-all/Makefile,v 1.8 2006/01/25 18:54:32 ahze Exp $ # PORTNAME= gstreamer-plugins-all -PORTVERSION= 1.0.${GST_VERSION}.${GST_SHLIB_VERSION} +PORTVERSION= 1.2.${GST_VERSION}.${GST_SHLIB_VERSION} CATEGORIES= multimedia MASTER_SITES= # empty DISTFILES= # empty @@ -27,22 +27,10 @@ WITHOUT_FAAC= yes # Mp4 Dolby license , no package WITHOUT_LAME= yes # MP3 License , no package .endif +WITHOUT_LADSPA= yes # Broken WITHOUT_MPEG2ENC=yes # Broken from updated mjpegtools .if ${OSVERSION} < 500000 WITHOUT_LIBVISUAL=yes # Broken on 4.x -WITHOUT_POLYPAUDIO=yes # Broken on 4.x -.endif -# Shout & Shout2 Conflict -.if !defined(WITHOUT_SHOUT) && !defined(WITHOUT_SHOUT2) -WITHOUT_SHOUT= yes -.endif -# Jpeg & Jpeg-mmx Conflict -.if ${ARCH}!="i386" -WITHOUT_JPEG-MMX= yes -.else -.if !defined(WITHOUT_JPEG) && !defined(WITHOUT_JPEG-MMX) -WITHOUT_JPEG-MMX= yes -.endif .endif # Remove core, yes diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-all80/Makefile ports/multimedia/gstreamer-plugins-all80/Makefile --- ports.orig/multimedia/gstreamer-plugins-all80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-all80/Makefile Fri Jan 20 09:27:43 2006 @@ -0,0 +1,63 @@ +# New ports collection makefile for: gstreamer-plugins-all +# Date created: 2004-12-12 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-all80/Makefile,v 1.2 2006/01/20 14:27:43 ahze Exp $ +# + +PORTNAME= gstreamer-plugins-all80 +PORTVERSION= 1.1.${GST80_VERSION}.${GST80_SHLIB_VERSION} +CATEGORIES= multimedia +MASTER_SITES= # empty +DISTFILES= # empty +EXTRACT_ONLY= # empty + +MAINTAINER= ahze@FreeBSD.org +COMMENT= Meta-port of all gstreamer plugins with options + +NO_BUILD= yes +USE_GSTREAMER80= yes +OPTIONS= # Hacky.. but it works the way it is set up... + +.include + +# Weed out gst-plugins that can not be packaged. or are broken. +.if defined(PACKAGE_BUILDING) +WITHOUT_FAAC= yes # Mp4 Dolby license , no package +WITHOUT_LAME= yes # MP3 License , no package +.endif +WITHOUT_MPEG2ENC=yes # Broken from updated mjpegtools +.if ${OSVERSION} < 500000 +WITHOUT_LIBVISUAL=yes # Broken on 4.x +WITHOUT_POLYPAUDIO=yes # Broken on 4.x +.endif +# Shout & Shout2 Conflict +.if !defined(WITHOUT_SHOUT) && !defined(WITHOUT_SHOUT2) +WITHOUT_SHOUT= yes +.endif +# Jpeg & Jpeg-mmx Conflict +.if ${ARCH}!="i386" +WITHOUT_JPEG-MMX= yes +.else +.if !defined(WITHOUT_JPEG) && !defined(WITHOUT_JPEG-MMX) +WITHOUT_JPEG-MMX= yes +.endif +.endif + +# Remove core, yes +PLUGS= ${_USE_GSTREAMER80_ALL:S/core//:S/yes//} + +.for all in ${PLUGS} +OPTIONS+= ${all:U} "${all} plugin " on +.endfor + +.for f in ${PLUGS} +.if !defined(WITHOUT_${f:U}) +USE_GSTREAMER80+= ${f} +.endif +.endfor + +do-install: # empty + +.include diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-all80/pkg-descr ports/multimedia/gstreamer-plugins-all80/pkg-descr --- ports.orig/multimedia/gstreamer-plugins-all80/pkg-descr Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-all80/pkg-descr Thu Jan 19 21:56:05 2006 @@ -0,0 +1 @@ +Meta-port of all gstreamer-plugins with options. diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-bad/Makefile ports/multimedia/gstreamer-plugins-bad/Makefile --- ports.orig/multimedia/gstreamer-plugins-bad/Makefile Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-bad/Makefile Sun Feb 26 14:23:20 2006 @@ -0,0 +1,41 @@ +# New ports collection makefile for: gstreamer-plugins-bad +# Date created: 20 Jan 2006 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-bad/Makefile,v 1.2 2006/02/26 19:23:20 marcus Exp $ +# + +PORTREVISION= 1 +CATEGORIES= multimedia + +COMMENT= Bad gstreamer-plugins + +GST_PLUGIN= bad +GST_PLUGIN_SUFFIX= -bad + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +BUILD_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins +RUN_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins + +EXTRACT_ONLY= ${BAD_DISTFILE} +WRKSRC= ${WRKDIR}/${BAD_DISTNAME} + +BAD_GST_DIRS= gst sys +PLIST_SUB= VERSION="${GST_VERSION}" +NO_GSTREAMER_COMMON= yes +PLIST= ${.CURDIR}/pkg-plist + +do-build: +.for dir in ${BAD_GST_DIRS} + @(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) +.endfor + +do-install: +.for dir in ${BAD_GST_DIRS} + @(cd ${INSTALL_WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) + +.endfor + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-bad/pkg-plist ports/multimedia/gstreamer-plugins-bad/pkg-plist --- ports.orig/multimedia/gstreamer-plugins-bad/pkg-plist Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-bad/pkg-plist Sun Feb 26 14:23:20 2006 @@ -0,0 +1,9 @@ +lib/gstreamer-%%VERSION%%/libgstqtdemux.a +lib/gstreamer-%%VERSION%%/libgstqtdemux.la +lib/gstreamer-%%VERSION%%/libgstqtdemux.so +lib/gstreamer-%%VERSION%%/libgstspeed.a +lib/gstreamer-%%VERSION%%/libgstspeed.la +lib/gstreamer-%%VERSION%%/libgstspeed.so +lib/gstreamer-%%VERSION%%/libgsttta.a +lib/gstreamer-%%VERSION%%/libgsttta.la +lib/gstreamer-%%VERSION%%/libgsttta.so diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-core/Makefile ports/multimedia/gstreamer-plugins-core/Makefile --- ports.orig/multimedia/gstreamer-plugins-core/Makefile Fri Nov 4 23:53:09 2005 +++ ports/multimedia/gstreamer-plugins-core/Makefile Sat Jan 21 16:22:18 2006 @@ -2,13 +2,12 @@ # Date created: 2004-11-15 # Whom: Michael Johnson # -# $FreeBSD: ports/multimedia/gstreamer-plugins-core/Makefile,v 1.8 2005/11/05 04:53:09 marcus Exp $ -# $MCom: ports/multimedia/gstreamer-plugins-core/Makefile,v 1.8 2005/07/13 06:48:22 ahze Exp $ -# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-core/Makefile,v 1.14 2006/01/21 21:22:18 ahze Exp $ PORTNAME= gstreamer-plugins-core -PORTVERSION= 0.8 -PORTREVISION= 6 +PORTVERSION= 0.10 +PORTREVISION= 4 CATEGORIES= multimedia audio MASTER_SITES= # empty DISTFILES= # empty @@ -28,7 +27,7 @@ .include # Audio plugins -USE_GSTREAMER+= mad vorbis +USE_GSTREAMER+= mad ogg vorbis # Graphics plugins USE_GSTREAMER+= libpng @@ -37,28 +36,17 @@ USE_GSTREAMER+= pango # Multimedia plugins -USE_GSTREAMER+= ffmpeg - -.if ${OSVERSION} > 500035 || defined(WITH_XVID) -USE_GSTREAMER+= xvid -.endif +USE_GSTREAMER+= ffmpeg good theora .if !defined(WITHOUT_DVD) # Audio plugins USE_GSTREAMER+= a52dec - -# Multimedia plugins -USE_GSTREAMER+= dts dvd .endif pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} " Disable DVD plugins by defining WITHOUT_DVD" @${ECHO_MSG} "" -.if ${OSVERSION} < 500035 && !defined(WITH_XVID) - @${ECHO_MSG} " Enable XVID plugins by defining WITH_XVID" - @${ECHO_MSG} "" -.endif do-install: if [ ! -d ${PREFIX}/${GST_DIR} ]; then \ diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-core80/Makefile ports/multimedia/gstreamer-plugins-core80/Makefile --- ports.orig/multimedia/gstreamer-plugins-core80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-core80/Makefile Tue Jan 24 13:49:48 2006 @@ -0,0 +1,68 @@ +# New ports collection makefile for: gstreamer-plugins-core +# Date created: 2004-11-15 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-core80/Makefile,v 1.4 2006/01/24 18:49:48 marcus Exp $ + +PORTNAME= gstreamer-plugins-core80 +PORTVERSION= 0.8.11 +PORTREVISION= 7 +CATEGORIES= multimedia audio +MASTER_SITES= # empty +DISTFILES= # empty +EXTRACT_ONLY= # empty + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Core set of typical audio and video gstreamer-plugins + +USE_X_PREFIX= yes +NO_BUILD= yes + +GST_DIR= lib/gstreamer-${GST80_VERSION} +PLIST_FILES= ${GST_DIR}/.gstreamer-plugins-core.keep + +WANT_GSTREAMER= yes + +.include + +# Audio plugins +USE_GSTREAMER80+= mad vorbis + +# Graphics plugins +USE_GSTREAMER80+= libpng + +# Misc plugins +USE_GSTREAMER80+= pango + +# Multimedia plugins +USE_GSTREAMER80+= ffmpeg + +.if ${OSVERSION} > 500035 || defined(WITH_XVID) +USE_GSTREAMER80+= xvid +.endif + +.if !defined(WITHOUT_DVD) +# Audio plugins +USE_GSTREAMER80+= a52dec + +# Multimedia plugins +USE_GSTREAMER80+= dts dvd +.endif + +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} " Disable DVD plugins by defining WITHOUT_DVD" + @${ECHO_MSG} "" +.if ${OSVERSION} < 500035 && !defined(WITH_XVID) + @${ECHO_MSG} " Enable XVID plugins by defining WITH_XVID" + @${ECHO_MSG} "" +.endif + +do-install: + if [ ! -d ${PREFIX}/${GST_DIR} ]; then \ + ${MKDIR} ${PREFIX}/${GST_DIR} ; \ + fi + ${TOUCH} -f ${PREFIX}/${GST_DIR}/.gstreamer-plugins-core.keep + +.include diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-core80/pkg-descr ports/multimedia/gstreamer-plugins-core80/pkg-descr --- ports.orig/multimedia/gstreamer-plugins-core80/pkg-descr Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-core80/pkg-descr Thu Jan 19 21:56:05 2006 @@ -0,0 +1,3 @@ +Meta-port to core "typical" gstreamer-plugins + +WWW: http://gstreamer.net diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-dirac80/Makefile ports/multimedia/gstreamer-plugins-dirac80/Makefile --- ports.orig/multimedia/gstreamer-plugins-dirac80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-dirac80/Makefile Thu Jan 19 21:56:05 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-dirac +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-dirac80/Makefile,v 1.1 2006/01/20 02:56:05 ahze Exp $ +# + +CATEGORIES= multimedia +PORTREVISION= 1 + +COMMENT= Gstreamer dirac plugin + +GST_PLUGIN= dirac + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-dts80/Makefile ports/multimedia/gstreamer-plugins-dts80/Makefile --- ports.orig/multimedia/gstreamer-plugins-dts80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-dts80/Makefile Thu Jan 19 21:56:05 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-dts +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-dts80/Makefile,v 1.1 2006/01/20 02:56:05 ahze Exp $ +# + +CATEGORIES= multimedia +PORTREVISION= 1 + +COMMENT= Gstreamer dts plugin + +GST_PLUGIN= dts + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-dv80/Makefile ports/multimedia/gstreamer-plugins-dv80/Makefile --- ports.orig/multimedia/gstreamer-plugins-dv80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-dv80/Makefile Tue Jan 24 21:18:17 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-dv +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-dv80/Makefile,v 1.2 2006/01/25 02:18:17 ahze Exp $ +# + +CATEGORIES= multimedia +PORTREVISION= 2 + +COMMENT= Gstreamer dv plugin + +GST_PLUGIN= dv + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-dvd80/Makefile ports/multimedia/gstreamer-plugins-dvd80/Makefile --- ports.orig/multimedia/gstreamer-plugins-dvd80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-dvd80/Makefile Thu Jan 19 21:56:06 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-dvd +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-dvd80/Makefile,v 1.1 2006/01/20 02:56:06 ahze Exp $ +# + +CATEGORIES= multimedia +PORTREVISION= 2 + +COMMENT= Gstreamer dvd plugin set + +GST_PLUGIN= dvd + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-good/Makefile ports/multimedia/gstreamer-plugins-good/Makefile --- ports.orig/multimedia/gstreamer-plugins-good/Makefile Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-good/Makefile Sun Feb 26 14:26:21 2006 @@ -0,0 +1,41 @@ +# New ports collection makefile for: gstreamer-plugins-good +# Date created: 20 Jan 2006 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-good/Makefile,v 1.2 2006/02/26 19:26:21 marcus Exp $ +# + +PORTREVISION= 1 +CATEGORIES= multimedia + +COMMENT= Good gstreamer-plugins + +GST_PLUGIN= good +GST_PLUGIN_SUFFIX= -good + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +BUILD_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins +RUN_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins + +EXTRACT_ONLY= ${GOOD_DISTFILE} +WRKSRC= ${WRKDIR}/${GOOD_DISTNAME} + +GOOD_GST_DIRS= gst sys +PLIST_SUB= VERSION="${GST_VERSION}" +NO_GSTREAMER_COMMON= yes +PLIST= ${.CURDIR}/pkg-plist + +do-build: +.for dir in ${GOOD_GST_DIRS} + @(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) +.endfor + +do-install: +.for dir in ${GOOD_GST_DIRS} + @(cd ${INSTALL_WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) + +.endfor + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-good/pkg-plist ports/multimedia/gstreamer-plugins-good/pkg-plist --- ports.orig/multimedia/gstreamer-plugins-good/pkg-plist Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-good/pkg-plist Sun Feb 26 14:26:21 2006 @@ -0,0 +1,84 @@ +lib/gstreamer-%%VERSION%%/libgstalaw.a +lib/gstreamer-%%VERSION%%/libgstalaw.la +lib/gstreamer-%%VERSION%%/libgstalaw.so +lib/gstreamer-%%VERSION%%/libgstalpha.a +lib/gstreamer-%%VERSION%%/libgstalpha.la +lib/gstreamer-%%VERSION%%/libgstalpha.so +lib/gstreamer-%%VERSION%%/libgstalphacolor.a +lib/gstreamer-%%VERSION%%/libgstalphacolor.la +lib/gstreamer-%%VERSION%%/libgstalphacolor.so +lib/gstreamer-%%VERSION%%/libgstapetag.a +lib/gstreamer-%%VERSION%%/libgstapetag.la +lib/gstreamer-%%VERSION%%/libgstapetag.so +lib/gstreamer-%%VERSION%%/libgstauparse.a +lib/gstreamer-%%VERSION%%/libgstauparse.la +lib/gstreamer-%%VERSION%%/libgstauparse.so +lib/gstreamer-%%VERSION%%/libgstautodetect.a +lib/gstreamer-%%VERSION%%/libgstautodetect.la +lib/gstreamer-%%VERSION%%/libgstautodetect.so +lib/gstreamer-%%VERSION%%/libgstavi.a +lib/gstreamer-%%VERSION%%/libgstavi.la +lib/gstreamer-%%VERSION%%/libgstavi.so +lib/gstreamer-%%VERSION%%/libgstcutter.a +lib/gstreamer-%%VERSION%%/libgstcutter.la +lib/gstreamer-%%VERSION%%/libgstcutter.so +lib/gstreamer-%%VERSION%%/libgstdebug.a +lib/gstreamer-%%VERSION%%/libgstdebug.la +lib/gstreamer-%%VERSION%%/libgstdebug.so +lib/gstreamer-%%VERSION%%/libgsteffectv.a +lib/gstreamer-%%VERSION%%/libgsteffectv.la +lib/gstreamer-%%VERSION%%/libgsteffectv.so +lib/gstreamer-%%VERSION%%/libgstflxdec.a +lib/gstreamer-%%VERSION%%/libgstflxdec.la +lib/gstreamer-%%VERSION%%/libgstflxdec.so +lib/gstreamer-%%VERSION%%/libgstgoom.a +lib/gstreamer-%%VERSION%%/libgstgoom.la +lib/gstreamer-%%VERSION%%/libgstgoom.so +lib/gstreamer-%%VERSION%%/libgstid3demux.a +lib/gstreamer-%%VERSION%%/libgstid3demux.la +lib/gstreamer-%%VERSION%%/libgstid3demux.so +lib/gstreamer-%%VERSION%%/libgstlevel.a +lib/gstreamer-%%VERSION%%/libgstlevel.la +lib/gstreamer-%%VERSION%%/libgstlevel.so +lib/gstreamer-%%VERSION%%/libgstmatroska.a +lib/gstreamer-%%VERSION%%/libgstmatroska.la +lib/gstreamer-%%VERSION%%/libgstmatroska.so +lib/gstreamer-%%VERSION%%/libgstmulaw.a +lib/gstreamer-%%VERSION%%/libgstmulaw.la +lib/gstreamer-%%VERSION%%/libgstmulaw.so +lib/gstreamer-%%VERSION%%/libgstmultipart.a +lib/gstreamer-%%VERSION%%/libgstmultipart.la +lib/gstreamer-%%VERSION%%/libgstmultipart.so +lib/gstreamer-%%VERSION%%/libgstnavigationtest.a +lib/gstreamer-%%VERSION%%/libgstnavigationtest.la +lib/gstreamer-%%VERSION%%/libgstnavigationtest.so +lib/gstreamer-%%VERSION%%/libgstossaudio.a +lib/gstreamer-%%VERSION%%/libgstossaudio.la +lib/gstreamer-%%VERSION%%/libgstossaudio.so +lib/gstreamer-%%VERSION%%/libgstrtp.a +lib/gstreamer-%%VERSION%%/libgstrtp.la +lib/gstreamer-%%VERSION%%/libgstrtp.so +lib/gstreamer-%%VERSION%%/libgstrtsp.a +lib/gstreamer-%%VERSION%%/libgstrtsp.la +lib/gstreamer-%%VERSION%%/libgstrtsp.so +lib/gstreamer-%%VERSION%%/libgstsmpte.a +lib/gstreamer-%%VERSION%%/libgstsmpte.la +lib/gstreamer-%%VERSION%%/libgstsmpte.so +lib/gstreamer-%%VERSION%%/libgstudp.a +lib/gstreamer-%%VERSION%%/libgstudp.la +lib/gstreamer-%%VERSION%%/libgstudp.so +lib/gstreamer-%%VERSION%%/libgstvideobox.a +lib/gstreamer-%%VERSION%%/libgstvideobox.la +lib/gstreamer-%%VERSION%%/libgstvideobox.so +lib/gstreamer-%%VERSION%%/libgstvideoflip.a +lib/gstreamer-%%VERSION%%/libgstvideoflip.la +lib/gstreamer-%%VERSION%%/libgstvideoflip.so +lib/gstreamer-%%VERSION%%/libgstvideomixer.a +lib/gstreamer-%%VERSION%%/libgstvideomixer.la +lib/gstreamer-%%VERSION%%/libgstvideomixer.so +lib/gstreamer-%%VERSION%%/libgstwavenc.a +lib/gstreamer-%%VERSION%%/libgstwavenc.la +lib/gstreamer-%%VERSION%%/libgstwavenc.so +lib/gstreamer-%%VERSION%%/libgstwavparse.a +lib/gstreamer-%%VERSION%%/libgstwavparse.la +lib/gstreamer-%%VERSION%%/libgstwavparse.so diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-libfame80/Makefile ports/multimedia/gstreamer-plugins-libfame80/Makefile --- ports.orig/multimedia/gstreamer-plugins-libfame80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-libfame80/Makefile Thu Jan 19 21:56:06 2006 @@ -0,0 +1,16 @@ +# New ports collection makefile for: gstreamer-plugins-libfame +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-libfame80/Makefile,v 1.1 2006/01/20 02:56:06 ahze Exp $ +# + +CATEGORIES= multimedia +PORTREVISION= 1 + +GST_PLUGIN= libfame + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-mpeg2dec80/Makefile ports/multimedia/gstreamer-plugins-mpeg2dec80/Makefile --- ports.orig/multimedia/gstreamer-plugins-mpeg2dec80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-mpeg2dec80/Makefile Thu Jan 19 21:56:06 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-mpeg2dec +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-mpeg2dec80/Makefile,v 1.1 2006/01/20 02:56:06 ahze Exp $ +# + +CATEGORIES= multimedia +PORTREVISION= 1 + +COMMENT= Gstreamer mpeg decode plugin + +GST_PLUGIN= mpeg2dec + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-mpeg2enc80/Makefile ports/multimedia/gstreamer-plugins-mpeg2enc80/Makefile --- ports.orig/multimedia/gstreamer-plugins-mpeg2enc80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-mpeg2enc80/Makefile Thu Jan 19 21:56:06 2006 @@ -0,0 +1,20 @@ +# New ports collection makefile for: gstreamer-plugins-mpeg2enc +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-mpeg2enc80/Makefile,v 1.1 2006/01/20 02:56:06 ahze Exp $ +# + +CATEGORIES= multimedia +PORTREVISION= 2 + +COMMENT= Gstreamer mpeg encoder plugin + +BROKEN= Does not compile + +GST_PLUGIN= mpeg2enc + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-mplex80/Makefile ports/multimedia/gstreamer-plugins-mplex80/Makefile --- ports.orig/multimedia/gstreamer-plugins-mplex80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-mplex80/Makefile Thu Jan 19 21:56:07 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-mplex +# Date created: 7 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-mplex80/Makefile,v 1.1 2006/01/20 02:56:07 ahze Exp $ +# + +CATEGORIES= multimedia +PORTREVISION= 2 + +COMMENT= Gstreamer mplex plugin + +GST_PLUGIN= mplex + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-theora80/Makefile ports/multimedia/gstreamer-plugins-theora80/Makefile --- ports.orig/multimedia/gstreamer-plugins-theora80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-theora80/Makefile Thu Jan 19 21:56:07 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-theora +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-theora80/Makefile,v 1.1 2006/01/20 02:56:07 ahze Exp $ +# + +CATEGORIES= multimedia +PORTREVISION= 1 + +COMMENT= Gstreamer theora plugin + +GST_PLUGIN= theora + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-ugly/Makefile ports/multimedia/gstreamer-plugins-ugly/Makefile --- ports.orig/multimedia/gstreamer-plugins-ugly/Makefile Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-ugly/Makefile Sun Feb 26 14:27:21 2006 @@ -0,0 +1,41 @@ +# New ports collection makefile for: gstreamer-plugins-ugly +# Date created: 20 Jan 2006 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-ugly/Makefile,v 1.2 2006/02/26 19:27:21 marcus Exp $ +# + +PORTREVISION= 1 +CATEGORIES= multimedia + +COMMENT= Ugly gstreamer-plugins + +GST_PLUGIN= ugly +GST_PLUGIN_SUFFIX= -ugly + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +BUILD_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins +RUN_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins + +EXTRACT_ONLY= ${UGLY_DISTFILE} +WRKSRC= ${WRKDIR}/${UGLY_DISTNAME} + +UGLY_GST_DIRS= gst +PLIST_SUB= VERSION="${GST_VERSION}" +NO_GSTREAMER_COMMON= yes +PLIST= ${.CURDIR}/pkg-plist + +do-build: +.for dir in ${UGLY_GST_DIRS} + @(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) +.endfor + +do-install: +.for dir in ${UGLY_GST_DIRS} + @(cd ${INSTALL_WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) + +.endfor + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-ugly/pkg-plist ports/multimedia/gstreamer-plugins-ugly/pkg-plist --- ports.orig/multimedia/gstreamer-plugins-ugly/pkg-plist Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-ugly/pkg-plist Sun Feb 26 14:27:21 2006 @@ -0,0 +1,15 @@ +lib/gstreamer-%%VERSION%%/libgstdvdlpcmdec.a +lib/gstreamer-%%VERSION%%/libgstdvdlpcmdec.la +lib/gstreamer-%%VERSION%%/libgstdvdlpcmdec.so +lib/gstreamer-%%VERSION%%/libgstiec958.a +lib/gstreamer-%%VERSION%%/libgstiec958.la +lib/gstreamer-%%VERSION%%/libgstiec958.so +lib/gstreamer-%%VERSION%%/libgstmpegaudioparse.a +lib/gstreamer-%%VERSION%%/libgstmpegaudioparse.la +lib/gstreamer-%%VERSION%%/libgstmpegaudioparse.so +lib/gstreamer-%%VERSION%%/libgstmpegstream.a +lib/gstreamer-%%VERSION%%/libgstmpegstream.la +lib/gstreamer-%%VERSION%%/libgstmpegstream.so +lib/gstreamer-%%VERSION%%/libgstrmdemux.a +lib/gstreamer-%%VERSION%%/libgstrmdemux.la +lib/gstreamer-%%VERSION%%/libgstrmdemux.so diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-x26480/Makefile ports/multimedia/gstreamer-plugins-x26480/Makefile --- ports.orig/multimedia/gstreamer-plugins-x26480/Makefile Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-x26480/Makefile Thu Jan 19 21:56:07 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-x264 +# Date created: 6 Sep 2005 +# Whom: Koop Mast +# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-x26480/Makefile,v 1.1 2006/01/20 02:56:07 ahze Exp $ +# + +CATEGORIES= multimedia +PORTREVISION= 1 + +COMMENT= Gstreamer x264 plugin + +GST_PLUGIN= x264 + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins-xvid80/Makefile ports/multimedia/gstreamer-plugins-xvid80/Makefile --- ports.orig/multimedia/gstreamer-plugins-xvid80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins-xvid80/Makefile Thu Jan 19 21:56:07 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-xvid +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-xvid80/Makefile,v 1.1 2006/01/20 02:56:07 ahze Exp $ +# + +CATEGORIES= multimedia +PORTREVISION= 1 + +COMMENT= Gstreamer xvid plugin + +GST_PLUGIN= xvid + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins80/Makefile ports/multimedia/gstreamer-plugins80/Makefile --- ports.orig/multimedia/gstreamer-plugins80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins80/Makefile Fri Feb 24 19:09:18 2006 @@ -0,0 +1,163 @@ +# New ports collection makefile for: gstreamer plugins +# Date created: Wed Jul 10 23:38:01 UTC 2002 +# Whom: Mario Sergio Fujikawa Ferreira +# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins80/Makefile,v 1.58 2006/02/25 00:09:18 marcus Exp $ +# + +PORTNAME= gstreamer +PORTVERSION= 0.8.12 +PORTREVISION?= 1 +CATEGORIES?= multimedia audio +MASTER_SITES= ${MASTER_SITE_GNOME} \ + http://gstreamer.freedesktop.org/src/gst-plugins/ +MASTER_SITE_SUBDIR= sources/gst-plugins/0.8 +PKGNAMESUFFIX= -plugins${GST_PLUGIN_SUFFIX}80 +DISTNAME= gst-plugins-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= kwm@FreeBSD.org +COMMENT?= GStreamer written collection of plugins handling several media types + +LIB_DEPENDS+= gstreamer-0.8.5:${PORTSDIR}/multimedia/gstreamer80 \ + popt.0:${PORTSDIR}/devel/popt + +SHLIB_VERSION= 1 +VERSION= 0.8 + +WANT_GSTREAMER= yes +USE_X_PREFIX= yes +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME+= gnomehack \ + gnomeprefix \ + gnometarget \ + pkgconfig +GNU_CONFIGURE= yes +GST_PLUGIN?= base + +CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \ + CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LDFLAGS="${LDFLAGS} -L${X11BASE}/lib -L${LOCALBASE}/lib ${EXTRA_LIBS} ${PTHREAD_LIBS}" + +.include +.include "${MASTERDIR}/Makefile.common" + +.if !defined(WITH_CPUFLAGS) +WITHOUT_CPU_CFLAGS= yes +.endif + +.if ${GST_PLUGIN} == "base" + +INSTALLS_SHLIB= yes + +PLIST_SUB+= VERSION="${VERSION}" \ + SHLIB_VERSION="${SHLIB_VERSION}" + +MAN1= gst-launch-ext-0.8.1 gst-visualise-0.8.1 + +## Additional directories which should be both built and installed +## but configure neglected to correctly identify them +# cdrom/vcd support +EXTRA_BUILD_DIR+= sys/vcd +# modplug +EXTRA_BUILD_DIR+= gst/modplug +.else +.for f in ${GST_PLUGIN_DIR} +GST_PLUGIN_MAKEFILES+= ${f}/Makefile +.endfor +.endif + +# cdrom default device +.ifdef(WITH_CDROM_DEVICE) +DEFAULT_CDROM_DEVICE=${WITH_CDROM_DEVICE} +.else +. if ${OSVERSION} < 500000 +DEFAULT_CDROM_DEVICE=/dev/acd0c +. else +DEFAULT_CDROM_DEVICE=/dev/acd0 +. endif +.endif + +# dvd default device +.ifdef(WITH_DVD_DEVICE) +DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} +.else +. if ${OSVERSION} < 500000 +DEFAULT_DVD_DEVICE=/dev/acd0c +. else +DEFAULT_DVD_DEVICE=/dev/acd0 +. endif +.endif + +pre-everything:: +.if !defined(WITH_CPUFLAGS) + @${ECHO_MSG} "" + @${ECHO_MSG} "If you want to compile with CPUFLAGS" + @${ECHO_MSG} "hit Ctrl+C now and use make \"WITH_CPUFLAGS=yes\"" + @${ECHO_MSG} "NOTE: This option may cause build, install, and/or" + @${ECHO_MSG} "runtime failures. If this option does not work for you" + @${ECHO_MSG} "please do not use it." + @${ECHO_MSG} "" +.endif + +post-extract: +# for cdrom/vcd support +# taken from mplayer distfile +# MD5 (MPlayer-1.0pre4.tar.bz2) = 83ebac0f05b192516a41fca2350ca01a + @${CP} ${FILESDIR}/bsdi_dvd.h ${WRKSRC}/sys/vcd/ + +post-patch: + @${FIND} ${WRKSRC} -type f | \ + ${XARGS} -n 10 ${REINPLACE_CMD} -e \ + 's|malloc\.h|stdlib.h|; \ + s|stdint\.h|inttypes.h|; \ + s|%%VERSION%%|${VERSION}|' +# cdrom default device + @${REINPLACE_CMD} -e 's|/dev/cdrom|${DEFAULT_CDROM_DEVICE}|' \ + ${WRKSRC}/ext/cdparanoia/gstcdparanoia.c \ + ${WRKSRC}/sys/cdrom/gstcdplayer.c \ + ${WRKSRC}/sys/vcd/vcdsrc.c +# dvd default device + @${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|' \ + ${WRKSRC}/ext/dvdnav/dvdnavsrc.c \ + ${WRKSRC}/ext/dvdread/dvdreadsrc.c +# cdrom/vcd support + @${REINPLACE_CMD} -e 's||"bsdi_dvd.h"|' \ + ${WRKSRC}/sys/cdrom/gstcdplayer_ioctl.c \ + ${WRKSRC}/sys/vcd/vcdsrc.c \ + ${WRKSRC}/sys/vcd/vcdsrc.h +# mplex fix -- gst configure does not use mjpegtool's config to find include. + @${REINPLACE_CMD} -E \ + -e 's|PFLAGS@|PFLAGS@ -I${LOCALBASE}/include/mjpegtools -I${LOCALBASE}/include/mjpegtools/mplex|' \ + ${WRKSRC}/ext/mplex/Makefile.in +.if ${GST_PLUGIN}!="base" + @${REINPLACE_CMD} -E -e 's|ac_config_files=\"*\"|ac_config_files="$$ac_config_files Makefile ${GST_PLUGIN_MAKEFILES}" #|' \ + ${WRKSRC}/configure +.else +.for f in ${GST_ALL_PLUGINS} + @${REINPLACE_CMD} -e 's|ext/${f}/Makefile||g' \ + ${WRKSRC}/configure +.endfor +.endif + +post-build: +.ifdef(EXTRA_BUILD_DIR) +. for dir in ${EXTRA_BUILD_DIR} + @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} +. endfor +.endif + +post-install: +.ifdef(EXTRA_BUILD_DIR) +. for dir in ${EXTRA_BUILD_DIR} + @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} +. endfor +.endif +# register plugins + -@${X11BASE}/bin/gst-register-${VERSION} \ + --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${VERSION}/registry.xml 2>/dev/null + +.include diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins80/Makefile.common ports/multimedia/gstreamer-plugins80/Makefile.common --- ports.orig/multimedia/gstreamer-plugins80/Makefile.common Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins80/Makefile.common Sun Mar 19 16:48:29 2006 @@ -0,0 +1,548 @@ +GST_ALL_PLUGINS= \ + a52dec \ + aalib \ + aalibtest \ + arts \ + artstest \ + artsc \ + audiofile \ + audioresample \ + cairo \ + cdaudio \ + cdio \ + cdparanoia \ + dirac \ + directfb \ + divx \ + dts \ + dvdnav \ + dvdread \ + dxr3 \ + esd \ + esdtest \ + faac \ + faad \ + flac \ + gconf \ + gdk_pixbuf \ + gnome_vfs \ + gsm \ + hermes \ + ivorbis \ + jack \ + jpeg \ + ladspa \ + lame \ + lcs \ + libcaca \ + libdv \ + libfame \ + libfametest\ + libmng \ + libmms \ + libpng \ + librfb \ + libvisual \ + mad \ + mikmod \ + libmikmodtest \ + mpeg2dec \ + mpeg2enc \ + mplex \ + musepack \ + musicbrainz \ + nas \ + ogg \ + oggtest \ + opengl \ + pango \ + polyp \ + dv1394 \ + qcam \ + raw1394 \ + sdl \ + sdltest \ + shout \ + shout2 \ + shout2test \ + sidplay \ + smoothwave \ + sndfile \ + speex \ + swfdec \ + theora \ + vcd \ + vorbis \ + vorbistest \ + wavpack \ + x264 \ + xvid + +# Disable all plugins by default\ +.for d in ${GST_ALL_PLUGINS} +CONFIGURE_ARGS+= --disable-${d} +.endfor + +CONFIGURE_ARGS+=--disable-tests \ + --disable-examples \ + --disable-amrnb \ + --disable-alsa \ + --disable-http \ + --enable-cdrom \ + --disable-gconf \ + --disable-gconftool \ + --disable-schemas-install \ + --enable-oss \ + --disable-osx_audio \ + --disable-osx_video \ + --disable-tarkin \ + --enable-static \ + --disable-sunaudio \ + --disable-gst_v4l \ + --disable-gst_v4l2 \ + --disable-xine \ + --enable-x \ + --enable-xshm \ + --enable-xvideo + +# spc is broken a the moment +#.if (${ARCH} == "i386") +#BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm +#CONFIGURE_ARGS+=--enable-spc +#PLIST_SUB+= SPC="" +#.else +CONFIGURE_ARGS+=--disable-spc +PLIST_SUB+= SPC="@comment " +#.endif + +.if ${GST_PLUGIN}!="base" + +GST_PLUGIN_SUFFIX?= -${GST_PLUGIN} + +COMMENT= Gstreamer ${GST_PLUGIN} plugin + +# Enable the right plugin + +CONFIGURE_ARGS:=${CONFIGURE_ARGS:S|--disable-${GST_PLUGIN}|--enable-${GST_PLUGIN}|} + +# Build/Install directory. defaults to ext/${GST_PLUGIN} +# few plugins are in sys/ +GST_PLUGIN_DIR?= ext/${GST_PLUGIN} + +# +GST_LIB_DIR= lib/gstreamer-${VERSION} + +# Auto create PLIST +PLIST= ${NONEXISTENT} +PLIST_FILES?= ${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.so \ + ${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.a \ + ${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.la + +# aalib +.if ${GST_PLUGIN}=="aalib" +LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib +PLIST_FILES= ${GST_LIB_DIR}/libgstaasink.so \ + ${GST_LIB_DIR}/libgstaasink.a \ + ${GST_LIB_DIR}/libgstaasink.la +.endif + +# artsd +.if ${GST_PLUGIN}=="artsd" +LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts +GST_PLIST_SUFFIX= sink +CONFIGURE_ARGS+=--enable-artsc +.endif + +# cairo +.if ${GST_PLUGIN}=="cairo" +LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo +.endif + +# cdparanoia +.if ${GST_PLUGIN}=="cdparanoia" +LIB_DEPENDS+= cdda_interface.0:${PORTSDIR}/audio/cdparanoia +.endif + +# dirac +.if ${GST_PLUGIN}=="dirac" +LIB_DEPENDS+= dirac_encoder.0:${PORTSDIR}/multimedia/dirac +.endif + +# dts +.if ${GST_PLUGIN}=="dts" +BUILD_DEPENDS+= ${LOCALBASE}/lib/libdts_pic.a:${PORTSDIR}/multimedia/libdts +RUN_DEPENDS+= ${LOCALBASE}/lib/libdts_pic.a:${PORTSDIR}/multimedia/libdts +GST_PLIST_SUFFIX= dec +.endif + +# esound +.if ${GST_PLUGIN}=="esound" +USE_GNOME+= esound +GST_PLUGIN_DIR= ext/esd +PLIST_FILES= ${GST_LIB_DIR}/libgstesd.so \ + ${GST_LIB_DIR}/libgstesd.a \ + ${GST_LIB_DIR}/libgstesd.la +.endif + +# faac +.if ${GST_PLUGIN}=="faac" +LIB_DEPENDS+= faac.0:${PORTSDIR}/audio/faac +.endif + +# faad +.if ${GST_PLUGIN}=="faad" +LIB_DEPENDS+= faad.0:${PORTSDIR}/audio/faad +.endif + +# flac +.if ${GST_PLUGIN}=="flac" +LIB_DEPENDS+= FLAC.7:${PORTSDIR}/audio/flac +.endif + +# gconf +.if ${GST_PLUGIN}=="gconf" +USE_GNOME+= gconf2 +GST_PLUGIN_DIR= gst-libs/gst/gconf \ + ext/gconf \ + gconf +GCONF_SCHEMAS= gstreamer-0.8.schemas + +PLIST_FILES= include/gstreamer-0.8/gst/gconf/gconf.h \ + lib/gstreamer-0.8/libgstgconfelements.a \ + lib/gstreamer-0.8/libgstgconfelements.la \ + lib/gstreamer-0.8/libgstgconfelements.so \ + lib/libgstgconf-0.8.a \ + lib/libgstgconf-0.8.la \ + lib/libgstgconf-0.8.so \ + lib/libgstgconf-0.8.so.1 \ + libdata/pkgconfig/gstreamer-gconf-0.8.pc \ + '@unexec rmdir %D/include/gstreamer-0.8/gst/gconf 2>/dev/null || true' +.endif + +# gdkpixbuf +.if ${GST_PLUGIN}=="gdkpixbuf" +USE_GNOME+= gtk20 +GST_PLUGIN_DIR= ext/gdk_pixbuf +.endif + +# gnomevfs +.if ${GST_PLUGIN}=="gnomevfs" +USE_GNOME+= gnomevfs2 +CONFIGURE_ARGS+=--enable-gnome_vfs +.endif + +# gsm +.if ${GST_PLUGIN}=="gsm" +LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm +.endif + +# jack +.if ${GST_PLUGIN}=="jack" +LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack +.endif + +# libcdaudio +.if ${GST_PLUGIN}=="cdaudio" +LIB_DEPENDS+= cdaudio.1:${PORTSDIR}/audio/libcdaudio +.endif + +# libcdio +.if ${GST_PLUGIN}=="cdio" +LIB_DEPENDS+= cdio.6:${PORTSDIR}/sysutils/libcdio +PLIST_FILES= ${GST_LIB_DIR}/libgstcddasrc.so \ + ${GST_LIB_DIR}/libgstcddasrc.a \ + ${GST_LIB_DIR}/libgstcddasrc.la +.endif + +# libvisual +.if ${GST_PLUGIN}=="libvisual" +LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual +.endif + +# musepack +.if ${GST_PLUGIN}=="musepack" +LIB_DEPENDS+= mpcdec.3:${PORTSDIR}/audio/libmpcdec +.endif + +# hermes +.if ${GST_PLUGIN}=="hermes" +LIB_DEPENDS+= Hermes.1:${PORTSDIR}/graphics/Hermes +PLIST_FILES= ${GST_LIB_DIR}/libgsthermescolorspace.so \ + ${GST_LIB_DIR}/libgsthermescolorspace.a \ + ${GST_LIB_DIR}/libgsthermescolorspace.la +.endif + +# jpeg +.if ${GST_PLUGIN}=="jpeg" +LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg +CONFLICTS+= gstreamer-plugins-jpeg-mmx-* +.endif + +# jpeg-mmx +.if ${GST_PLUGIN}=="jpeg-mmx" +LIB_DEPENDS+= jpeg-mmx.62:${PORTSDIR}/graphics/jpeg-mmx +CONFLICTS+= gstreamer-plugins-jpeg-*.* + +GST_PLUGIN_DIR= ext/jpeg +PLIST_FILES= ${GST_LIB_DIR}/libgstjpeg.so \ + ${GST_LIB_DIR}/libgstjpeg.a \ + ${GST_LIB_DIR}/libgstjpeg.la +.endif + +# ladspa +.if ${GST_PLUGIN}=="ladspa" +BUILD_DEPENDS+= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa +.endif + +# lame +.if ${GST_PLUGIN}=="lame" +LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame +.endif + +# a52dec +.if ${GST_PLUGIN}=="a52dec" +LIB_DEPENDS+= a52.0:${PORTSDIR}/audio/liba52 +.endif + +# audiofile +.if ${GST_PLUGIN}=="audiofile" +LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile +.endif + +# libcaca +.if ${GST_PLUGIN}=="libcaca" +BUILD_DEPENDS+= ${LOCALBASE}/lib/libcaca.a:${PORTSDIR}/graphics/libcaca +PLIST_FILES= ${GST_LIB_DIR}/libgstcacasink.so \ + ${GST_LIB_DIR}/libgstcacasink.a \ + ${GST_LIB_DIR}/libgstcacasink.la +.endif + +# dv +.if ${GST_PLUGIN}=="dv" +LIB_DEPENDS+= dv.4:${PORTSDIR}/multimedia/libdv +GST_PLIST_SUFFIX= dec +EXTRA_LIBS= -ldv +.endif + +# dvd (dvdnav dvdread) +.if ${GST_PLUGIN}=="dvd" +EXTRA_LIBS+= -ldvdnav +LIB_DEPENDS+= dvdnav.4:${PORTSDIR}/multimedia/libdvdnav +GST_PLUGIN_DIR= ext/dvdnav \ + ext/dvdread +PLIST_FILES= ${GST_LIB_DIR}/libgstdvdnavsrc.so \ + ${GST_LIB_DIR}/libgstdvdnavsrc.a \ + ${GST_LIB_DIR}/libgstdvdnavsrc.ls \ + ${GST_LIB_DIR}/libgstdvdreadsrc.a \ + ${GST_LIB_DIR}/libgstdvdreadsrc.la \ + ${GST_LIB_DIR}/libgstdvdreadsrc.so +.endif + +# libfame +.if ${GST_PLUGIN}=="libfame" +LIB_DEPENDS+= fame-0.9.1:${PORTSDIR}/multimedia/libfame +.endif + +# libmms +.if ${GST_PLUGIN}=="libmms" +LIB_DEPENDS+= mms.0:${PORTSDIR}/net/libmms +PLIST_FILES= ${GST_LIB_DIR}/libgstmms.so \ + ${GST_LIB_DIR}/libgstmms.a \ + ${GST_LIB_DIR}/libgstmms.la +.endif + +# libmng +.if ${GST_PLUGIN}=="libmng" +LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng +PLIST_FILES= ${GST_LIB_DIR}/libgstmng.so \ + ${GST_LIB_DIR}/libgstmng.a \ + ${GST_LIB_DIR}/libgstmng.la +.endif + +# mikmod +.if ${GST_PLUGIN}=="mikmod" +LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod +.endif + +# mpeg2dec +.if ${GST_PLUGIN}=="mpeg2dec" +LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 +.endif + +# mplex +.if ${GST_PLUGIN}=="mplex" +LIB_DEPENDS+= lavjpeg-1.8.0:${PORTSDIR}/multimedia/mjpegtools +.endif + +# musicbrainz +.if ${GST_PLUGIN}=="musicbrainz" +LIB_DEPENDS+= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz +PLIST_FILES= lib/gstreamer-${VERSION}/libgsttrm.so \ + lib/gstreamer-${VERSION}/libgsttrm.a \ + lib/gstreamer-${VERSION}/libgsttrm.la +.endif + +# shout +.if ${GST_PLUGIN}=="shout" +LIB_DEPENDS+= shout.2:${PORTSDIR}/audio/libshout +.endif + +# shout2 +.if ${GST_PLUGIN}=="shout2" +LIB_DEPENDS+= shout.5:${PORTSDIR}/audio/libshout2 +.endif + +# sidplay +.if ${GST_PLUGIN}=="sidplay" +LIB_DEPENDS+= sidplay.1:${PORTSDIR}/audio/libsidplay +PLIST_FILES= ${GST_LIB_DIR}/libgstsid.so \ + ${GST_LIB_DIR}/libgstsid.a \ + ${GST_LIB_DIR}/libgstsid.la +.endif + +# sndfile +.if ${GST_PLUGIN}=="sndfile" +LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile +.endif + +# theora +.if ${GST_PLUGIN}=="theora" +LIB_DEPENDS+= theora.1:${PORTSDIR}/multimedia/libtheora +.endif + +# mad +.if ${GST_PLUGIN}=="mad" +LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad \ + id3tag.0:${PORTSDIR}/audio/libid3tag +.endif + +# mpeg2enc +.if ${GST_PLUGIN}=="mpeg2enc" +USE_GSTREAMER+= mplex +LIB_DEPENDS+= lavjpeg-1.8.0:${PORTSDIR}/multimedia/mjpegtools + +# XXX - make sure CONFIGURE works with mpeg2enc even with "ccache +# c++" ... weird but necessary +CONFIGURE_ENV+= HAVE_CXX=yes +.endif + +# nas +.if ${GST_PLUGIN}=="nas" +LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas +GST_PLIST_SUFFIX= sink +.endif + +# ogg +.if ${GST_PLUGIN}=="ogg" +LIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg +.endif + +# pango +.if ${GST_PLUGIN}=="pango" +USE_GNOME+= pango +PLIST_FILES= ${GST_LIB_DIR}/libgsttextoverlay.so \ + ${GST_LIB_DIR}/libgsttextoverlay.a \ + ${GST_LIB_DIR}/libgsttextoverlay.la \ + ${GST_LIB_DIR}/libgsttimeoverlay.a \ + ${GST_LIB_DIR}/libgsttimeoverlay.la \ + ${GST_LIB_DIR}/libgsttimeoverlay.so +.endif + +# libpng and the snapshot plugin +.if ${GST_PLUGIN}=="libpng" +LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png +GST_PLUGIN_DIR= ext/libpng \ + ext/snapshot +PLIST_FILES= ${GST_LIB_DIR}/libgstpng.so \ + ${GST_LIB_DIR}/libgstpng.a \ + ${GST_LIB_DIR}/libgstpng.la \ + ${GST_LIB_DIR}/libgstpng.a \ + ${GST_LIB_DIR}/libgstpng.la \ + ${GST_LIB_DIR}/libgstsnapshot.so +.endif + +# polypaudio +.if ${GST_PLUGIN}=="polypaudio" +LIB_DEPENDS+= polyp-0.7.0:${PORTSDIR}/audio/polypaudio +PLIST_FILES= ${GST_LIB_DIR}/libpolypaudio.so \ + ${GST_LIB_DIR}/libgstpng.a \ + ${GST_LIB_DIR}/libgstpng.la +GST_PLUGIN_DIR= ext/polyp +.endif + +# sdl +.if ${GST_PLUGIN}=="sdl" +USE_SDL+= sdl +GST_PLIST_SUFFIX= videosink +.endif + +# smoothwave +.if ${GST_PLUGIN}=="smoothwave" +USE_GNOME+= gtk20 +.endif + +# speex +.if ${GST_PLUGIN}=="speex" +LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex +.endif + +# swfdec +.if ${GST_PLUGIN}=="swfdec" +LIB_DEPENDS+= swfdec-0.3.0:${PORTSDIR}/graphics/swfdec +.endif + +# vorbis +.if ${GST_PLUGIN}=="vorbis" +USE_GSTREAMER+= ogg +LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis +.endif + +# ivorbis +.if ${GST_PLUGIN}=="ivorbis" +LIB_DEPENDS+= vorbisidec.1:${PORTSDIR}/audio/libtremor +.endif + +# wavpack +.if ${GST_PLUGIN}=="wavpack" +LIB_DEPENDS+= wavpack.0:${PORTSDIR}/audio/wavpack +.endif + +# x264 +.if ${GST_PLUGIN}=="x264" +LIB_DEPENDS+= x264.1:${PORTSDIR}/multimedia/x264 +PLIST_FILES= ${GST_LIB_DIR}/libx264.so \ + ${GST_LIB_DIR}/libx264.a \ + ${GST_LIB_DIR}/libx264.la +.endif + +# xvid +.if ${GST_PLUGIN}=="xvid" +LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid +.endif + +LIB_DEPENDS+= gstplay-${VERSION}.${SHLIB_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins80 + +PLIST_FILES+= '@exec %D/bin/gst-register-${VERSION} --gst-registry=%D/share/gnome/cache/gstreamer-${VERSION}/registry.xml 2>/dev/null || true' +PLIST_FILES+= '@unexec %D/bin/gst-register-${VERSION} --gst-registry=%D/share/gnome/cache/gstreamer-${VERSION}/registry.xml 2>/dev/null || true' + +do-build: +.if ${GST_PLUGIN} == "gconf" + @cd ${WRKSRC}/pkgconfig && ../config.status & +.endif +.for dir in ${GST_PREBUILD_DIR} ${GST_PLUGIN_DIR} ${GST_POSTBUILD_DIR} + @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ + ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} +.endfor + +do-install: +.for dir in ${GST_PLUGIN_DIR} + @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ + ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} +.endfor +.if ${GST_PLUGIN} == "gconf" + @cd ${WRKSRC}/pkgconfig && ${GMAKE} gstreamer-gconf-0.8.pc + @${INSTALL_SCRIPT} ${WRKSRC}/pkgconfig/gstreamer-gconf-0.8.pc \ + ${PREFIX}/libdata/pkgconfig/gstreamer-gconf-0.8.pc +.endif + +.endif diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins80/distinfo ports/multimedia/gstreamer-plugins80/distinfo --- ports.orig/multimedia/gstreamer-plugins80/distinfo Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins80/distinfo Thu Feb 9 18:59:30 2006 @@ -0,0 +1,3 @@ +MD5 (gnome2/gst-plugins-0.8.12.tar.bz2) = c5cb7312d96fe008763b3ac56e665ca5 +SHA256 (gnome2/gst-plugins-0.8.12.tar.bz2) = 8728da4f71bc87e10fb064d28154220d66a3d8332482fd2c8a7ed47c5f0a03ba +SIZE (gnome2/gst-plugins-0.8.12.tar.bz2) = 2506926 diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins80/files/bsdi_dvd.h ports/multimedia/gstreamer-plugins80/files/bsdi_dvd.h --- ports.orig/multimedia/gstreamer-plugins80/files/bsdi_dvd.h Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins80/files/bsdi_dvd.h Thu Jan 19 21:56:08 2006 @@ -0,0 +1,340 @@ +#ifndef _DVD_H_ +#define _DVD_H_ + +#include +#include +#include + +__BEGIN_DECLS +int dvd_cdrom_ioctl(int, unsigned long, void *); +int cdrom_blocksize(int, int); +void dvd_cdrom_debug(int); +__END_DECLS + +#define ioctl(a,b,c) dvd_cdrom_ioctl((a),(b),(c)) + +typedef unsigned char __u8; +typedef unsigned short __u16; +typedef unsigned int __u32; + +#define DVD_READ_STRUCT 0x5390 /* Read structure */ +#define DVD_WRITE_STRUCT 0x5391 /* Write structure */ +#define DVD_AUTH 0x5392 /* Authentication */ + +#define DVD_STRUCT_PHYSICAL 0x00 +#define DVD_STRUCT_COPYRIGHT 0x01 +#define DVD_STRUCT_DISCKEY 0x02 +#define DVD_STRUCT_BCA 0x03 +#define DVD_STRUCT_MANUFACT 0x04 + +struct dvd_layer { + __u8 book_version : 4; + __u8 book_type : 4; + __u8 min_rate : 4; + __u8 disc_size : 4; + __u8 layer_type : 4; + __u8 track_path : 1; + __u8 nlayers : 2; + __u8 track_density : 4; + __u8 linear_density : 4; + __u8 bca : 1; + __u32 start_sector; + __u32 end_sector; + __u32 end_sector_l0; +}; + +struct dvd_physical { + __u8 type; + __u8 layer_num; + struct dvd_layer layer[4]; +}; + +struct dvd_copyright { + __u8 type; + + __u8 layer_num; + __u8 cpst; + __u8 rmi; +}; + +struct dvd_disckey { + __u8 type; + + unsigned agid : 2; + __u8 value[2048]; +}; + +struct dvd_bca { + __u8 type; + + int len; + __u8 value[188]; +}; + +struct dvd_manufact { + __u8 type; + + __u8 layer_num; + int len; + __u8 value[2048]; +}; + +typedef union { + __u8 type; + + struct dvd_physical physical; + struct dvd_copyright copyright; + struct dvd_disckey disckey; + struct dvd_bca bca; + struct dvd_manufact manufact; +} dvd_struct; + +/* + * DVD authentication ioctl + */ + +/* Authentication states */ +#define DVD_LU_SEND_AGID 0 +#define DVD_HOST_SEND_CHALLENGE 1 +#define DVD_LU_SEND_KEY1 2 +#define DVD_LU_SEND_CHALLENGE 3 +#define DVD_HOST_SEND_KEY2 4 + +/* Termination states */ +#define DVD_AUTH_ESTABLISHED 5 +#define DVD_AUTH_FAILURE 6 + +/* Other functions */ +#define DVD_LU_SEND_TITLE_KEY 7 +#define DVD_LU_SEND_ASF 8 +#define DVD_INVALIDATE_AGID 9 +#define DVD_LU_SEND_RPC_STATE 10 +#define DVD_HOST_SEND_RPC_STATE 11 + +/* State data */ +typedef __u8 dvd_key[5]; /* 40-bit value, MSB is first elem. */ +typedef __u8 dvd_challenge[10]; /* 80-bit value, MSB is first elem. */ + +struct dvd_lu_send_agid { + __u8 type; + unsigned agid : 2; +}; + +struct dvd_host_send_challenge { + __u8 type; + unsigned agid : 2; + + dvd_challenge chal; +}; + +struct dvd_send_key { + __u8 type; + unsigned agid : 2; + + dvd_key key; +}; + +struct dvd_lu_send_challenge { + __u8 type; + unsigned agid : 2; + + dvd_challenge chal; +}; + +#define DVD_CPM_NO_COPYRIGHT 0 +#define DVD_CPM_COPYRIGHTED 1 + +#define DVD_CP_SEC_NONE 0 +#define DVD_CP_SEC_EXIST 1 + +#define DVD_CGMS_UNRESTRICTED 0 +#define DVD_CGMS_SINGLE 2 +#define DVD_CGMS_RESTRICTED 3 + +struct dvd_lu_send_title_key { + __u8 type; + unsigned agid : 2; + + dvd_key title_key; + int lba; + unsigned cpm : 1; + unsigned cp_sec : 1; + unsigned cgms : 2; +}; + +struct dvd_lu_send_asf { + __u8 type; + unsigned agid : 2; + + unsigned asf : 1; +}; + +struct dvd_host_send_rpcstate { + __u8 type; + __u8 pdrc; +}; + +struct dvd_lu_send_rpcstate { + __u8 type : 2; + __u8 vra : 3; + __u8 ucca : 3; + __u8 region_mask; + __u8 rpc_scheme; +}; + +typedef union { + __u8 type; + + struct dvd_lu_send_agid lsa; + struct dvd_host_send_challenge hsc; + struct dvd_send_key lsk; + struct dvd_lu_send_challenge lsc; + struct dvd_send_key hsk; + struct dvd_lu_send_title_key lstk; + struct dvd_lu_send_asf lsasf; + struct dvd_host_send_rpcstate hrpcs; + struct dvd_lu_send_rpcstate lrpcs; +} dvd_authinfo; + + +typedef struct { + __u16 report_key_length; + __u8 reserved1; + __u8 reserved2; +#if BYTE_ORDER == BIG_ENDIAN + __u8 type_code : 2; + __u8 vra : 3; + __u8 ucca : 3; +#elif BYTE_ORDER == LITTLE_ENDIAN + __u8 ucca : 3; + __u8 vra : 3; + __u8 type_code : 2; +#endif + __u8 region_mask; + __u8 rpc_scheme; + __u8 reserved3; +} rpc_state_t; + +/* + * Stuff for the CDROM ioctls +*/ + +#define CDROMREADTOCHDR 0x5305 /* Read TOC header (cdrom_tochdr) */ +#define CDROMREADTOCENTRY 0x5306 /* Read TOC entry (cdrom_tocentry) */ +#define CDROMEJECT 0x5309 /* Ejects the cdrom media */ +#define CDROMCLOSETRAY 0x5319 /* Reverse of CDROMEJECT */ +#define CDROM_DRIVE_STATUS 0x5326 /* Get tray position, etc. */ +#define CDROM_DISC_STATUS 0x5327 /* Get disc type, etc. */ +#define CDROMREADMODE2 0x530c /* Read CDROM mode 2 data (2336 Bytes) */ +#define CDROMREADMODE1 0x530d /* Read CDROM mode 1 data (2048 Bytes) */ +#define CDROMREADRAW 0x5314 /* read data in raw mode (2352 bytes) */ + +#define CD_MINS 74 /* max. minutes per CD, not really a limit */ +#define CD_SECS 60 /* seconds per minute */ +#define CD_FRAMES 75 /* frames per second */ +#define CD_MSF_OFFSET 150 /* MSF numbering offset of first frame */ + +#define CD_HEAD_SIZE 4 /* header (address) bytes per raw data frame */ +#define CD_SYNC_SIZE 12 /* 12 sync bytes per raw data frame */ +#define CD_FRAMESIZE 2048 /* bytes per frame, "cooked" mode */ +#define CD_FRAMESIZE_RAW 2352 /* bytes per frame, "raw" mode */ +#define CD_FRAMESIZE_RAW0 (CD_FRAMESIZE_RAW-CD_SYNC_SIZE-CD_HEAD_SIZE) /*2336*/ +#define CD_FRAMESIZE_RAW1 (CD_FRAMESIZE_RAW-CD_SYNC_SIZE) /*2340*/ + +/* CD-ROM address types (cdrom_tocentry.cdte_format) */ +#define CDROM_LBA 0x01 /* logical block: first frame is #0 */ +#define CDROM_MSF 0x02 /* minute-second-frame: binary. not bcd here!*/ + +/* bit to tell whether track is data or audio (cdrom_tocentry.cdte_ctrl) */ +#define CDROM_DATA_TRACK 0x04 + +/* The leadout track is always 0xAA, regardless of # of tracks on disc */ +#define CDROM_LEADOUT 0xAA + +/* drive status returned by CDROM_DRIVE_STATUS ioctl */ +#define CDS_NO_INFO 0 /* if not implemented */ +#define CDS_NO_DISC 1 +#define CDS_TRAY_OPEN 2 +#define CDS_DRIVE_NOT_READY 3 +#define CDS_DISC_OK 4 + +/* + * Return values for CDROM_DISC_STATUS ioctl. + * Can also return CDS_NO_INFO and CDS_NO_DISC from above +*/ +#define CDS_AUDIO 100 +#define CDS_DATA_1 101 +#define CDS_DATA_2 102 +#define CDS_XA_2_1 103 +#define CDS_XA_2_2 104 +#define CDS_MIXED 105 + +/* For compile compatibility only - we don't support changers */ +#define CDSL_NONE ((int) (~0U>>1)-1) +#define CDSL_CURRENT ((int) (~0U>>1)) + +struct cdrom_msf +{ + __u8 cdmsf_min0; /* start minute */ + __u8 cdmsf_sec0; /* start second */ + __u8 cdmsf_frame0; /* start frame */ + __u8 cdmsf_min1; /* end minute */ + __u8 cdmsf_sec1; /* end second */ + __u8 cdmsf_frame1; /* end frame */ +}; + +struct cdrom_tochdr + { + __u8 cdth_trk0; /* start track */ + __u8 cdth_trk1; /* end track */ + }; + +struct cdrom_msf0 +{ + __u8 minute; + __u8 second; + __u8 frame; +}; + +union cdrom_addr +{ + struct cdrom_msf0 msf; + int lba; +}; + +struct cdrom_tocentry +{ + __u8 cdte_track; + __u8 cdte_adr :4; + __u8 cdte_ctrl :4; + __u8 cdte_format; + union cdrom_addr cdte_addr; + __u8 cdte_datamode; +}; + +struct modesel_head +{ + __u8 reserved1; + __u8 medium; + __u8 reserved2; + __u8 block_desc_length; + __u8 density; + __u8 number_of_blocks_hi; + __u8 number_of_blocks_med; + __u8 number_of_blocks_lo; + __u8 reserved3; + __u8 block_length_hi; + __u8 block_length_med; + __u8 block_length_lo; +}; + +typedef struct +{ + int data; + int audio; + int cdi; + int xa; + int error; +} tracktype; + +#endif /* _DVD_H_ */ diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins80/files/patch-configure ports/multimedia/gstreamer-plugins80/files/patch-configure --- ports.orig/multimedia/gstreamer-plugins80/files/patch-configure Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins80/files/patch-configure Thu Jan 19 21:56:08 2006 @@ -0,0 +1,12 @@ +--- configure.orig Wed Jun 23 21:30:24 2004 ++++ configure Wed Jun 23 21:30:25 2004 +@@ -46068,7 +46068,8 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-laudio $X_LIBS $LIBS" ++#xxx fix the non x case is er niet... ++LIBS="-laudio -lm -lXt $X_LIBS $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins80/files/patch-ext::ivorbis::vorbisenc.h ports/multimedia/gstreamer-plugins80/files/patch-ext::ivorbis::vorbisenc.h --- ports.orig/multimedia/gstreamer-plugins80/files/patch-ext::ivorbis::vorbisenc.h Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins80/files/patch-ext::ivorbis::vorbisenc.h Thu Jan 19 21:56:08 2006 @@ -0,0 +1,103 @@ +--- /dev/null Thu Feb 12 22:22:00 2004 ++++ ext/ivorbis/vorbisenc.h Thu Feb 12 22:24:08 2004 +@@ -0,0 +1,100 @@ ++/* GStreamer ++ * Copyright (C) <1999> Erik Walthinsen ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU Library General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ * Library General Public License for more details. ++ * ++ * You should have received a copy of the GNU Library General Public ++ * License along with this library; if not, write to the ++ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, ++ * Boston, MA 02111-1307, USA. ++ */ ++ ++ ++#ifndef __VORBISENC_H__ ++#define __VORBISENC_H__ ++ ++ ++#include ++ ++#include ++ ++#ifdef __cplusplus ++extern "C" { ++#endif /* __cplusplus */ ++ ++#define GST_TYPE_VORBISENC \ ++ (vorbisenc_get_type()) ++#define GST_VORBISENC(obj) \ ++ (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_VORBISENC,VorbisEnc)) ++#define GST_VORBISENC_CLASS(klass) \ ++ (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_VORBISENC,VorbisEncClass)) ++#define GST_IS_VORBISENC(obj) \ ++ (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_VORBISENC)) ++#define GST_IS_VORBISENC_CLASS(obj) \ ++ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_VORBISENC)) ++ ++typedef struct _VorbisEnc VorbisEnc; ++typedef struct _VorbisEncClass VorbisEncClass; ++ ++struct _VorbisEnc { ++ GstElement element; ++ ++ GstPad *sinkpad, ++ *srcpad; ++ ++ ogg_stream_state os; /* take physical pages, weld into a logical ++ stream of packets */ ++ ogg_page og; /* one Ogg bitstream page. Vorbis packets are inside */ ++ ogg_packet op; /* one raw packet of data for decode */ ++ ++ vorbis_info vi; /* struct that stores all the static vorbis bitstream ++ settings */ ++ vorbis_comment vc; /* struct that stores all the user comments */ ++ ++ vorbis_dsp_state vd; /* central working state for the packet->PCM decoder */ ++ vorbis_block vb; /* local working space for packet->PCM decode */ ++ ++ gboolean eos; ++ ++ gboolean managed; ++ gint bitrate; ++ gint min_bitrate; ++ gint max_bitrate; ++ gfloat quality; ++ gboolean quality_set; ++ gint serial; ++ ++ gint channels; ++ gint frequency; ++ ++ guint64 samples_in; ++ guint64 bytes_out; ++ ++ GstCaps *metadata; ++ ++ gboolean setup; ++ gboolean flush_header; ++ gchar *last_message; ++}; ++ ++struct _VorbisEncClass { ++ GstElementClass parent_class; ++}; ++ ++GType vorbisenc_get_type(void); ++ ++ ++#ifdef __cplusplus ++} ++#endif /* __cplusplus */ ++ ++ ++#endif /* __VORBISENC_H__ */ diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins80/files/patch-ext_cdparanoia_gstcdparanoia.c ports/multimedia/gstreamer-plugins80/files/patch-ext_cdparanoia_gstcdparanoia.c --- ports.orig/multimedia/gstreamer-plugins80/files/patch-ext_cdparanoia_gstcdparanoia.c Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins80/files/patch-ext_cdparanoia_gstcdparanoia.c Thu Jan 19 21:56:08 2006 @@ -0,0 +1,34 @@ +--- ext/cdparanoia/gstcdparanoia.c.orig Mon Aug 29 13:50:49 2005 ++++ ext/cdparanoia/gstcdparanoia.c Thu Sep 1 15:30:11 2005 +@@ -562,6 +562,7 @@ + gint16 *cdda_buf; + gint64 timestamp; + GstFormat format; ++ GstEvent *discont_ev; + + /* convert the sequence sector number to a timestamp */ + format = GST_FORMAT_TIME; +@@ -572,7 +573,6 @@ + + if (!src->discont_sent && (is_track_switch (src, src->cur_sector) || + (src->prev_sec != src->cur_sector))) { +- GstEvent *discont_ev; + + if (src->cur_track == src->d->tracks) { + GST_DEBUG_OBJECT (src, "End of CD"); +@@ -815,9 +815,15 @@ + + /* open the disc */ + if (cdda_open (src->d)) { ++#if defined(__FreeBSD__) ++ GST_ELEMENT_ERROR (src, RESOURCE, OPEN_READ, ++ (_("Could not open CD device %s for reading."), ++ src->d->dev->device_path), ("cdda_open failed")); ++#else + GST_ELEMENT_ERROR (src, RESOURCE, OPEN_READ, + (_("Could not open CD device %s for reading."), + src->d->cdda_device_name), ("cdda_open failed")); ++#endif + cdda_close (src->d); + src->d = NULL; + return FALSE; diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins80/files/patch-ext_libcaca_Makefile.in ports/multimedia/gstreamer-plugins80/files/patch-ext_libcaca_Makefile.in --- ports.orig/multimedia/gstreamer-plugins80/files/patch-ext_libcaca_Makefile.in Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins80/files/patch-ext_libcaca_Makefile.in Thu Jan 19 21:56:08 2006 @@ -0,0 +1,23 @@ +--- ext/libcaca/Makefile.in.orig Mon Oct 4 00:07:18 2004 ++++ ext/libcaca/Makefile.in Mon Oct 4 00:07:59 2004 +@@ -76,8 +76,7 @@ + pluginLTLIBRARIES_INSTALL = $(INSTALL) + LTLIBRARIES = $(plugin_LTLIBRARIES) + am__DEPENDENCIES_1 = +-libgstcacasink_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +- $(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_MAJORMINOR).la ++libgstcacasink_la_DEPENDENCIES = $(am__DEPENDENCIES_1) + am_libgstcacasink_la_OBJECTS = libgstcacasink_la-gstcacasink.lo + libgstcacasink_la_OBJECTS = $(am_libgstcacasink_la_OBJECTS) + DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +@@ -616,9 +615,7 @@ + plugin_LTLIBRARIES = libgstcacasink.la + libgstcacasink_la_SOURCES = gstcacasink.c + libgstcacasink_la_CFLAGS = $(GST_CFLAGS) $(LIBCACA_CFLAGS) +-libgstcacasink_la_LIBADD = $(LIBCACA_LIBS) \ +- $(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_MAJORMINOR).la +- ++libgstcacasink_la_LIBADD = $(LIBCACA_LIBS) -lgstinterfaces-%%VERSION%% + libgstcacasink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + noinst_HEADERS = gstcacasink.h + all: all-am diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins80/files/patch-ext_mpeg2enc_gstmpeg2encoptions.cc ports/multimedia/gstreamer-plugins80/files/patch-ext_mpeg2enc_gstmpeg2encoptions.cc --- ports.orig/multimedia/gstreamer-plugins80/files/patch-ext_mpeg2enc_gstmpeg2encoptions.cc Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins80/files/patch-ext_mpeg2enc_gstmpeg2encoptions.cc Thu Jan 19 21:56:08 2006 @@ -0,0 +1,26 @@ +--- ext/mpeg2enc/gstmpeg2encoptions.cc.orig Mon Jul 5 19:54:18 2004 ++++ ext/mpeg2enc/gstmpeg2encoptions.cc Mon Jul 5 20:05:37 2004 +@@ -267,11 +267,23 @@ + * Class init stuff. + */ + ++#if !defined(_SC_NPROCESSORS_ONLN) && defined(__FreeBSD__) ++#include ++#include ++#endif ++ + GstMpeg2EncOptions::GstMpeg2EncOptions (): + MPEG2EncOptions () + { + /* autodetect number of CPUs */ ++#if !defined(_SC_NPROCESSORS_ONLN) && defined(__FreeBSD__) ++ /* We need to use a sysctl to get the number of CPUs. */ ++ size_t len = sizeof (num_cpus); ++ ++ sysctlbyname ("hw.ncpu", &num_cpus, &len, NULL, 0); ++#else + num_cpus = sysconf (_SC_NPROCESSORS_ONLN); ++#endif + if (num_cpus < 0) + num_cpus = 1; + if (num_cpus > 32) diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins80/files/patch-ext_sdl_Makefile.in ports/multimedia/gstreamer-plugins80/files/patch-ext_sdl_Makefile.in --- ports.orig/multimedia/gstreamer-plugins80/files/patch-ext_sdl_Makefile.in Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins80/files/patch-ext_sdl_Makefile.in Thu Jan 19 21:56:08 2006 @@ -0,0 +1,23 @@ +--- ext/sdl/Makefile.in.orig Mon Oct 4 00:56:57 2004 ++++ ext/sdl/Makefile.in Mon Oct 4 00:57:47 2004 +@@ -76,8 +76,7 @@ + pluginLTLIBRARIES_INSTALL = $(INSTALL) + LTLIBRARIES = $(plugin_LTLIBRARIES) + am__DEPENDENCIES_1 = +-libgstsdlvideosink_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +- $(top_builddir)/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la ++libgstsdlvideosink_la_DEPENDENCIES = $(am__DEPENDENCIES_1) + am_libgstsdlvideosink_la_OBJECTS = \ + libgstsdlvideosink_la-sdlvideosink.lo + libgstsdlvideosink_la_OBJECTS = $(am_libgstsdlvideosink_la_OBJECTS) +@@ -617,9 +616,7 @@ + plugin_LTLIBRARIES = libgstsdlvideosink.la + libgstsdlvideosink_la_SOURCES = sdlvideosink.c + libgstsdlvideosink_la_CFLAGS = $(GST_CFLAGS) $(SDL_CFLAGS) +-libgstsdlvideosink_la_LIBADD = $(SDL_LIBS) \ +- $(top_builddir)/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la +- ++libgstsdlvideosink_la_LIBADD = $(SDL_LIBS) -lgstinterfaces-%%VERSION%% + libgstsdlvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + noinst_HEADERS = sdlvideosink.h + all: all-am diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins80/files/patch-gst_ffmpegcolorspace_Makefile.in ports/multimedia/gstreamer-plugins80/files/patch-gst_ffmpegcolorspace_Makefile.in --- ports.orig/multimedia/gstreamer-plugins80/files/patch-gst_ffmpegcolorspace_Makefile.in Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins80/files/patch-gst_ffmpegcolorspace_Makefile.in Thu Jan 19 21:56:08 2006 @@ -0,0 +1,11 @@ +--- gst/ffmpegcolorspace/Makefile.in.orig Wed Mar 9 01:40:27 2005 ++++ gst/ffmpegcolorspace/Makefile.in Wed Mar 9 01:41:10 2005 +@@ -360,7 +360,7 @@ + LAME_LIBS = @LAME_LIBS@ + LCS_CFLAGS = @LCS_CFLAGS@ + LCS_LIBS = @LCS_LIBS@ +-LDFLAGS = @LDFLAGS@ ++LDFLAGS = @LDFLAGS@ -Wl,-Bsymbolic -lc + LIBCACA_CFLAGS = @LIBCACA_CFLAGS@ + LIBCACA_CONFIG = @LIBCACA_CONFIG@ + LIBCACA_LIBS = @LIBCACA_LIBS@ diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins80/files/patch-gst_librfb_gstrfbsrc.c ports/multimedia/gstreamer-plugins80/files/patch-gst_librfb_gstrfbsrc.c --- ports.orig/multimedia/gstreamer-plugins80/files/patch-gst_librfb_gstrfbsrc.c Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins80/files/patch-gst_librfb_gstrfbsrc.c Thu Jan 19 21:56:08 2006 @@ -0,0 +1,10 @@ +--- gst/librfb/gstrfbsrc.c.orig Fri Jun 3 06:06:43 2005 ++++ gst/librfb/gstrfbsrc.c Fri Jun 3 06:08:21 2005 +@@ -28,6 +28,7 @@ + #include + #include + #include ++#include + + #include + diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins80/files/patch-sys_cdrom_gstcdplayer-ioctl-bsd.h ports/multimedia/gstreamer-plugins80/files/patch-sys_cdrom_gstcdplayer-ioctl-bsd.h --- ports.orig/multimedia/gstreamer-plugins80/files/patch-sys_cdrom_gstcdplayer-ioctl-bsd.h Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins80/files/patch-sys_cdrom_gstcdplayer-ioctl-bsd.h Thu Jan 19 21:56:08 2006 @@ -0,0 +1,72 @@ +--- sys/cdrom/gstcdplayer_ioctl_bsd.h.orig Mon Mar 1 06:52:03 2004 ++++ sys/cdrom/gstcdplayer_ioctl_bsd.h Tue Mar 9 16:05:36 2004 +@@ -142,6 +142,7 @@ + { + struct ioc_toc_header toc_header; + struct ioc_read_toc_entry toc_entry; ++ struct cd_toc_entry toc_entry_data; + guint i; + + cd->fd = open(device,O_RDONLY | O_NONBLOCK); +@@ -151,7 +152,7 @@ + } + + /* get the toc header information */ +- if (ioctl(cd->fd,CDIOREADTOCHDR,&toc_header) != 0) { ++ if (ioctl(cd->fd,CDIOREADTOCHEADER,&toc_header) != 0) { + close(cd->fd); + cd->fd = -1; + return FALSE; +@@ -161,6 +162,8 @@ + for (i = 1; i <= toc_header.ending_track; i++) { + toc_entry.address_format = CD_MSF_FORMAT; + toc_entry.starting_track = i; ++ toc_entry.data = &toc_entry_data; ++ toc_entry.data_len = sizeof(toc_entry_data); + + if (ioctl(cd->fd,CDIOREADTOCENTRYS,&toc_entry) != 0) { + close(cd->fd); +@@ -168,9 +171,9 @@ + return FALSE; + } + +- cd->tracks[i].minute = toc_entry.entry.addr.msf.minute; +- cd->tracks[i].second = toc_entry.entry.addr.msf.second; +- cd->tracks[i].frame = toc_entry.entry.addr.msf.frame; ++ cd->tracks[i].minute = toc_entry.data->addr.msf.minute; ++ cd->tracks[i].second = toc_entry.data->addr.msf.second; ++ cd->tracks[i].frame = toc_entry.data->addr.msf.frame; + cd->tracks[i].data_track = (toc_entry.data->control & 4) == 4; + } + +@@ -186,9 +189,9 @@ + return FALSE; + } + +- cd->tracks[LEADOUT].minute = toc_entry.entry.addr.msf.minute; +- cd->tracks[LEADOUT].second = toc_entry.entry.addr.msf.second; +- cd->tracks[LEADOUT].frame = toc_entry.entry.addr.msf.frame; ++ cd->tracks[LEADOUT].minute = toc_entry.data->addr.msf.minute; ++ cd->tracks[LEADOUT].second = toc_entry.data->addr.msf.second; ++ cd->tracks[LEADOUT].frame = toc_entry.data->addr.msf.frame; + + cd->num_tracks = toc_header.ending_track; + +@@ -224,6 +227,8 @@ + return FALSE; + } + ++ /* lets return TRUE and lets see what happes (may not be correct)*/ ++ return TRUE; + } + + gboolean cd_pause(struct cd *cd) +@@ -321,7 +326,7 @@ + return -1; + } + +-#ifdef __NetBSD__ ++#if defined(__NetBSD__) || defined(__FreeBSD__) + return sub_channel.data->what.track_info.track_number; + #else + return sub_channel.data->track_number; diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins80/files/patch-sys_oss_gstosselement.h ports/multimedia/gstreamer-plugins80/files/patch-sys_oss_gstosselement.h --- ports.orig/multimedia/gstreamer-plugins80/files/patch-sys_oss_gstosselement.h Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins80/files/patch-sys_oss_gstosselement.h Thu Jan 19 21:56:08 2006 @@ -0,0 +1,10 @@ +--- sys/oss/gstosselement.h.orig Tue Mar 9 16:46:05 2004 ++++ sys/oss/gstosselement.h Tue Mar 9 16:46:14 2004 +@@ -23,6 +23,7 @@ + #ifndef __GST_OSS_ELEMENT_H__ + #define __GST_OSS_ELEMENT_H__ + ++#include + #include + + /* debugging category */ diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins80/pkg-descr ports/multimedia/gstreamer-plugins80/pkg-descr --- ports.orig/multimedia/gstreamer-plugins80/pkg-descr Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins80/pkg-descr Thu Jan 19 21:56:08 2006 @@ -0,0 +1,17 @@ +[ excerpt from developer's site ] + +This is a collection of plugins written with the GStreamer framework. +Some features of these plugins are: + +- Dynamically loaded plugins provide elements and media types, + demand-loaded via an XML registry, similar to ld.so.cache +- Element interface handles all known types of sources, filters, + sinks +- Capabilities system allows verification of element compatibility + using MIME types and media-specific properties +- Autoplugging uses capabilities system to complete complex paths + automatically +- Pipelines can be saved to XML and loaded back to working state +- Resource friendly plugins don't waste RAM + +WWW: http://gstreamer.sourceforge.net/ diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer-plugins80/pkg-plist ports/multimedia/gstreamer-plugins80/pkg-plist --- ports.orig/multimedia/gstreamer-plugins80/pkg-plist Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer-plugins80/pkg-plist Thu Mar 2 13:56:00 2006 @@ -0,0 +1,397 @@ +bin/gst-launch-ext-%%VERSION%% +bin/gst-visualise-%%VERSION%% +include/gstreamer-%%VERSION%%/gst/audio/audio.h +include/gstreamer-%%VERSION%%/gst/audio/audioclock.h +include/gstreamer-%%VERSION%%/gst/audio/multichannel-enumtypes.h +include/gstreamer-%%VERSION%%/gst/audio/multichannel.h +include/gstreamer-%%VERSION%%/gst/audio/gstaudiofilter.h +include/gstreamer-%%VERSION%%/gst/colorbalance/colorbalance-enumtypes.h +include/gstreamer-%%VERSION%%/gst/colorbalance/colorbalance.h +include/gstreamer-%%VERSION%%/gst/colorbalance/colorbalancechannel.h +include/gstreamer-%%VERSION%%/gst/floatcast/floatcast.h +include/gstreamer-%%VERSION%%/gst/idct/idct.h +include/gstreamer-%%VERSION%%/gst/media-info/media-info.h +include/gstreamer-%%VERSION%%/gst/mixer/mixer-enumtypes.h +include/gstreamer-%%VERSION%%/gst/mixer/mixer.h +include/gstreamer-%%VERSION%%/gst/mixer/mixeroptions.h +include/gstreamer-%%VERSION%%/gst/mixer/mixertrack.h +include/gstreamer-%%VERSION%%/gst/navigation/navigation.h +include/gstreamer-%%VERSION%%/gst/play/play-enumtypes.h +include/gstreamer-%%VERSION%%/gst/play/play.h +include/gstreamer-%%VERSION%%/gst/propertyprobe/propertyprobe.h +include/gstreamer-%%VERSION%%/gst/resample/resample.h +include/gstreamer-%%VERSION%%/gst/riff/riff-ids.h +include/gstreamer-%%VERSION%%/gst/riff/riff-media.h +include/gstreamer-%%VERSION%%/gst/riff/riff-read.h +include/gstreamer-%%VERSION%%/gst/tag/tag.h +include/gstreamer-%%VERSION%%/gst/tuner/tuner-enumtypes.h +include/gstreamer-%%VERSION%%/gst/tuner/tuner.h +include/gstreamer-%%VERSION%%/gst/tuner/tunerchannel.h +include/gstreamer-%%VERSION%%/gst/tuner/tunernorm.h +include/gstreamer-%%VERSION%%/gst/video/video.h +include/gstreamer-%%VERSION%%/gst/video/videosink.h +include/gstreamer-%%VERSION%%/gst/xoverlay/xoverlay.h +include/gstreamer-%%VERSION%%/gst/xwindowlistener/xwindowlistener.h +lib/gstreamer-%%VERSION%%/libgstac3parse.a +lib/gstreamer-%%VERSION%%/libgstac3parse.la +lib/gstreamer-%%VERSION%%/libgstac3parse.so +lib/gstreamer-%%VERSION%%/libgstadder.a +lib/gstreamer-%%VERSION%%/libgstadder.la +lib/gstreamer-%%VERSION%%/libgstadder.so +lib/gstreamer-%%VERSION%%/libgstalaw.a +lib/gstreamer-%%VERSION%%/libgstalaw.la +lib/gstreamer-%%VERSION%%/libgstalaw.so +lib/gstreamer-%%VERSION%%/libgstalpha.a +lib/gstreamer-%%VERSION%%/libgstalpha.la +lib/gstreamer-%%VERSION%%/libgstalpha.so +lib/gstreamer-%%VERSION%%/libgstalphacolor.a +lib/gstreamer-%%VERSION%%/libgstalphacolor.la +lib/gstreamer-%%VERSION%%/libgstalphacolor.so +lib/gstreamer-%%VERSION%%/libgstapetag.a +lib/gstreamer-%%VERSION%%/libgstapetag.la +lib/gstreamer-%%VERSION%%/libgstapetag.so +lib/gstreamer-%%VERSION%%/libgstasf.a +lib/gstreamer-%%VERSION%%/libgstasf.la +lib/gstreamer-%%VERSION%%/libgstasf.so +lib/gstreamer-%%VERSION%%/libgstaudio.a +lib/gstreamer-%%VERSION%%/libgstaudio.la +lib/gstreamer-%%VERSION%%/libgstaudio.so +lib/gstreamer-%%VERSION%%/libgstaudioconvert.a +lib/gstreamer-%%VERSION%%/libgstaudioconvert.la +lib/gstreamer-%%VERSION%%/libgstaudioconvert.so +lib/gstreamer-%%VERSION%%/libgstaudiofilter. +lib/gstreamer-%%VERSION%%/libgstaudiofilter.la +lib/gstreamer-%%VERSION%%/libgstaudiofilter.so +lib/gstreamer-%%VERSION%%/libgstaudiorate.a +lib/gstreamer-%%VERSION%%/libgstaudiorate.la +lib/gstreamer-%%VERSION%%/libgstaudiorate.so +lib/gstreamer-%%VERSION%%/libgstaudioscale.a +lib/gstreamer-%%VERSION%%/libgstaudioscale.la +lib/gstreamer-%%VERSION%%/libgstaudioscale.so +lib/gstreamer-%%VERSION%%/libgstauparse.a +lib/gstreamer-%%VERSION%%/libgstauparse.la +lib/gstreamer-%%VERSION%%/libgstauparse.so +lib/gstreamer-%%VERSION%%/libgstautodetect.a +lib/gstreamer-%%VERSION%%/libgstautodetect.la +lib/gstreamer-%%VERSION%%/libgstautodetect.so +lib/gstreamer-%%VERSION%%/libgstavi.a +lib/gstreamer-%%VERSION%%/libgstavi.la +lib/gstreamer-%%VERSION%%/libgstavi.so +lib/gstreamer-%%VERSION%%/libgstcdplayer.a +lib/gstreamer-%%VERSION%%/libgstcdplayer.la +lib/gstreamer-%%VERSION%%/libgstcdplayer.so +lib/gstreamer-%%VERSION%%/libgstcdxaparse.a +lib/gstreamer-%%VERSION%%/libgstcdxaparse.la +lib/gstreamer-%%VERSION%%/libgstcdxaparse.so +lib/gstreamer-%%VERSION%%/libgstchart.a +lib/gstreamer-%%VERSION%%/libgstchart.la +lib/gstreamer-%%VERSION%%/libgstchart.so +lib/gstreamer-%%VERSION%%/libgstcolorspace.a +lib/gstreamer-%%VERSION%%/libgstcolorspace.la +lib/gstreamer-%%VERSION%%/libgstcolorspace.so +lib/gstreamer-%%VERSION%%/libgstcutter.a +lib/gstreamer-%%VERSION%%/libgstcutter.la +lib/gstreamer-%%VERSION%%/libgstcutter.so +lib/gstreamer-%%VERSION%%/libgstdebug.a +lib/gstreamer-%%VERSION%%/libgstdebug.la +lib/gstreamer-%%VERSION%%/libgstdebug.so +lib/gstreamer-%%VERSION%%/libgstdecodebin.a +lib/gstreamer-%%VERSION%%/libgstdecodebin.la +lib/gstreamer-%%VERSION%%/libgstdecodebin.so +lib/gstreamer-%%VERSION%%/libgstdeinterlace.a +lib/gstreamer-%%VERSION%%/libgstdeinterlace.la +lib/gstreamer-%%VERSION%%/libgstdeinterlace.so +lib/gstreamer-%%VERSION%%/libgstdvdlpcmdec.a +lib/gstreamer-%%VERSION%%/libgstdvdlpcmdec.la +lib/gstreamer-%%VERSION%%/libgstdvdlpcmdec.so +lib/gstreamer-%%VERSION%%/libgstdvdsubdec.a +lib/gstreamer-%%VERSION%%/libgstdvdsubdec.la +lib/gstreamer-%%VERSION%%/libgstdvdsubdec.so +lib/gstreamer-%%VERSION%%/libgstefence.a +lib/gstreamer-%%VERSION%%/libgstefence.la +lib/gstreamer-%%VERSION%%/libgstefence.so +lib/gstreamer-%%VERSION%%/libgsteffectv.a +lib/gstreamer-%%VERSION%%/libgsteffectv.la +lib/gstreamer-%%VERSION%%/libgsteffectv.so +lib/gstreamer-%%VERSION%%/libgstequalizer.a +lib/gstreamer-%%VERSION%%/libgstequalizer.la +lib/gstreamer-%%VERSION%%/libgstequalizer.so +lib/gstreamer-%%VERSION%%/libgstfestival.a +lib/gstreamer-%%VERSION%%/libgstfestival.la +lib/gstreamer-%%VERSION%%/libgstfestival.so +lib/gstreamer-%%VERSION%%/libgstffmpegcolorspace.a +lib/gstreamer-%%VERSION%%/libgstffmpegcolorspace.la +lib/gstreamer-%%VERSION%%/libgstffmpegcolorspace.so +lib/gstreamer-%%VERSION%%/libgstfilter.a +lib/gstreamer-%%VERSION%%/libgstfilter.la +lib/gstreamer-%%VERSION%%/libgstfilter.so +lib/gstreamer-%%VERSION%%/libgstflxdec.a +lib/gstreamer-%%VERSION%%/libgstflxdec.la +lib/gstreamer-%%VERSION%%/libgstflxdec.so +lib/gstreamer-%%VERSION%%/libgstfreeze.a +lib/gstreamer-%%VERSION%%/libgstfreeze.la +lib/gstreamer-%%VERSION%%/libgstfreeze.so +lib/gstreamer-%%VERSION%%/libgstgamma.a +lib/gstreamer-%%VERSION%%/libgstgamma.la +lib/gstreamer-%%VERSION%%/libgstgamma.so +lib/gstreamer-%%VERSION%%/libgstgoom.so +lib/gstreamer-%%VERSION%%/libgstidct.a +lib/gstreamer-%%VERSION%%/libgstidct.la +lib/gstreamer-%%VERSION%%/libgstidct.so +lib/gstreamer-%%VERSION%%/libgstinterleave.a +lib/gstreamer-%%VERSION%%/libgstinterleave.la +lib/gstreamer-%%VERSION%%/libgstinterleave.so +lib/gstreamer-%%VERSION%%/libgstimagemixer.a +lib/gstreamer-%%VERSION%%/libgstimagemixer.la +lib/gstreamer-%%VERSION%%/libgstimagemixer.so +lib/gstreamer-%%VERSION%%/libgstlevel.a +lib/gstreamer-%%VERSION%%/libgstlevel.la +lib/gstreamer-%%VERSION%%/libgstlevel.so +lib/gstreamer-%%VERSION%%/libgstmatroska.a +lib/gstreamer-%%VERSION%%/libgstmatroska.la +lib/gstreamer-%%VERSION%%/libgstmatroska.so +lib/gstreamer-%%VERSION%%/libgstmedian.a +lib/gstreamer-%%VERSION%%/libgstmedian.la +lib/gstreamer-%%VERSION%%/libgstmedian.so +lib/gstreamer-%%VERSION%%/libgstmixmatrix.a +lib/gstreamer-%%VERSION%%/libgstmixmatrix.la +lib/gstreamer-%%VERSION%%/libgstmixmatrix.so +lib/gstreamer-%%VERSION%%/libgstmodplug.a +lib/gstreamer-%%VERSION%%/libgstmodplug.la +lib/gstreamer-%%VERSION%%/libgstmodplug.so +lib/gstreamer-%%VERSION%%/libgstmonoscope.a +lib/gstreamer-%%VERSION%%/libgstmonoscope.la +lib/gstreamer-%%VERSION%%/libgstmonoscope.so +lib/gstreamer-%%VERSION%%/libgstmp1videoparse.a +lib/gstreamer-%%VERSION%%/libgstmp1videoparse.la +lib/gstreamer-%%VERSION%%/libgstmp1videoparse.so +lib/gstreamer-%%VERSION%%/libgstmpeg1systemencode.a +lib/gstreamer-%%VERSION%%/libgstmpeg1systemencode.la +lib/gstreamer-%%VERSION%%/libgstmpeg1systemencode.so +lib/gstreamer-%%VERSION%%/libgstmpeg2subt.a +lib/gstreamer-%%VERSION%%/libgstmpeg2subt.la +lib/gstreamer-%%VERSION%%/libgstmpeg2subt.so +lib/gstreamer-%%VERSION%%/libgstmpegaudio.a +lib/gstreamer-%%VERSION%%/libgstmpegaudio.la +lib/gstreamer-%%VERSION%%/libgstmpegaudio.so +lib/gstreamer-%%VERSION%%/libgstmpegaudioparse.a +lib/gstreamer-%%VERSION%%/libgstmpegaudioparse.la +lib/gstreamer-%%VERSION%%/libgstmpegaudioparse.so +lib/gstreamer-%%VERSION%%/libgstmpegstream.a +lib/gstreamer-%%VERSION%%/libgstmpegstream.la +lib/gstreamer-%%VERSION%%/libgstmpegstream.so +lib/gstreamer-%%VERSION%%/libgstmulaw.a +lib/gstreamer-%%VERSION%%/libgstmulaw.la +lib/gstreamer-%%VERSION%%/libgstmulaw.so +lib/gstreamer-%%VERSION%%/libgstmultifilesink.a +lib/gstreamer-%%VERSION%%/libgstmultifilesink.la +lib/gstreamer-%%VERSION%%/libgstmultifilesink.so +lib/gstreamer-%%VERSION%%/libgstmultipart.a +lib/gstreamer-%%VERSION%%/libgstmultipart.la +lib/gstreamer-%%VERSION%%/libgstmultipart.so +lib/gstreamer-%%VERSION%%/libgstnavigationtest.a +lib/gstreamer-%%VERSION%%/libgstnavigationtest.la +lib/gstreamer-%%VERSION%%/libgstnavigationtest.so +lib/gstreamer-%%VERSION%%/libgstossaudio.a +lib/gstreamer-%%VERSION%%/libgstossaudio.la +lib/gstreamer-%%VERSION%%/libgstossaudio.so +lib/gstreamer-%%VERSION%%/libgstoverlay.a +lib/gstreamer-%%VERSION%%/libgstoverlay.la +lib/gstreamer-%%VERSION%%/libgstoverlay.so +lib/gstreamer-%%VERSION%%/libgstpassthrough.a +lib/gstreamer-%%VERSION%%/libgstpassthrough.la +lib/gstreamer-%%VERSION%%/libgstpassthrough.so +lib/gstreamer-%%VERSION%%/libgstplaybin.a +lib/gstreamer-%%VERSION%%/libgstplaybin.la +lib/gstreamer-%%VERSION%%/libgstplaybin.so +lib/gstreamer-%%VERSION%%/libgstplayondemand.a +lib/gstreamer-%%VERSION%%/libgstplayondemand.la +lib/gstreamer-%%VERSION%%/libgstplayondemand.so +lib/gstreamer-%%VERSION%%/libgstpuzzle.a +lib/gstreamer-%%VERSION%%/libgstpuzzle.la +lib/gstreamer-%%VERSION%%/libgstpuzzle.so +lib/gstreamer-%%VERSION%%/libgstqtdemux.a +lib/gstreamer-%%VERSION%%/libgstqtdemux.la +lib/gstreamer-%%VERSION%%/libgstqtdemux.so +lib/gstreamer-%%VERSION%%/libgstresample.a +lib/gstreamer-%%VERSION%%/libgstresample.la +lib/gstreamer-%%VERSION%%/libgstresample.so +lib/gstreamer-%%VERSION%%/libgstrfbsrc.a +lib/gstreamer-%%VERSION%%/libgstrfbsrc.la +lib/gstreamer-%%VERSION%%/libgstrfbsrc.so +lib/gstreamer-%%VERSION%%/libgstriff.a +lib/gstreamer-%%VERSION%%/libgstriff.la +lib/gstreamer-%%VERSION%%/libgstriff.so +lib/gstreamer-%%VERSION%%/libgstrmdemux.a +lib/gstreamer-%%VERSION%%/libgstrmdemux.la +lib/gstreamer-%%VERSION%%/libgstrmdemux.so +lib/gstreamer-%%VERSION%%/libgstrtjpeg.a +lib/gstreamer-%%VERSION%%/libgstrtjpeg.la +lib/gstreamer-%%VERSION%%/libgstrtjpeg.so +lib/gstreamer-%%VERSION%%/libgstrtp.a +lib/gstreamer-%%VERSION%%/libgstrtp.la +lib/gstreamer-%%VERSION%%/libgstrtp.so +lib/gstreamer-%%VERSION%%/libgstsilence.a +lib/gstreamer-%%VERSION%%/libgstsilence.la +lib/gstreamer-%%VERSION%%/libgstsilence.so +lib/gstreamer-%%VERSION%%/libgstsinesrc.a +lib/gstreamer-%%VERSION%%/libgstsinesrc.la +lib/gstreamer-%%VERSION%%/libgstsinesrc.so +lib/gstreamer-%%VERSION%%/libgstsmooth.a +lib/gstreamer-%%VERSION%%/libgstsmooth.la +lib/gstreamer-%%VERSION%%/libgstsmooth.so +lib/gstreamer-%%VERSION%%/libgstsmpte.a +lib/gstreamer-%%VERSION%%/libgstsmpte.la +lib/gstreamer-%%VERSION%%/libgstsmpte.so +%%SPC%%lib/gstreamer-%%VERSION%%/libgstspc.a +%%SPC%%lib/gstreamer-%%VERSION%%/libgstspc.la +%%SPC%%lib/gstreamer-%%VERSION%%/libgstspc.so +lib/gstreamer-%%VERSION%%/libgstspectrum.a +lib/gstreamer-%%VERSION%%/libgstspectrum.la +lib/gstreamer-%%VERSION%%/libgstspectrum.so +lib/gstreamer-%%VERSION%%/libgstspeed.a +lib/gstreamer-%%VERSION%%/libgstspeed.la +lib/gstreamer-%%VERSION%%/libgstspeed.so +lib/gstreamer-%%VERSION%%/libgststereo.a +lib/gstreamer-%%VERSION%%/libgststereo.la +lib/gstreamer-%%VERSION%%/libgststereo.so +lib/gstreamer-%%VERSION%%/libgstsubparse.a +lib/gstreamer-%%VERSION%%/libgstsubparse.la +lib/gstreamer-%%VERSION%%/libgstsubparse.so +lib/gstreamer-%%VERSION%%/libgstswitch.a +lib/gstreamer-%%VERSION%%/libgstswitch.la +lib/gstreamer-%%VERSION%%/libgstswitch.so +lib/gstreamer-%%VERSION%%/libgstsynaesthesia.a +lib/gstreamer-%%VERSION%%/libgstsynaesthesia.la +lib/gstreamer-%%VERSION%%/libgstsynaesthesia.so +lib/gstreamer-%%VERSION%%/libgsttagedit.a +lib/gstreamer-%%VERSION%%/libgsttagedit.la +lib/gstreamer-%%VERSION%%/libgsttagedit.so +lib/gstreamer-%%VERSION%%/libgsttcp.a +lib/gstreamer-%%VERSION%%/libgsttcp.la +lib/gstreamer-%%VERSION%%/libgsttcp.so +lib/gstreamer-%%VERSION%%/libgsttta.a +lib/gstreamer-%%VERSION%%/libgsttta.la +lib/gstreamer-%%VERSION%%/libgsttta.so +lib/gstreamer-%%VERSION%%/libgsttypefindfunctions.a +lib/gstreamer-%%VERSION%%/libgsttypefindfunctions.la +lib/gstreamer-%%VERSION%%/libgsttypefindfunctions.so +lib/gstreamer-%%VERSION%%/libgstudp.a +lib/gstreamer-%%VERSION%%/libgstudp.la +lib/gstreamer-%%VERSION%%/libgstudp.so +lib/gstreamer-%%VERSION%%/libgstvbidec.a +lib/gstreamer-%%VERSION%%/libgstvbidec.la +lib/gstreamer-%%VERSION%%/libgstvbidec.so +lib/gstreamer-%%VERSION%%/libgstvcdsrc.a +lib/gstreamer-%%VERSION%%/libgstvcdsrc.la +lib/gstreamer-%%VERSION%%/libgstvcdsrc.so +lib/gstreamer-%%VERSION%%/libgstvideo.a +lib/gstreamer-%%VERSION%%/libgstvideo.la +lib/gstreamer-%%VERSION%%/libgstvideo.so +lib/gstreamer-%%VERSION%%/libgstvideobalance.a +lib/gstreamer-%%VERSION%%/libgstvideobalance.la +lib/gstreamer-%%VERSION%%/libgstvideobalance.so +lib/gstreamer-%%VERSION%%/libgstvideobox.a +lib/gstreamer-%%VERSION%%/libgstvideobox.la +lib/gstreamer-%%VERSION%%/libgstvideobox.so +lib/gstreamer-%%VERSION%%/libgstvideocrop.a +lib/gstreamer-%%VERSION%%/libgstvideocrop.la +lib/gstreamer-%%VERSION%%/libgstvideodrop.a +lib/gstreamer-%%VERSION%%/libgstvideodrop.la +lib/gstreamer-%%VERSION%%/libgstvideodrop.so +lib/gstreamer-%%VERSION%%/libgstvideofilter.a +lib/gstreamer-%%VERSION%%/libgstvideofilter.la +lib/gstreamer-%%VERSION%%/libgstvideofilter.so +lib/gstreamer-%%VERSION%%/libgstvideoflip.a +lib/gstreamer-%%VERSION%%/libgstvideoflip.la +lib/gstreamer-%%VERSION%%/libgstvideoflip.so +lib/gstreamer-%%VERSION%%/libgstvideomixer.a +lib/gstreamer-%%VERSION%%/libgstvideomixer.la +lib/gstreamer-%%VERSION%%/libgstvideomixer.so +lib/gstreamer-%%VERSION%%/libgstvideorate.a +lib/gstreamer-%%VERSION%%/libgstvideorate.la +lib/gstreamer-%%VERSION%%/libgstvideorate.so +lib/gstreamer-%%VERSION%%/libgstvideoscale.a +lib/gstreamer-%%VERSION%%/libgstvideoscale.la +lib/gstreamer-%%VERSION%%/libgstvideoscale.so +lib/gstreamer-%%VERSION%%/libgstvideotestsrc.a +lib/gstreamer-%%VERSION%%/libgstvideotestsrc.la +lib/gstreamer-%%VERSION%%/libgstvideotestsrc.so +lib/gstreamer-%%VERSION%%/libgstvolenv.a +lib/gstreamer-%%VERSION%%/libgstvolenv.la +lib/gstreamer-%%VERSION%%/libgstvolenv.so +lib/gstreamer-%%VERSION%%/libgstvolume.a +lib/gstreamer-%%VERSION%%/libgstvolume.la +lib/gstreamer-%%VERSION%%/libgstvolume.so +lib/gstreamer-%%VERSION%%/libgstwavenc.a +lib/gstreamer-%%VERSION%%/libgstwavenc.la +lib/gstreamer-%%VERSION%%/libgstwavenc.so +lib/gstreamer-%%VERSION%%/libgstwavparse.a +lib/gstreamer-%%VERSION%%/libgstwavparse.la +lib/gstreamer-%%VERSION%%/libgstwavparse.so +lib/gstreamer-%%VERSION%%/libgstximagesink.a +lib/gstreamer-%%VERSION%%/libgstximagesink.la +lib/gstreamer-%%VERSION%%/libgstximagesink.so +lib/gstreamer-%%VERSION%%/libgstxvimagesink.a +lib/gstreamer-%%VERSION%%/libgstxvimagesink.la +lib/gstreamer-%%VERSION%%/libgstxvimagesink.so +lib/gstreamer-%%VERSION%%/libgstxwindowlistener.a +lib/gstreamer-%%VERSION%%/libgstxwindowlistener.la +lib/gstreamer-%%VERSION%%/libgstxwindowlistener.so +lib/gstreamer-%%VERSION%%/libgsty4menc.a +lib/gstreamer-%%VERSION%%/libgsty4menc.la +lib/gstreamer-%%VERSION%%/libgsty4menc.so +lib/libgstinterfaces-%%VERSION%%.a +lib/libgstinterfaces-%%VERSION%%.la +lib/libgstinterfaces-%%VERSION%%.so +lib/libgstinterfaces-%%VERSION%%.so.%%SHLIB_VERSION%% +lib/libgstmedia-info-%%VERSION%%.a +lib/libgstmedia-info-%%VERSION%%.la +lib/libgstmedia-info-%%VERSION%%.so +lib/libgstmedia-info-%%VERSION%%.so.%%SHLIB_VERSION%% +lib/libgstplay-%%VERSION%%.a +lib/libgstplay-%%VERSION%%.la +lib/libgstplay-%%VERSION%%.so +lib/libgstplay-%%VERSION%%.so.%%SHLIB_VERSION%% +libdata/pkgconfig/gstreamer-interfaces-%%VERSION%%.pc +libdata/pkgconfig/gstreamer-libs-%%VERSION%%.pc +libdata/pkgconfig/gstreamer-media-info-%%VERSION%%.pc +libdata/pkgconfig/gstreamer-play-%%VERSION%%.pc +libdata/pkgconfig/gstreamer-plugins-%%VERSION%%.pc +share/locale/af/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/az/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/cs/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/da/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/en_GB/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/hu/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/it/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/nb/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/nl/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/or/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/sq/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/sr/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/sv/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/uk/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/vi/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +share/locale/zh_TW/LC_MESSAGES/gst-plugins-%%VERSION%%.mo +@dirrm lib/gstreamer-%%VERSION%% +@dirrm include/gstreamer-%%VERSION%%/gst/xwindowlistener +@dirrm include/gstreamer-%%VERSION%%/gst/xoverlay +@dirrm include/gstreamer-%%VERSION%%/gst/video +@dirrm include/gstreamer-%%VERSION%%/gst/tuner +@dirrm include/gstreamer-%%VERSION%%/gst/tag +@dirrm include/gstreamer-%%VERSION%%/gst/riff +@dirrm include/gstreamer-%%VERSION%%/gst/resample +@dirrm include/gstreamer-%%VERSION%%/gst/propertyprobe +@dirrm include/gstreamer-%%VERSION%%/gst/play +@dirrm include/gstreamer-%%VERSION%%/gst/navigation +@dirrm include/gstreamer-%%VERSION%%/gst/mixer +@dirrm include/gstreamer-%%VERSION%%/gst/media-info +@dirrm include/gstreamer-%%VERSION%%/gst/idct +@dirrm include/gstreamer-%%VERSION%%/gst/floatcast +@dirrm include/gstreamer-%%VERSION%%/gst/colorbalance +@dirrm include/gstreamer-%%VERSION%%/gst/audio +@dirrmtry include/gstreamer-%%VERSION%%/gst +@dirrmtry include/gstreamer-%%VERSION%% +@exec %D/bin/gst-register-${VERSION} --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true +@unexec %D/bin/gst-register-${VERSION} --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer80/Makefile ports/multimedia/gstreamer80/Makefile --- ports.orig/multimedia/gstreamer80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer80/Makefile Fri Feb 24 19:09:18 2006 @@ -0,0 +1,68 @@ +# New ports collection makefile for: gstreamer +# Date created: Tue Jul 9 20:24:02 UTC 2002 +# Whom: Mario Sergio Fujikawa Ferreira +# +# $FreeBSD$ +# $MCom: ports/multimedia/gstreamer80/Makefile,v 1.38 2006/02/25 00:09:18 marcus Exp $ +# + +PORTNAME= gstreamer +PORTVERSION= 0.8.12 +PORTREVISION= 1 +CATEGORIES= multimedia +MASTER_SITES= ${MASTER_SITE_GNOME} \ + http://gstreamer.freedesktop.org/src/gstreamer/ +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${GST_VERSION} +PKGNAMESUFFIX= 80 +DIST_SUBDIR= gnome2 + +MAINTAINER= kwm@FreeBSD.org +COMMENT= Development framework for creating media applications + +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt + +USE_X_PREFIX= yes +USE_BISON= yes +USE_BZIP2= yes +USE_GMAKE= yes +WANT_GNOME= yes +USE_GNOME= gnomehack \ + gnomeprefix \ + glib20 \ + libxml2 +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-tests \ + --disable-examples \ + --disable-docs-build \ + --disable-failing-tests +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +PLIST_SUB= \ + VERSION="${GST_VERSION}" \ + SHLIB_VERSION="${SHLIB_VERSION}" \ + PORTVERSION="${PORTVERSION}" +INSTALLS_SHLIB= yes + +MAN1= gst-complete-${GST_VERSION}.1 gst-compprep-${GST_VERSION}.1 \ + gst-feedback-${GST_VERSION}.1 gst-inspect-${GST_VERSION}.1 \ + gst-launch-${GST_VERSION}.1 gst-md5sum-${GST_VERSION}.1 \ + gst-register-${GST_VERSION}.1 gst-typefind-${GST_VERSION}.1 \ + gst-xmllaunch-${GST_VERSION}.1 gst-xmlinspect-${GST_VERSION}.1 + +GST_VERSION=${PORTVERSION:C/...$//} + +# library minor number +SHLIB_VERSION= 5 + +.include + +.if ( ( ${OSVERSION} < 504101 ) || ( ${OSVERSION} >= 600000 && ${OSVERSION} < 600012 ) ) +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gst::cothreads.c +.endif + +post-install: +# register plugins + -@${PREFIX}/bin/gst-register-${GST_VERSION} \ + --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST_VERSION}/registry.xml 2>/dev/null + +.include diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer80/distinfo ports/multimedia/gstreamer80/distinfo --- ports.orig/multimedia/gstreamer80/distinfo Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer80/distinfo Thu Feb 9 18:47:56 2006 @@ -0,0 +1,3 @@ +MD5 (gnome2/gstreamer-0.8.12.tar.bz2) = 80f3c4957ab3e254cc90016f87ba5482 +SHA256 (gnome2/gstreamer-0.8.12.tar.bz2) = fd90caa93889bd0abbe41b4a36d2b7e27d3987650182004656f9dc4e6fbc3d8c +SIZE (gnome2/gstreamer-0.8.12.tar.bz2) = 1534775 diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer80/files/extra-patch-gst::cothreads.c ports/multimedia/gstreamer80/files/extra-patch-gst::cothreads.c --- ports.orig/multimedia/gstreamer80/files/extra-patch-gst::cothreads.c Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer80/files/extra-patch-gst::cothreads.c Thu Jan 19 21:56:09 2006 @@ -0,0 +1,11 @@ +--- gst/cothreads.c.orig Tue May 3 16:17:09 2005 ++++ gst/cothreads.c Tue May 3 16:17:23 2005 +@@ -56,7 +56,7 @@ + #endif + #endif + +-#define STACK_SIZE 0x200000 ++#define STACK_SIZE 0x100000 + + #define COTHREAD_MAGIC_NUMBER 0xabcdef + diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer80/files/patch-configure ports/multimedia/gstreamer80/files/patch-configure --- ports.orig/multimedia/gstreamer80/files/patch-configure Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer80/files/patch-configure Thu Jan 19 21:56:09 2006 @@ -0,0 +1,29 @@ +--- configure.orig Fri Jun 4 18:19:18 2004 ++++ configure Fri Jun 4 18:20:27 2004 +@@ -21877,7 +21877,7 @@ + + + EXP_VAR=LOCALEDIR +- FROM_VAR=$datadir/locale ++ FROM_VAR=$prefix/share/locale + + prefix_save=$prefix + exec_prefix_save=$exec_prefix +@@ -21981,7 +21981,7 @@ + echo $ECHO_N "checking to see if compiler understands -Werror... $ECHO_C" >&6 + + save_CFLAGS="$CFLAGS" +- CFLAGS="$CFLAGS -Werror" ++ CFLAGS="$CFLAGS" + + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ +@@ -22031,7 +22031,7 @@ + CFLAGS="$save_CFLAGS" + + if test "X$flag_ok" = Xyes ; then +- GST_ERROR_CFLAGS="$GST_ERROR_CFLAGS -Werror" ++ GST_ERROR_CFLAGS="$GST_ERROR_CFLAGS" + true + else + diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer80/files/patch-gst::cothreads.c ports/multimedia/gstreamer80/files/patch-gst::cothreads.c --- ports.orig/multimedia/gstreamer80/files/patch-gst::cothreads.c Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer80/files/patch-gst::cothreads.c Thu Jan 19 21:56:09 2006 @@ -0,0 +1,13 @@ +--- gst/cothreads.c.orig Mon Feb 2 06:56:53 2004 ++++ gst/cothreads.c Fri Feb 6 13:05:26 2004 +@@ -42,6 +42,10 @@ + #include + #endif + ++#ifdef HAVE_MAKECONTEXT ++#include ++#endif ++ + #ifndef MAP_ANONYMOUS + #ifdef MAP_ANON + /* older glibc's have MAP_ANON instead of MAP_ANONYMOUS */ diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer80/files/patch-gst_gstmemchunk.c ports/multimedia/gstreamer80/files/patch-gst_gstmemchunk.c --- ports.orig/multimedia/gstreamer80/files/patch-gst_gstmemchunk.c Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer80/files/patch-gst_gstmemchunk.c Thu Jan 19 21:56:09 2006 @@ -0,0 +1,10 @@ +--- gst/gstmemchunk.c.orig Wed Aug 4 15:31:41 2004 ++++ gst/gstmemchunk.c Wed Aug 4 15:31:52 2004 +@@ -24,6 +24,7 @@ + #include "gstmemchunk.h" + #include "gsttrashstack.h" + #ifdef HAVE_VALGRIND ++#include + #include + #include + #endif diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer80/files/patch-tools_Makefile.in ports/multimedia/gstreamer80/files/patch-tools_Makefile.in --- ports.orig/multimedia/gstreamer80/files/patch-tools_Makefile.in Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer80/files/patch-tools_Makefile.in Thu Jan 19 21:56:09 2006 @@ -0,0 +1,20 @@ +--- tools/Makefile.in.orig Thu Jan 19 14:34:47 2006 ++++ tools/Makefile.in Thu Jan 19 14:36:45 2006 +@@ -73,17 +73,10 @@ + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = $(top_builddir)/config.h + CONFIG_CLEAN_FILES = +-@GST_DISABLE_REGISTRY_FALSE@am__EXEEXT_1 = gst-register$(EXEEXT) + @GST_DISABLE_REGISTRY_FALSE@am__EXEEXT_2 = gst-register-@GST_MAJORMINOR@$(EXEEXT) +-@GST_DISABLE_LOADSAVE_FALSE@am__EXEEXT_3 = gst-complete$(EXEEXT) \ +-@GST_DISABLE_LOADSAVE_FALSE@ gst-compprep$(EXEEXT) \ +-@GST_DISABLE_LOADSAVE_FALSE@ gst-xmllaunch$(EXEEXT) + @GST_DISABLE_LOADSAVE_FALSE@am__EXEEXT_4 = gst-complete-@GST_MAJORMINOR@$(EXEEXT) \ + @GST_DISABLE_LOADSAVE_FALSE@ gst-compprep-@GST_MAJORMINOR@$(EXEEXT) \ + @GST_DISABLE_LOADSAVE_FALSE@ gst-xmllaunch-@GST_MAJORMINOR@$(EXEEXT) +-am__EXEEXT_5 = gst-feedback$(EXEEXT) gst-inspect$(EXEEXT) \ +- gst-launch$(EXEEXT) gst-md5sum$(EXEEXT) gst-typefind$(EXEEXT) \ +- gst-xmlinspect$(EXEEXT) + am__EXEEXT_6 = gst-inspect-@GST_MAJORMINOR@$(EXEEXT) \ + gst-launch-@GST_MAJORMINOR@$(EXEEXT) \ + gst-md5sum-@GST_MAJORMINOR@$(EXEEXT) \ diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer80/pkg-descr ports/multimedia/gstreamer80/pkg-descr --- ports.orig/multimedia/gstreamer80/pkg-descr Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer80/pkg-descr Thu Jan 19 21:56:09 2006 @@ -0,0 +1,24 @@ +[ excerpt from developer's site ] +- What is GStreamer? +GStreamer allows the construction of graphs of media-handling +components, ranging from simple mp3 playback to complex audio +(mixing) and video (non-linear editing) processing. Applications +can take advantage of advances in codec and filter technology +transparently. Developers can add new codecs and filters by writing +a simple plugin with a clean, generic interface. GStreamer is +released under the LGPL, with many of the included plugins retaining +the license of the code they were derived from, usually GPL or BSD. + +- Features: +* Comprehensive Core Library +* Intelligent Plugin Architecture +* Extensive Development Tools + +- Is GStreamer a media player? +No, GStreamer is a development framework for creating applications +like media players, video editors, streaming media broadcasters and +so on. That said, very good media players can easily be built on +top of GStreamer and we even include a simple yet functional +mediaplayer with GStreamer called Gst-Player + +WWW: http://gstreamer.sourceforge.net/ diff -ruN --exclude=CVS ports.orig/multimedia/gstreamer80/pkg-plist ports/multimedia/gstreamer80/pkg-plist --- ports.orig/multimedia/gstreamer80/pkg-plist Wed Dec 31 19:00:00 1969 +++ ports/multimedia/gstreamer80/pkg-plist Thu Mar 2 13:56:01 2006 @@ -0,0 +1,155 @@ +bin/gst-complete-%%VERSION%% +bin/gst-compprep-%%VERSION%% +bin/gst-feedback-%%VERSION%% +bin/gst-inspect-%%VERSION%% +bin/gst-launch-%%VERSION%% +bin/gst-md5sum-%%VERSION%% +bin/gst-register-%%VERSION%% +bin/gst-typefind-%%VERSION%% +bin/gst-xmlinspect-%%VERSION%% +bin/gst-xmllaunch-%%VERSION%% +include/gstreamer-%%VERSION%%/gst/bytestream/adapter.h +include/gstreamer-%%VERSION%%/gst/bytestream/bytestream.h +include/gstreamer-%%VERSION%%/gst/bytestream/filepad.h +include/gstreamer-%%VERSION%%/gst/control/control.h +include/gstreamer-%%VERSION%%/gst/control/dparam.h +include/gstreamer-%%VERSION%%/gst/control/dparam_smooth.h +include/gstreamer-%%VERSION%%/gst/control/dparamcommon.h +include/gstreamer-%%VERSION%%/gst/control/dparammanager.h +include/gstreamer-%%VERSION%%/gst/control/dplinearinterp.h +include/gstreamer-%%VERSION%%/gst/control/unitconvert.h +include/gstreamer-%%VERSION%%/gst/dataprotocol/dataprotocol.h +include/gstreamer-%%VERSION%%/gst/getbits/getbits.h +include/gstreamer-%%VERSION%%/gst/gst.h +include/gstreamer-%%VERSION%%/gst/gstatomic.h +include/gstreamer-%%VERSION%%/gst/gstbin.h +include/gstreamer-%%VERSION%%/gst/gstbuffer.h +include/gstreamer-%%VERSION%%/gst/gstcaps.h +include/gstreamer-%%VERSION%%/gst/gstchildproxy.h +include/gstreamer-%%VERSION%%/gst/gstclock.h +include/gstreamer-%%VERSION%%/gst/gstcompat.h +include/gstreamer-%%VERSION%%/gst/gstconfig.h +include/gstreamer-%%VERSION%%/gst/gstcpu.h +include/gstreamer-%%VERSION%%/gst/gstdata.h +include/gstreamer-%%VERSION%%/gst/gstelement.h +include/gstreamer-%%VERSION%%/gst/gstenumtypes.h +include/gstreamer-%%VERSION%%/gst/gsterror.h +include/gstreamer-%%VERSION%%/gst/gstevent.h +include/gstreamer-%%VERSION%%/gst/gstfilter.h +include/gstreamer-%%VERSION%%/gst/gstformat.h +include/gstreamer-%%VERSION%%/gst/gstindex.h +include/gstreamer-%%VERSION%%/gst/gstinfo.h +include/gstreamer-%%VERSION%%/gst/gstinterface.h +include/gstreamer-%%VERSION%%/gst/gstmacros.h +include/gstreamer-%%VERSION%%/gst/gstmarshal.h +include/gstreamer-%%VERSION%%/gst/gstmemchunk.h +include/gstreamer-%%VERSION%%/gst/gstobject.h +include/gstreamer-%%VERSION%%/gst/gstpad.h +include/gstreamer-%%VERSION%%/gst/gstparse.h +include/gstreamer-%%VERSION%%/gst/gstpipeline.h +include/gstreamer-%%VERSION%%/gst/gstplugin.h +include/gstreamer-%%VERSION%%/gst/gstpluginfeature.h +include/gstreamer-%%VERSION%%/gst/gstprobe.h +include/gstreamer-%%VERSION%%/gst/gstquery.h +include/gstreamer-%%VERSION%%/gst/gstqueue.h +include/gstreamer-%%VERSION%%/gst/gstregistry.h +include/gstreamer-%%VERSION%%/gst/gstregistrypool.h +include/gstreamer-%%VERSION%%/gst/gstscheduler.h +include/gstreamer-%%VERSION%%/gst/gststructure.h +include/gstreamer-%%VERSION%%/gst/gstsystemclock.h +include/gstreamer-%%VERSION%%/gst/gsttag.h +include/gstreamer-%%VERSION%%/gst/gsttaginterface.h +include/gstreamer-%%VERSION%%/gst/gstthread.h +include/gstreamer-%%VERSION%%/gst/gsttrace.h +include/gstreamer-%%VERSION%%/gst/gsttrashstack.h +include/gstreamer-%%VERSION%%/gst/gsttypefind.h +include/gstreamer-%%VERSION%%/gst/gsttypes.h +include/gstreamer-%%VERSION%%/gst/gsturi.h +include/gstreamer-%%VERSION%%/gst/gsturitype.h +include/gstreamer-%%VERSION%%/gst/gstutils.h +include/gstreamer-%%VERSION%%/gst/gstvalue.h +include/gstreamer-%%VERSION%%/gst/gstversion.h +include/gstreamer-%%VERSION%%/gst/gstxml.h +lib/gstreamer-%%VERSION%%/libgstbasicgthreadscheduler.a +lib/gstreamer-%%VERSION%%/libgstbasicgthreadscheduler.la +lib/gstreamer-%%VERSION%%/libgstbasicgthreadscheduler.so +lib/gstreamer-%%VERSION%%/libgstbasicomegascheduler.a +lib/gstreamer-%%VERSION%%/libgstbasicomegascheduler.la +lib/gstreamer-%%VERSION%%/libgstbasicomegascheduler.so +lib/gstreamer-%%VERSION%%/libgstbytestream.a +lib/gstreamer-%%VERSION%%/libgstbytestream.la +lib/gstreamer-%%VERSION%%/libgstbytestream.so +lib/gstreamer-%%VERSION%%/libgstdataprotocol.a +lib/gstreamer-%%VERSION%%/libgstdataprotocol.la +lib/gstreamer-%%VERSION%%/libgstdataprotocol.so +lib/gstreamer-%%VERSION%%/libgstelements.a +lib/gstreamer-%%VERSION%%/libgstelements.la +lib/gstreamer-%%VERSION%%/libgstelements.so +lib/gstreamer-%%VERSION%%/libgstentrygthreadscheduler.a +lib/gstreamer-%%VERSION%%/libgstentrygthreadscheduler.la +lib/gstreamer-%%VERSION%%/libgstentrygthreadscheduler.so +lib/gstreamer-%%VERSION%%/libgstentryomegascheduler.a +lib/gstreamer-%%VERSION%%/libgstentryomegascheduler.la +lib/gstreamer-%%VERSION%%/libgstentryomegascheduler.so +lib/gstreamer-%%VERSION%%/libgstfairgthreadscheduler.a +lib/gstreamer-%%VERSION%%/libgstfairgthreadscheduler.la +lib/gstreamer-%%VERSION%%/libgstfairgthreadscheduler.so +lib/gstreamer-%%VERSION%%/libgstgetbits.a +lib/gstreamer-%%VERSION%%/libgstgetbits.la +lib/gstreamer-%%VERSION%%/libgstgetbits.so +lib/gstreamer-%%VERSION%%/libgstindexers.a +lib/gstreamer-%%VERSION%%/libgstindexers.la +lib/gstreamer-%%VERSION%%/libgstindexers.so +lib/gstreamer-%%VERSION%%/libgstoptgthreadscheduler.a +lib/gstreamer-%%VERSION%%/libgstoptgthreadscheduler.la +lib/gstreamer-%%VERSION%%/libgstoptgthreadscheduler.so +lib/gstreamer-%%VERSION%%/libgstoptomegascheduler.a +lib/gstreamer-%%VERSION%%/libgstoptomegascheduler.la +lib/gstreamer-%%VERSION%%/libgstoptomegascheduler.so +lib/gstreamer-%%VERSION%%/libgstoptscheduler.a +lib/gstreamer-%%VERSION%%/libgstoptscheduler.la +lib/gstreamer-%%VERSION%%/libgstoptscheduler.so +lib/gstreamer-%%VERSION%%/libgstspider.a +lib/gstreamer-%%VERSION%%/libgstspider.la +lib/gstreamer-%%VERSION%%/libgstspider.so +lib/libgstcontrol-%%VERSION%%.a +lib/libgstcontrol-%%VERSION%%.la +lib/libgstcontrol-%%VERSION%%.so +lib/libgstcontrol-%%VERSION%%.so.%%SHLIB_VERSION%% +lib/libgstreamer-%%VERSION%%.a +lib/libgstreamer-%%VERSION%%.la +lib/libgstreamer-%%VERSION%%.so +lib/libgstreamer-%%VERSION%%.so.%%SHLIB_VERSION%% +libdata/pkgconfig/gstreamer-%%VERSION%%.pc +libdata/pkgconfig/gstreamer-control-%%VERSION%%.pc +share/aclocal/gst-element-check-%%VERSION%%.m4 +share/locale/af/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/az/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/ca/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/cs/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/da/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/de/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/en_GB/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/fi/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/fr/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/it/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/nb/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/nl/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/ru/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/sq/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/sr/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/sv/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/tr/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/uk/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/vi/LC_MESSAGES/gstreamer-%%VERSION%%.mo +@unexec rm %D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true +@dirrm share/gnome/cache/gstreamer-%%VERSION%% +@dirrmtry share/gnome/cache +@dirrm lib/gstreamer-%%VERSION%% +@dirrm include/gstreamer-%%VERSION%%/gst/getbits +@dirrm include/gstreamer-%%VERSION%%/gst/dataprotocol +@dirrm include/gstreamer-%%VERSION%%/gst/control +@dirrm include/gstreamer-%%VERSION%%/gst/bytestream +@dirrm include/gstreamer-%%VERSION%%/gst +@dirrm include/gstreamer-%%VERSION%% +@exec %D/bin/gst-register-0.8 --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true diff -ruN --exclude=CVS ports.orig/multimedia/istanbul/Makefile ports/multimedia/istanbul/Makefile --- ports.orig/multimedia/istanbul/Makefile Thu Feb 23 05:38:05 2006 +++ ports/multimedia/istanbul/Makefile Fri Feb 24 19:09:18 2006 @@ -2,7 +2,7 @@ # Date created: 2005-07-03 # Whom: Dominique Goncalves # -# $FreeBSD: ports/multimedia/istanbul/Makefile,v 1.7 2006/02/23 10:38:05 ade Exp $ +# $FreeBSD$ PORTNAME= istanbul PORTVERSION= 0.1.1 @@ -19,12 +19,11 @@ USE_GNOME= pygtk2 USE_GMAKE= yes -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes USE_PYTHON= 2.4+ USE_BZIP2= yes USE_X_PREFIX= yes -USE_GSTREAMER= shout2 theora ogg -USE_REINPLACE= yes +USE_GSTREAMER80= shout2 theora ogg .include diff -ruN --exclude=CVS ports.orig/multimedia/istanbul/pkg-plist ports/multimedia/istanbul/pkg-plist --- ports.orig/multimedia/istanbul/pkg-plist Thu Feb 23 05:38:06 2006 +++ ports/multimedia/istanbul/pkg-plist Fri Feb 24 19:09:18 2006 @@ -19,6 +19,6 @@ @dirrm %%PYTHON_SITELIBDIR%%/istanbul/extern @dirrm %%PYTHON_SITELIBDIR%%/istanbul/configure @dirrm %%PYTHON_SITELIBDIR%%/istanbul -@dirrmtry %%PYTHON_SITELIBDIR%% -@dirrmtry %%PYTHON_LIBDIR%% -@dirrmtry share/applications +@unexec rmdir %D/%%PYTHON_SITELIBDIR%% 2>/dev/null || true +@unexec rmdir %D/%%PYTHON_LIBDIR%% 2>/dev/null || true +@unexec rmdir %D/share/applications 2>/dev/null || true diff -ruN --exclude=CVS ports.orig/multimedia/kaffeine/Makefile ports/multimedia/kaffeine/Makefile --- ports.orig/multimedia/kaffeine/Makefile Wed Mar 15 09:15:53 2006 +++ ports/multimedia/kaffeine/Makefile Sun Mar 26 01:46:58 2006 @@ -21,7 +21,7 @@ USE_GMAKE= yes .ifndef (WITHOUT_GSTREAMER) -USE_GSTREAMER= yes +USE_GSTREAMER80= yes PLIST_SUB+= NOGSTREAMER="" .else PLIST_SUB+= NOGSTREAMER="@comment " diff -ruN --exclude=CVS ports.orig/multimedia/pitivi/Makefile ports/multimedia/pitivi/Makefile --- ports.orig/multimedia/pitivi/Makefile Thu Feb 23 05:38:11 2006 +++ ports/multimedia/pitivi/Makefile Tue Jan 31 15:36:52 2006 @@ -2,7 +2,7 @@ # Date created: 20 Dec 2004 # Whom: Koop Mast # -# $FreeBSD: ports/multimedia/pitivi/Makefile,v 1.12 2006/02/23 10:38:11 ade Exp $ +# $FreeBSD$ # PORTNAME= pitivi @@ -22,9 +22,9 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_REINPLACE= yes USE_GNOME= gnometarget pygtk2 pkgconfig pygnome2 -USE_GSTREAMER= yes +USE_GSTREAMER80= yes +USE_AUTOTOOLS= libtool:15 USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docs-build diff -ruN --exclude=CVS ports.orig/multimedia/pitivi/distinfo ports/multimedia/pitivi/distinfo --- ports.orig/multimedia/pitivi/distinfo Sun Jan 22 16:19:40 2006 +++ ports/multimedia/pitivi/distinfo Thu Jan 19 21:56:10 2006 @@ -1,3 +1,2 @@ MD5 (pitivi-0.1.10.tar.bz2) = 9d9c0351e5d21a162c07baaaa56ec7b6 -SHA256 (pitivi-0.1.10.tar.bz2) = dcdbbff359cdb4b2070f39d465ac395c4a9f4f7f962e52993f7d7153f8b781ea SIZE (pitivi-0.1.10.tar.bz2) = 284126 diff -ruN --exclude=CVS ports.orig/multimedia/py-gstreamer/Makefile ports/multimedia/py-gstreamer/Makefile --- ports.orig/multimedia/py-gstreamer/Makefile Thu Feb 23 05:38:11 2006 +++ ports/multimedia/py-gstreamer/Makefile Fri Feb 24 19:09:19 2006 @@ -2,7 +2,7 @@ # Date created: Fri Apr 9 16:24:13 CEST 2004 # Whom: Koop Mast # -# $FreeBSD: ports/multimedia/py-gstreamer/Makefile,v 1.15 2006/02/23 10:38:11 ade Exp $ +# $FreeBSD$ # PORTNAME= gstreamer @@ -27,9 +27,8 @@ USE_GNOME= pygtk2 \ gnomehack \ pkgconfig -USE_GSTREAMER= yes +USE_GSTREAMER80= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}" diff -ruN --exclude=CVS ports.orig/multimedia/py-gstreamer/distinfo ports/multimedia/py-gstreamer/distinfo --- ports.orig/multimedia/py-gstreamer/distinfo Sun Jan 22 16:19:40 2006 +++ ports/multimedia/py-gstreamer/distinfo Thu Jan 19 21:56:11 2006 @@ -1,3 +1,2 @@ MD5 (gst-python-0.8.2.tar.bz2) = bfad80dda50e30aea4f6f322ea58c6c8 -SHA256 (gst-python-0.8.2.tar.bz2) = 665d156a1e14c27b1d039e6554e1d99f4d5489934048907826dc4819ffaf4b50 SIZE (gst-python-0.8.2.tar.bz2) = 310714 diff -ruN --exclude=CVS ports.orig/multimedia/quodlibet/Makefile ports/multimedia/quodlibet/Makefile --- ports.orig/multimedia/quodlibet/Makefile Mon Mar 20 12:55:18 2006 +++ ports/multimedia/quodlibet/Makefile Fri Feb 24 19:06:49 2006 @@ -2,11 +2,12 @@ # Date created: 19 December 2005 # Whom: Byung-Hee HWANG # -# $FreeBSD: ports/multimedia/quodlibet/Makefile,v 1.8 2006/03/20 17:55:18 pav Exp $ +# $FreeBSD$ # PORTNAME= quodlibet PORTVERSION= 0.17.1 +PORTREVISION= 1 CATEGORIES= multimedia audio python gnome MASTER_SITES= http://www.sacredchao.net/~piman/software/ @@ -20,7 +21,7 @@ USE_GNOME= pygtk2 USE_GMAKE= yes USE_X_PREFIX= yes -USE_GSTREAMER= gconf +USE_GSTREAMER80= gconf MAN1= exfalso.1 quodlibet.1 @@ -33,29 +34,29 @@ .if defined(WANT_QUODLIBET_OGG) BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/ogg/_ogg.so:${PORTSDIR}/audio/py-ogg RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/ogg/_ogg.so:${PORTSDIR}/audio/py-ogg -USE_GSTREAMER+= ogg +USE_GSTREAMER80+= ogg .endif .if defined(WANT_QUODLIBET_VORBIS) BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis -USE_GSTREAMER+= vorbis +USE_GSTREAMER80+= vorbis .endif .if defined(WANT_QUODLIBET_MAD) BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/madmodule.so:${PORTSDIR}/audio/py-mad RUN_DEPNDS+= ${PYTHON_SITELIBDIR}/madmodule.so:${PORTSDIR}/audio/py-mad -USE_GSTREAMER+= mad +USE_GSTREAMER80+= mad .endif .if defined(WANT_QUODLIBET_FLAC) -USE_GSTREAMER+= flac +USE_GSTREAMER80+= flac .endif .if defined(WANT_QUODLIBET_REMOTE) BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser -USE_GSTREAMER+= gnomevfs +USE_GSTREAMER80+= gnomevfs .endif .if defined(WITH_EXTENSIONS) @@ -77,7 +78,7 @@ IGNORE= is unsupported on FreeBSD 4.x .endif -.if ${ARCH} == amd64 || ${ARCH} == sparc64 || ${ARCH} == ia64 +.if ${ARCH} == amd64 || ${ARCH} == sparc64 BROKEN= "Does not configure" .endif diff -ruN --exclude=CVS ports.orig/multimedia/quodlibet/pkg-plist ports/multimedia/quodlibet/pkg-plist --- ports.orig/multimedia/quodlibet/pkg-plist Sat Jan 21 21:30:00 2006 +++ ports/multimedia/quodlibet/pkg-plist Fri Feb 24 19:06:49 2006 @@ -94,8 +94,8 @@ share/quodlibet/qltk/properties.py share/quodlibet/qltk/queue.py share/quodlibet/qltk/quodlibet.py -share/quodlibet/qltk/remote.py share/quodlibet/qltk/renamefiles.py +share/quodlibet/qltk/remote.py share/quodlibet/qltk/sliderbutton.py share/quodlibet/qltk/songlist.py share/quodlibet/qltk/tagsfrompath.py diff -ruN --exclude=CVS ports.orig/multimedia/ruby-gst/Makefile ports/multimedia/ruby-gst/Makefile --- ports.orig/multimedia/ruby-gst/Makefile Sat Nov 5 00:35:08 2005 +++ ports/multimedia/ruby-gst/Makefile Tue Jan 31 15:36:52 2006 @@ -2,8 +2,8 @@ # Date created: 26 June 2003 # Whom: Akinori MUSHA aka knu # -# $FreeBSD: ports/multimedia/ruby-gst/Makefile,v 1.18 2005/11/05 05:35:08 mezz Exp $ -# $MCom: ports/multimedia/ruby-gst/Makefile,v 1.2 2005/10/17 07:05:41 mezz Exp $ +# $FreeBSD$ +# $MCom: ports/multimedia/ruby-gst/Makefile,v 1.5 2006/01/31 20:36:52 marcus Exp $ # PORTNAME= gst @@ -21,8 +21,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 USE_RUBY= yes -USE_GSTREAMER= core -USE_REINPLACE= yes +USE_GSTREAMER80= core USE_RUBY_EXTCONF= yes .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" diff -ruN --exclude=CVS ports.orig/multimedia/ruby-gst/distinfo ports/multimedia/ruby-gst/distinfo --- ports.orig/multimedia/ruby-gst/distinfo Wed Dec 31 19:00:00 1969 +++ ports/multimedia/ruby-gst/distinfo Thu Jan 19 21:56:12 2006 @@ -0,0 +1 @@ +MD5 (ruby/ruby-gst-0.1.1.tar.gz) = 06c11775d8c225e5b204a01c7ec0cc25 diff -ruN --exclude=CVS ports.orig/multimedia/totem/Makefile ports/multimedia/totem/Makefile --- ports.orig/multimedia/totem/Makefile Thu Feb 23 05:38:13 2006 +++ ports/multimedia/totem/Makefile Sun Mar 26 01:24:55 2006 @@ -61,7 +61,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes CONFIGURE_ARGS+=--enable-gstreamer -USE_GSTREAMER+= gnomevfs core gconf +USE_GSTREAMER80+= gnomevfs core gconf WITHOUT_DVDNAV= yes PLIST_SUB+= GSTREAMER="" .else diff -ruN --exclude=CVS ports.orig/multimedia/totem-gstreamer/Makefile ports/multimedia/totem-gstreamer/Makefile --- ports.orig/multimedia/totem-gstreamer/Makefile Sat Nov 5 00:20:58 2005 +++ ports/multimedia/totem-gstreamer/Makefile Tue Feb 28 23:32:55 2006 @@ -2,10 +2,11 @@ # Date created: 04 December 2004 # Whom: Joe Marcus Clarke # -# $FreeBSD: ports/multimedia/totem-gstreamer/Makefile,v 1.5 2005/11/05 05:20:58 marcus Exp $ +# $FreeBSD$ +# $MCom: ports/multimedia/totem-gstreamer/Makefile,v 1.13 2006/03/01 04:32:55 marcus Exp $ # -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -gstreamer MAINTAINER= gnome@FreeBSD.org @@ -13,7 +14,7 @@ MASTERDIR= ${.CURDIR}/../totem -OPTIONS= +OPTIONS= MOZILLA_PLUGIN "Totem mozilla plugin" off WITH_GSTREAMER= yes CONFLICTS= totem-[0-9]* diff -ruN --exclude=CVS ports.orig/net/gstreamer-plugins-libmms80/Makefile ports/net/gstreamer-plugins-libmms80/Makefile --- ports.orig/net/gstreamer-plugins-libmms80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/net/gstreamer-plugins-libmms80/Makefile Fri Feb 24 19:12:31 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-libmms +# Date created: 8 March 2005 +# Whom: Koop Mast +# +# $FreeBSD$ +# $MCom: ports/net/gstreamer-plugins-libmms80/Makefile,v 1.2 2006/02/25 00:12:31 marcus Exp $ +# + +CATEGORIES= net +PORTREVISION= 2 + +COMMENT= Gstreamer mms:// and mmsh:// plugin + +GST_PLUGIN= libmms + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/sysutils/gnomebaker/Makefile ports/sysutils/gnomebaker/Makefile --- ports.orig/sysutils/gnomebaker/Makefile Thu Feb 23 05:39:08 2006 +++ ports/sysutils/gnomebaker/Makefile Fri Feb 24 19:19:55 2006 @@ -2,7 +2,7 @@ # Date created: 2005-02-20 # Whom: Dominique Goncalves # -# $FreeBSD: ports/sysutils/gnomebaker/Makefile,v 1.9 2006/02/23 10:39:08 ade Exp $ +# $FreeBSD$ PORTNAME= gnomebaker PORTVERSION= 0.5.0 @@ -24,7 +24,7 @@ USE_GMAKE= yes INSTALLS_OMF= yes USE_GCC= 3.4+ -USE_GSTREAMER= vorbis mad flac +USE_GSTREAMER80= vorbis mad flac CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff -ruN --exclude=CVS ports.orig/sysutils/gnomecontrolcenter2/Makefile ports/sysutils/gnomecontrolcenter2/Makefile --- ports.orig/sysutils/gnomecontrolcenter2/Makefile Thu Feb 23 05:39:08 2006 +++ ports/sysutils/gnomecontrolcenter2/Makefile Sun Mar 26 01:25:26 2006 @@ -24,7 +24,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 -USE_GSTREAMER= yes +USE_GSTREAMER80= yes WANT_GNOME= yes USE_GNOME= gnomeprefix gnomehack intlhack metacity nautilus2 \ gnomemenus desktopfileutils diff -ruN --exclude=CVS ports.orig/sysutils/gstreamer-plugins-cdio/Makefile ports/sysutils/gstreamer-plugins-cdio/Makefile --- ports.orig/sysutils/gstreamer-plugins-cdio/Makefile Sat Nov 5 00:20:43 2005 +++ ports/sysutils/gstreamer-plugins-cdio/Makefile Wed Dec 31 19:00:00 1969 @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-cdio -# Date created: 5 July 2005 -# Whom: Koop Mast -# -# $FreeBSD: ports/sysutils/gstreamer-plugins-cdio/Makefile,v 1.5 2005/11/05 05:20:43 marcus Exp $ -# - -CATEGORIES= sysutils -PORTREVISION= 1 - -COMMENT= Gstreamer compact disc input and control library - -GST_PLUGIN= cdio - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/sysutils/gstreamer-plugins-cdio80/Makefile ports/sysutils/gstreamer-plugins-cdio80/Makefile --- ports.orig/sysutils/gstreamer-plugins-cdio80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/sysutils/gstreamer-plugins-cdio80/Makefile Fri Feb 24 19:19:56 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-cdio +# Date created: 5 July 2005 +# Whom: Koop Mast +# +# $FreeBSD$ +# $MCom: ports/sysutils/gstreamer-plugins-cdio80/Makefile,v 1.2 2006/02/25 00:19:56 marcus Exp $ +# + +CATEGORIES= sysutils +PORTREVISION= 2 + +COMMENT= Gstreamer compact disc input and control library + +GST_PLUGIN= cdio + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/sysutils/serpentine/Makefile ports/sysutils/serpentine/Makefile --- ports.orig/sysutils/serpentine/Makefile Tue Nov 8 20:11:03 2005 +++ ports/sysutils/serpentine/Makefile Thu Jan 19 21:56:14 2006 @@ -2,8 +2,8 @@ # Date created: 2005-06-25 # Whom: Michael Johnson # -# $FreeBSD: ports/sysutils/serpentine/Makefile,v 1.10 2005/11/09 01:11:03 ahze Exp $ -# +# $FreeBSD$ +# $MCom: ports/sysutils/serpentine/Makefile,v 1.1 2006/01/20 02:56:14 ahze Exp $ PORTNAME= serpentine PORTVERSION= 0.6.4 @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes USE_GNOME= pygnomeextras intlhack USE_GMAKE= yes -USE_GSTREAMER= core gnomevfs +USE_GSTREAMER80= core gnomevfs USE_PYTHON= 2.4+ OPTIONS= MUINE "Cd-Burner Plugin for muine audio player (i386 only)" Off diff -ruN --exclude=CVS ports.orig/www/swfdec-plugin/Makefile ports/www/swfdec-plugin/Makefile --- ports.orig/www/swfdec-plugin/Makefile Thu Feb 23 05:39:44 2006 +++ ports/www/swfdec-plugin/Makefile Thu Feb 23 17:08:09 2006 @@ -2,7 +2,7 @@ # Date created: Jun 14, 2005 # Whom: anholt # -# $FreeBSD: ports/www/swfdec-plugin/Makefile,v 1.8 2006/02/23 10:39:44 ade Exp $ +# $FreeBSD$ # PORTNAME= swfdec-plugin @@ -26,15 +26,14 @@ BROKEN= Does not compile -USE_REINPLACE= yes USE_X_PREFIX= yes USE_SDL= sdl USE_GNOME= gnomehack gtk20 libartlgpl2 -USE_GSTREAMER= gconf -USE_GETOPT_LONG=yes +USE_GSTREAMER80= gconf +USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/nspr" \ +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .if defined(WITH_MOZILLA) && ${WITH_MOZILLA}=="firefox" diff -ruN --exclude=CVS ports.orig/www/swfdec-plugin/distinfo ports/www/swfdec-plugin/distinfo --- ports.orig/www/swfdec-plugin/distinfo Mon Jan 23 22:14:11 2006 +++ ports/www/swfdec-plugin/distinfo Thu Jan 19 21:56:14 2006 @@ -1,3 +1,2 @@ MD5 (swfdec-0.3.5.tar.gz) = cc40397d7784efee549fb7853b01cac3 -SHA256 (swfdec-0.3.5.tar.gz) = 23094a5ec8f2a23c78e09b5a30dde8d0dc66d3d6488a4b9ea58b3bfb3943c06b SIZE (swfdec-0.3.5.tar.gz) = 512041 diff -ruN --exclude=CVS ports.orig/x11/gnomeapplets2/Makefile ports/x11/gnomeapplets2/Makefile --- ports.orig/x11/gnomeapplets2/Makefile Thu Feb 23 05:39:48 2006 +++ ports/x11/gnomeapplets2/Makefile Sun Mar 26 01:25:45 2006 @@ -31,7 +31,7 @@ INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ gail gnomedocutils -USE_GSTREAMER= yes +USE_GSTREAMER80= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ diff -ruN --exclude=CVS ports.orig/x11-toolkits/gstreamer-plugins-pango80/Makefile ports/x11-toolkits/gstreamer-plugins-pango80/Makefile --- ports.orig/x11-toolkits/gstreamer-plugins-pango80/Makefile Wed Dec 31 19:00:00 1969 +++ ports/x11-toolkits/gstreamer-plugins-pango80/Makefile Fri Feb 24 19:40:47 2006 @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-pango +# Date created: 3 Oct 2004 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom: ports/x11-toolkits/gstreamer-plugins-pango80/Makefile,v 1.2 2006/02/25 00:40:47 marcus Exp $ +# + +CATEGORIES= x11-toolkits +PORTREVISION= 2 + +COMMENT= Gstreamer pango textoverlay plugin + +GST_PLUGIN= pango + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" diff -ruN --exclude=CVS ports.orig/x11-toolkits/wxgtk26/Makefile ports/x11-toolkits/wxgtk26/Makefile --- ports.orig/x11-toolkits/wxgtk26/Makefile Mon Jan 30 22:00:52 2006 +++ ports/x11-toolkits/wxgtk26/Makefile Sun Mar 5 14:15:06 2006 @@ -2,11 +2,12 @@ # Date created: June 27, 2004 # Whom: fjoe@FreeBSD.ORG # -# $FreeBSD: ports/x11-toolkits/wxgtk26/Makefile,v 1.23 2006/01/31 03:00:52 kuriyama Exp $ +# $FreeBSD$ # PORTNAME= wx PORTVERSION= 2.6.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wxwindows @@ -20,8 +21,7 @@ jpeg.9:${PORTSDIR}/graphics/jpeg\ tiff.4:${PORTSDIR}/graphics/tiff\ expat.6:${PORTSDIR}/textproc/expat2\ - mspack.1:${PORTSDIR}/archivers/libmspack\ - gstinterfaces-0.8.1:${PORTSDIR}/multimedia/gstreamer-plugins + mspack.1:${PORTSDIR}/archivers/libmspack USE_BZIP2= yes USE_X_PREFIX= yes @@ -31,6 +31,7 @@ USE_GNOME= gtk20 USE_REINPLACE= yes GNU_CONFIGURE= yes +USE_GSTREAMER80=yes CONFIGURE_ARGS= --with-libpng=sys\ --with-libjpeg=sys\ --with-libtiff=sys\