svn commit: r390874 - in head/multimedia: ffmpeg ffmpeg26 vlc x265
Adam Weinberger
adamw at FreeBSD.org
Mon Jun 29 00:29:00 UTC 2015
Author: adamw
Date: Mon Jun 29 00:28:58 2015
New Revision: 390874
URL: https://svnweb.freebsd.org/changeset/ports/390874
Log:
Update multimedia/x265 to 1.7, and bump PORTREVISION on its consumers.
Modified:
head/multimedia/ffmpeg/Makefile
head/multimedia/ffmpeg26/Makefile
head/multimedia/vlc/Makefile
head/multimedia/x265/Makefile
head/multimedia/x265/distinfo
head/multimedia/x265/pkg-plist
Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile Mon Jun 29 00:08:05 2015 (r390873)
+++ head/multimedia/ffmpeg/Makefile Mon Jun 29 00:28:58 2015 (r390874)
@@ -3,7 +3,7 @@
PORTNAME= ffmpeg
PORTVERSION= 2.3.6
-PORTREVISION= 5
+PORTREVISION= 6
PORTEPOCH= 1
CATEGORIES= multimedia audio ipv6 net
MASTER_SITES= http://ffmpeg.org/releases/
Modified: head/multimedia/ffmpeg26/Makefile
==============================================================================
--- head/multimedia/ffmpeg26/Makefile Mon Jun 29 00:08:05 2015 (r390873)
+++ head/multimedia/ffmpeg26/Makefile Mon Jun 29 00:28:58 2015 (r390874)
@@ -3,7 +3,7 @@
PORTNAME= ffmpeg
PORTVERSION= 2.6.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= multimedia audio ipv6 net
MASTER_SITES= http://ffmpeg.org/releases/
PKGNAMESUFFIX= 26
Modified: head/multimedia/vlc/Makefile
==============================================================================
--- head/multimedia/vlc/Makefile Mon Jun 29 00:08:05 2015 (r390873)
+++ head/multimedia/vlc/Makefile Mon Jun 29 00:28:58 2015 (r390874)
@@ -3,6 +3,7 @@
PORTNAME= vlc
DISTVERSION= 2.2.1
+PORTREVISION= 1
PORTEPOCH= 4
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
Modified: head/multimedia/x265/Makefile
==============================================================================
--- head/multimedia/x265/Makefile Mon Jun 29 00:08:05 2015 (r390873)
+++ head/multimedia/x265/Makefile Mon Jun 29 00:28:58 2015 (r390874)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= x265
-PORTVERSION= 1.6
+PORTVERSION= 1.7
CATEGORIES= multimedia
MASTER_SITES= http://bitbucket.org/multicoreware/${PORTNAME}/get/
DISTNAME= ${PORTVERSION}
@@ -18,7 +18,7 @@ BUILD_DEPENDS= yasm:${PORTSDIR}/devel/ya
USES= tar:bz2 cmake
USE_LDCONFIG= yes
-WRKSRC= ${WRKDIR}/multicoreware-${PORTNAME}-cbeb7d8a4880/source
+WRKSRC= ${WRKDIR}/multicoreware-${PORTNAME}-8425278def1e/source
post-patch:
@${REINPLACE_CMD} -e \
Modified: head/multimedia/x265/distinfo
==============================================================================
--- head/multimedia/x265/distinfo Mon Jun 29 00:08:05 2015 (r390873)
+++ head/multimedia/x265/distinfo Mon Jun 29 00:28:58 2015 (r390874)
@@ -1,2 +1,2 @@
-SHA256 (x265/1.6.tar.bz2) = b6e5ba47fce63d10d3678803e8427755e7b9fb8c6aa619e1a3ff3f4fc62b3382
-SIZE (x265/1.6.tar.bz2) = 642733
+SHA256 (x265/1.7.tar.bz2) = 133dd4d7121116e75c1664e2295d61c36dee7569718a714f37caefc5a1a521db
+SIZE (x265/1.7.tar.bz2) = 690022
Modified: head/multimedia/x265/pkg-plist
==============================================================================
--- head/multimedia/x265/pkg-plist Mon Jun 29 00:08:05 2015 (r390873)
+++ head/multimedia/x265/pkg-plist Mon Jun 29 00:28:58 2015 (r390874)
@@ -3,5 +3,5 @@ include/x265.h
include/x265_config.h
lib/libx265.a
lib/libx265.so
-lib/libx265.so.51
+lib/libx265.so.59
libdata/pkgconfig/x265.pc
More information about the svn-ports-head
mailing list