summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2010-02-19 06:38:12 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2010-02-19 06:38:12 +0800
commit6069009a0e41762af1fbd8c71329d7e8a146d00c (patch)
tree627cec1d2df2e2677c0b082d85208c59363ea035 /multimedia/gstreamer-plugins/Makefile
parente503d6fce3ed517a7a9f9ca4260a719ca6cde109 (diff)
downloadmarcuscom-ports-6069009a0e41762af1fbd8c71329d7e8a146d00c.tar
marcuscom-ports-6069009a0e41762af1fbd8c71329d7e8a146d00c.tar.gz
marcuscom-ports-6069009a0e41762af1fbd8c71329d7e8a146d00c.tar.bz2
marcuscom-ports-6069009a0e41762af1fbd8c71329d7e8a146d00c.tar.lz
marcuscom-ports-6069009a0e41762af1fbd8c71329d7e8a146d00c.tar.xz
marcuscom-ports-6069009a0e41762af1fbd8c71329d7e8a146d00c.tar.zst
marcuscom-ports-6069009a0e41762af1fbd8c71329d7e8a146d00c.zip
Update good plugins to 0.10.18
Update base plugins to 0.10.26 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13642 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins/Makefile')
-rw-r--r--multimedia/gstreamer-plugins/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index a0bc78ee8..b39c93ab0 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -3,7 +3,7 @@
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD: ports/multimedia/gstreamer-plugins/Makefile,v 1.150 2009/12/21 07:07:52 ahze Exp $
-# $MCom: ports/multimedia/gstreamer-plugins/Makefile,v 1.121 2010/01/28 13:39:23 kwm Exp $
+# $MCom: ports/multimedia/gstreamer-plugins/Makefile,v 1.122 2010/02/09 14:43:27 kwm Exp $
#
PORTNAME= gstreamer
@@ -11,7 +11,7 @@ PORTVERSION?= ${BASE_PORTVERSION}
PORTREVISION?= 0
PORTEPOCH= 3
CATEGORIES?= multimedia audio
-MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/:base \
+MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \
http://gstreamer.freedesktop.org/src/gst-plugins-bad/:bad \
http://gstreamer.freedesktop.org/src/gst-plugins-good/:good \
http://gstreamer.freedesktop.org/src/gst-plugins-ugly/:ugly \
@@ -31,13 +31,13 @@ LIB_DEPENDS+= gstreamer-0.10.0:${PORTSDIR}/multimedia/gstreamer \
CFLAGS:= ${CFLAGS} -O2 -Wno-format
-BASE_PORTVERSION= 0.10.25.3
+BASE_PORTVERSION= 0.10.26
BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION}
BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX}
BAD_PORTVERSION= 0.10.17
BAD_DISTNAME= gst-plugins-bad-${BAD_PORTVERSION}
BAD_DISTFILE= ${BAD_DISTNAME}${EXTRACT_SUFX}
-GOOD_PORTVERSION= 0.10.17
+GOOD_PORTVERSION= 0.10.18
GOOD_DISTNAME= gst-plugins-good-${GOOD_PORTVERSION}
GOOD_DISTFILE= ${GOOD_DISTNAME}${EXTRACT_SUFX}
UGLY_PORTVERSION= 0.10.13