diff options
author | ahze <ahze@FreeBSD.org> | 2007-06-19 22:09:10 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-06-19 22:09:10 +0800 |
commit | 123a299dc58e206d1aac210d2719146c64e1c455 (patch) | |
tree | 0b925bd3d6b82c09d59ed17c645c1065c1aaead6 /multimedia/gstreamer-plugins | |
parent | ef252bd075b76a92984cc08d2c652decb524cbe0 (diff) | |
download | freebsd-ports-gnome-123a299dc58e206d1aac210d2719146c64e1c455.tar.gz freebsd-ports-gnome-123a299dc58e206d1aac210d2719146c64e1c455.tar.zst freebsd-ports-gnome-123a299dc58e206d1aac210d2719146c64e1c455.zip |
- Add support for upcoming plugins
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index d29ea48b94de..35e9b22df27d 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -285,6 +285,13 @@ gst_musicbrainz_PLIST_FILES= ${GST_LIB_DIR}/libgsttrm.so \ ${GST_LIB_DIR}/libgsttrm.la gst_musicbrainz_DIST= bad +# nas +gst_nas_LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas +gst_nas_DIST= bad +gst_nas_PLIST_FILES= ${GST_LIB_DIR}/libgstnassink.a \ + ${GST_LIB_DIR}/libgstnassink.la \ + ${GST_LIB_DIR}/libgstnassink.so + # neon gst_neon_LIB_DEPENDS+= neon.26:${PORTSDIR}/www/neon gst_neon_CONFIGURE_ENV+= NEON_CFLAGS="-I${LOCALBASE}/include/neon" @@ -320,6 +327,10 @@ gst_sidplay_PLIST_FILES= ${GST_LIB_DIR}/libgstsid.so \ ${GST_LIB_DIR}/libgstsid.la gst_sidplay_DIST= ugly +# sndfile +gst_sndfile_LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile +gst_sndfile_DIST= bad + # spc gst_spc_LIB_DEPENDS+= OpenSPC.3:${PORTSDIR}/audio/openspc gst_spc_DIST= bad @@ -340,6 +351,10 @@ gst_vorbis_LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis gst_vorbis_EXTRA_LIBS+= -lgsttag-${VERSION} -lgstaudio-${VERSION} gst_vorbis_DIST= base +# x264 +gst_x264_LIB_DEPENDS+= x264.50:${PORTSDIR}/multimedia/x264 +gst_x264_DIST= bad + # xvid gst_xvid_LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid gst_xvid_DIST= bad |