diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-17 13:40:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-17 13:40:15 +0800 |
commit | e9b3a15291b390d9e064694fbac3eaef71e0c09b (patch) | |
tree | 622decce12772c4b7bf778d3ba177ca42c521574 /multimedia/gstreamer80/Makefile | |
parent | 7e3001f1b0f7318b9c226ba0deb408046a8baa95 (diff) | |
download | marcuscom-ports-e9b3a15291b390d9e064694fbac3eaef71e0c09b.tar marcuscom-ports-e9b3a15291b390d9e064694fbac3eaef71e0c09b.tar.gz marcuscom-ports-e9b3a15291b390d9e064694fbac3eaef71e0c09b.tar.bz2 marcuscom-ports-e9b3a15291b390d9e064694fbac3eaef71e0c09b.tar.lz marcuscom-ports-e9b3a15291b390d9e064694fbac3eaef71e0c09b.tar.xz marcuscom-ports-e9b3a15291b390d9e064694fbac3eaef71e0c09b.tar.zst marcuscom-ports-e9b3a15291b390d9e064694fbac3eaef71e0c09b.zip |
Update to 0.8.0.
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2108 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer80/Makefile')
-rw-r--r-- | multimedia/gstreamer80/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/gstreamer80/Makefile b/multimedia/gstreamer80/Makefile index 4d711dfda..741f5f7d0 100644 --- a/multimedia/gstreamer80/Makefile +++ b/multimedia/gstreamer80/Makefile @@ -6,10 +6,11 @@ # PORTNAME= gstreamer -PORTVERSION= 0.7.6 +PORTVERSION= 0.8.0 CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.7 +MASTER_SITES= ${MASTER_SITE_GNOME} \ + http://gstreamer.freedesktop.org/src/gstreamer/ +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 DIST_SUBDIR= gnome2 MAINTAINER= lioux@FreeBSD.org @@ -47,11 +48,11 @@ MAN1= gst-complete-${GST_VERSION}.1 gst-compprep-${GST_VERSION}.1 \ gst-xmllaunch-${GST_VERSION}.1 PKG_CONFIG?="${LOCALBASE}/bin/pkg-config" -VERSION=0.8.0 +VERSION=0.8.1 GST_VERSION=${VERSION:C/..$//} # library minor number -SHLIB_VERSION= 0 +SHLIB_VERSION= 1 post-install: # register plugins |