diff options
author | adamw <adamw@FreeBSD.org> | 2015-04-20 03:50:47 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-04-20 03:50:47 +0800 |
commit | 817f8b5543906f3968d2f9531aec7dd929bce7ab (patch) | |
tree | d81cec11136572089bf3b179b52ba9e9de047b2e /multimedia | |
parent | abe7c2d57a60d566470e13623eea0dcfc29be522 (diff) | |
download | freebsd-ports-gnome-817f8b5543906f3968d2f9531aec7dd929bce7ab.tar.gz freebsd-ports-gnome-817f8b5543906f3968d2f9531aec7dd929bce7ab.tar.zst freebsd-ports-gnome-817f8b5543906f3968d2f9531aec7dd929bce7ab.zip |
Update x265 to 1.6, and bump PORTREVISION on its consumers for shlib
version change.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpeg/Makefile | 2 | ||||
-rw-r--r-- | multimedia/ffmpeg26/Makefile | 1 | ||||
-rw-r--r-- | multimedia/handbrake/Makefile | 2 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 2 | ||||
-rw-r--r-- | multimedia/x265/Makefile | 4 | ||||
-rw-r--r-- | multimedia/x265/distinfo | 4 | ||||
-rw-r--r-- | multimedia/x265/pkg-plist | 2 |
7 files changed, 9 insertions, 8 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 8b4c6297bd94..510e68e578d2 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.3.6 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ diff --git a/multimedia/ffmpeg26/Makefile b/multimedia/ffmpeg26/Makefile index 82b9f2962f78..4b99f78a4920 100644 --- a/multimedia/ffmpeg26/Makefile +++ b/multimedia/ffmpeg26/Makefile @@ -3,6 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.6.1 +PORTREVISION= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ PKGNAMESUFFIX= 26 diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile index 039cb0354515..1da46d2e1cc2 100644 --- a/multimedia/handbrake/Makefile +++ b/multimedia/handbrake/Makefile @@ -3,7 +3,7 @@ PORTNAME= handbrake PORTVERSION= 0.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://download.handbrake.fr/releases/${PORTVERSION}/ \ http://download.handbrake.fr/handbrake/contrib/:contrib \ diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index f94a39c70440..aa4ffc3dc92b 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.2.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ diff --git a/multimedia/x265/Makefile b/multimedia/x265/Makefile index 4da1c79a5fcb..5dd5992035b6 100644 --- a/multimedia/x265/Makefile +++ b/multimedia/x265/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= x265 -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= multimedia MASTER_SITES= http://bitbucket.org/multicoreware/${PORTNAME}/get/ DISTNAME= ${PORTVERSION} @@ -18,7 +18,7 @@ BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm USES= tar:bz2 cmake USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/multicoreware-${PORTNAME}-9f0324125f53/source +WRKSRC= ${WRKDIR}/multicoreware-${PORTNAME}-cbeb7d8a4880/source post-patch: @${REINPLACE_CMD} -e \ diff --git a/multimedia/x265/distinfo b/multimedia/x265/distinfo index e36e0de4dbfc..91997f3f5c69 100644 --- a/multimedia/x265/distinfo +++ b/multimedia/x265/distinfo @@ -1,2 +1,2 @@ -SHA256 (x265/1.5.tar.bz2) = da226cbe56938f85d5a3d123d1f5ca895795f2eac794e45af4b70047e03d8648 -SIZE (x265/1.5.tar.bz2) = 588263 +SHA256 (x265/1.6.tar.bz2) = b6e5ba47fce63d10d3678803e8427755e7b9fb8c6aa619e1a3ff3f4fc62b3382 +SIZE (x265/1.6.tar.bz2) = 642733 diff --git a/multimedia/x265/pkg-plist b/multimedia/x265/pkg-plist index 2b2dde68d915..82af565279b9 100644 --- a/multimedia/x265/pkg-plist +++ b/multimedia/x265/pkg-plist @@ -3,5 +3,5 @@ include/x265.h include/x265_config.h lib/libx265.a lib/libx265.so -lib/libx265.so.43 +lib/libx265.so.51 libdata/pkgconfig/x265.pc |