aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2010-06-03 16:55:01 +0800
committernetchild <netchild@FreeBSD.org>2010-06-03 16:55:01 +0800
commitaa6576c11d3d90739579337eb1b2c1a54b167cbd (patch)
treeea982f2f3c4daaaf492c891af591662bbcd9b451 /multimedia
parent34dfce6daed2a2959bd9d6899a7bb9f3d3382827 (diff)
downloadfreebsd-ports-gnome-aa6576c11d3d90739579337eb1b2c1a54b167cbd.tar.gz
freebsd-ports-gnome-aa6576c11d3d90739579337eb1b2c1a54b167cbd.tar.zst
freebsd-ports-gnome-aa6576c11d3d90739579337eb1b2c1a54b167cbd.zip
- update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to change it in a slave port which depends upon lame - bump portrevisions of ports which depend upon lame - done via a semi-automated way (manual review and fixup) - I tried to take care to not bump ports which only depend optionaly on lame (with a default of no dependency)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/arista/Makefile2
-rw-r--r--multimedia/avidemux2/Makefile2
-rw-r--r--multimedia/iso2mkv/Makefile2
-rw-r--r--multimedia/kdemultimedia4/Makefile1
-rw-r--r--multimedia/libquicktime-lame/Makefile1
-rw-r--r--multimedia/libquicktime/Makefile2
-rw-r--r--multimedia/mandvd/Makefile2
-rw-r--r--multimedia/mencoder/Makefile2
-rw-r--r--multimedia/mpeg4ip/Makefile2
-rw-r--r--multimedia/mythtv-frontend/Makefile2
-rw-r--r--multimedia/mythtv/Makefile2
-rw-r--r--multimedia/ogmrip/Makefile1
-rw-r--r--multimedia/openmovieeditor/Makefile2
-rw-r--r--multimedia/transcode/Makefile2
-rw-r--r--multimedia/transkode/Makefile2
15 files changed, 15 insertions, 12 deletions
diff --git a/multimedia/arista/Makefile b/multimedia/arista/Makefile
index f466f95186eb..4002c3d565ee 100644
--- a/multimedia/arista/Makefile
+++ b/multimedia/arista/Makefile
@@ -7,7 +7,7 @@
PORTNAME= arista
PORTVERSION= 0.9.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= http://programmer-art.org/media/releases/arista-transcoder/ \
http://launchpadlibrarian.net/28489828/
diff --git a/multimedia/avidemux2/Makefile b/multimedia/avidemux2/Makefile
index cfb31687df42..6a16f1981eb3 100644
--- a/multimedia/avidemux2/Makefile
+++ b/multimedia/avidemux2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= avidemux2
PORTVERSION= 2.4.4
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_BERLIOS} \
SF/avidemux/avidemux/${PORTVERSION}
diff --git a/multimedia/iso2mkv/Makefile b/multimedia/iso2mkv/Makefile
index 9cf34236c00e..d4dede48b2f2 100644
--- a/multimedia/iso2mkv/Makefile
+++ b/multimedia/iso2mkv/Makefile
@@ -7,7 +7,7 @@
PORTNAME= iso2mkv
PORTVERSION= 0.8.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= multimedia
MASTER_SITES= http://5ko.free.fr/dl/
DISTNAME= ${PORTNAME}
diff --git a/multimedia/kdemultimedia4/Makefile b/multimedia/kdemultimedia4/Makefile
index e6cde23802f9..9b7389ffa33d 100644
--- a/multimedia/kdemultimedia4/Makefile
+++ b/multimedia/kdemultimedia4/Makefile
@@ -6,6 +6,7 @@
PORTNAME= kdemultimedia
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION?= 1
CATEGORIES= multimedia kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
diff --git a/multimedia/libquicktime-lame/Makefile b/multimedia/libquicktime-lame/Makefile
index 241a32475da1..99eb960f39d5 100644
--- a/multimedia/libquicktime-lame/Makefile
+++ b/multimedia/libquicktime-lame/Makefile
@@ -8,6 +8,7 @@
PORTNAME= libquicktime
CATEGORIES= multimedia
PKGNAMESUFFIX= -lame
+PORTREVISION= 5
MAINTAINER= mm@FreeBSD.org
COMMENT= LAME plugin for libquicktime
diff --git a/multimedia/libquicktime/Makefile b/multimedia/libquicktime/Makefile
index 980b48be918d..9faf8fdfb518 100644
--- a/multimedia/libquicktime/Makefile
+++ b/multimedia/libquicktime/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libquicktime
PORTVERSION= 1.1.5
-PORTREVISION= 4
+PORTREVISION?= 4
CATEGORIES= multimedia
MASTER_SITES= SF
diff --git a/multimedia/mandvd/Makefile b/multimedia/mandvd/Makefile
index 3069a25611d3..bd4b14a3355f 100644
--- a/multimedia/mandvd/Makefile
+++ b/multimedia/mandvd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mandvd
DISTVERSION= 2.4
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= multimedia kde
MASTER_SITES= http://csgib36.ifrance.com/FTP/
DISTNAME= ManDVD
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile
index a0bfc52fa0c4..fbad59c315bf 100644
--- a/multimedia/mencoder/Makefile
+++ b/multimedia/mencoder/Makefile
@@ -6,7 +6,7 @@
PORTNAME= mencoder
PORTVERSION= ${MPLAYER_PORT_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
COMMENT= Convenient video file and movie encoder
NO_PACKAGE= Port has restricted dependencies
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile
index 4a506a1d3df8..1e4d44a9dee1 100644
--- a/multimedia/mpeg4ip/Makefile
+++ b/multimedia/mpeg4ip/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mpeg4ip
PORTVERSION= 1.6.1
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= multimedia audio ipv6 net
MASTER_SITES= LOCAL/ahze
# http://sourceforge.net/forum/forum.php?thread_id=1839453&forum_id=59136
diff --git a/multimedia/mythtv-frontend/Makefile b/multimedia/mythtv-frontend/Makefile
index 7a139838781f..aa7226a20fbd 100644
--- a/multimedia/mythtv-frontend/Makefile
+++ b/multimedia/mythtv-frontend/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mythtv-frontend
PORTVERSION= 0.22
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://ftp.osuosl.org/pub/mythtv/ \
http://ftp.oregonstate.edu/pub/mythtv/
diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile
index 90ad43e179df..ea412a8691e1 100644
--- a/multimedia/mythtv/Makefile
+++ b/multimedia/mythtv/Makefile
@@ -8,7 +8,7 @@
PORTNAME= mythtv
PORTVERSION= 0.22
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= ftp://ftp.osuosl.org/pub/mythtv/ \
LOCAL/glarkin
diff --git a/multimedia/ogmrip/Makefile b/multimedia/ogmrip/Makefile
index c36fc697ae83..361e41256c4b 100644
--- a/multimedia/ogmrip/Makefile
+++ b/multimedia/ogmrip/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ogmrip
PORTVERSION= 0.13.5
+PORTREVISION?= 1
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}
diff --git a/multimedia/openmovieeditor/Makefile b/multimedia/openmovieeditor/Makefile
index 0dbbd21514a5..989a3556af00 100644
--- a/multimedia/openmovieeditor/Makefile
+++ b/multimedia/openmovieeditor/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openmovieeditor
PORTVERSION= 0.0.20090105
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= SF
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile
index 47cf46271997..73f6f9ae924f 100644
--- a/multimedia/transcode/Makefile
+++ b/multimedia/transcode/Makefile
@@ -7,7 +7,7 @@
PORTNAME= transcode
PORTVERSION= 1.1.5
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_BERLIOS} \
http://fromani.exit1.org/
diff --git a/multimedia/transkode/Makefile b/multimedia/transkode/Makefile
index 9b8e1a72ccb8..537acfbb1154 100644
--- a/multimedia/transkode/Makefile
+++ b/multimedia/transkode/Makefile
@@ -7,7 +7,7 @@
PORTNAME= transkode
PORTVERSION= 0.7
-PORTREVISION= 9
+PORTREVISION= 10
PORTEPOCH= 1
CATEGORIES= multimedia audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}