diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-10 06:04:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-10 06:04:29 +0800 |
commit | 22d34abfe0470fff5a6d91f22f18df7bcd974814 (patch) | |
tree | 59bd6ee4e7f32ba5d86b0219d545f52e17e7c9ff /multimedia/gstreamer-plugins/Makefile | |
parent | bec720688c9744cf763b6da9b5248bddb2540d53 (diff) | |
download | marcuscom-ports-22d34abfe0470fff5a6d91f22f18df7bcd974814.tar marcuscom-ports-22d34abfe0470fff5a6d91f22f18df7bcd974814.tar.gz marcuscom-ports-22d34abfe0470fff5a6d91f22f18df7bcd974814.tar.bz2 marcuscom-ports-22d34abfe0470fff5a6d91f22f18df7bcd974814.tar.lz marcuscom-ports-22d34abfe0470fff5a6d91f22f18df7bcd974814.tar.xz marcuscom-ports-22d34abfe0470fff5a6d91f22f18df7bcd974814.tar.zst marcuscom-ports-22d34abfe0470fff5a6d91f22f18df7bcd974814.zip |
Update to 0.7.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2018 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins/Makefile')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index d8da128e8..85c862c44 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gstreamer -PORTVERSION= 0.7.5 +PORTVERSION= 0.7.6 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gst-plugins/0.7 @@ -17,7 +17,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= lioux@FreeBSD.org COMMENT= GStreamer written collection of plugins handling several media types -LIB_DEPENDS= gstreamer-0.7.7:${PORTSDIR}/multimedia/gstreamer \ +LIB_DEPENDS= gstreamer-0.8.0:${PORTSDIR}/multimedia/gstreamer \ popt.0:${PORTSDIR}/devel/popt USE_X_PREFIX= yes @@ -71,14 +71,15 @@ INSTALLS_SHLIB= yes # for various GNOME-related component detection WANT_GNOME= yes -MAN1= gst-launch-ext-${GST_VERSION}.1 gst-visualise-${GST_VERSION}.1 +MAN1= gst-launch-ext-0.7.1 gst-visualise-0.7.1 PKG_CONFIG?="${LOCALBASE}/bin/pkg-config" SDL_CONFIG?="${LOCALBASE}/bin/sdl11-config" -GST_VERSION=${PORTVERSION:C/..$//} +VERSION=0.8.0 +GST_VERSION=${VERSION:C/..$//} # library minor number -SHLIB_VERSION= 2 +SHLIB_VERSION= 0 post-patch: # as of this writing, FreeBSD does not support lrint* C99 math functions |