diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 08:14:54 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 08:14:54 +0800 |
commit | 32f4b98d364ab7e634b9cb207331927f82d0fd6e (patch) | |
tree | 5f22498747e470d9603c10d2048ed8c4582381ca /multimedia/gstreamer-pitfdll | |
parent | 407c21d3ed0cc59ee735e1c779ac1b7958a3528b (diff) | |
download | marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar.gz marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar.bz2 marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar.lz marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar.xz marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar.zst marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.zip |
Update for new libtool world order.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5756 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-pitfdll')
-rw-r--r-- | multimedia/gstreamer-pitfdll/Makefile | 3 | ||||
-rw-r--r-- | multimedia/gstreamer-pitfdll/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/gstreamer-pitfdll/Makefile b/multimedia/gstreamer-pitfdll/Makefile index c72ce3ded..14d4fbe2e 100644 --- a/multimedia/gstreamer-pitfdll/Makefile +++ b/multimedia/gstreamer-pitfdll/Makefile @@ -7,6 +7,7 @@ PORTNAME= gstreamer-pitfdll PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pitfdll @@ -21,7 +22,7 @@ USE_X_PREFIX= yes ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GNOME= gnometarget USE_GSTREAMER80= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/multimedia/gstreamer-pitfdll/pkg-plist b/multimedia/gstreamer-pitfdll/pkg-plist index dcbf0c9a9..ad0f269ad 100644 --- a/multimedia/gstreamer-pitfdll/pkg-plist +++ b/multimedia/gstreamer-pitfdll/pkg-plist @@ -1,3 +1,4 @@ +lib/gstreamer-%%VERSION%%/libpitfdll.la lib/gstreamer-%%VERSION%%/libpitfdll.so @exec %%X11BASE%%/bin/gst-register-0.8 --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true @unexec %%X11BASE%%/bin/gst-register-0.8 --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true |