diff options
-rw-r--r-- | audio/gstreamer-plugins-ivorbis/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/audio/gstreamer-plugins-ivorbis/Makefile b/audio/gstreamer-plugins-ivorbis/Makefile index 0b9559b08827..2762db55c659 100644 --- a/audio/gstreamer-plugins-ivorbis/Makefile +++ b/audio/gstreamer-plugins-ivorbis/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/audio/gstreamer-plugins-ivorbis/Makefile,v 1.5 2008/03/19 14:05:29 ahze Exp $ # -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio COMMENT= Gstreamer integer only Ogg Vorbis decoder plugin diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 37802e7310d8..b0995654fadf 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -270,6 +270,8 @@ gst_gsm_DIST= bad # ivorbis gst_ivorbis_LIB_DEPENDS+= vorbisidec.1:${PORTSDIR}/audio/libtremor +gst_ivorbis_PLIST_FILES= ${GST_LIB_DIR}/libgstivorbis.la \ + ${GST_LIB_DIR}/libgstivorbis.so gst_ivorbis_DIST= bad # hal |