aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-07-28 20:08:18 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-07-28 20:08:18 +0000
commitcede34a5e55f8318bb15a9a8b8f0dd668e0d4201 (patch)
tree6238858f2d85c6d11b66288243528f3694cdee6d
parentcafe5281833516db6d9dd09e100a5387ece40760 (diff)
downloadports-cede34a5e55f8318bb15a9a8b8f0dd668e0d4201.tar.gz
ports-cede34a5e55f8318bb15a9a8b8f0dd668e0d4201.zip
Update to 0.7.2.
* Initialize libvlc with appropriate arguments on OS X * Prevent libvlc 2.2 argument warnings by not using the deprecated --album-art argument when building against 2.2. This argument will be removed entirely in a future feature release as its presence only reflected the libvlc default behavior anyway. * Ensure playback is terminated when encountering an invalid queued MediaSource [#330154]. * Prevent a crash when when GUIs call setCdTrack on a not-yet-ready MediaPlayer [#329121].
Notes
Notes: svn path=/head/; revision=363244
-rw-r--r--multimedia/phonon-vlc/Makefile3
-rw-r--r--multimedia/phonon-vlc/distinfo4
2 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/phonon-vlc/Makefile b/multimedia/phonon-vlc/Makefile
index c9bd2e7e6301..c172254aa11a 100644
--- a/multimedia/phonon-vlc/Makefile
+++ b/multimedia/phonon-vlc/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= phonon
-PORTVERSION= 0.7.1
-PORTREVISION= 3
+PORTVERSION= 0.7.2
CATEGORIES= multimedia kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend${PKGNAMESUFFIX}/${PORTVERSION}
PKGNAMESUFFIX= -vlc
diff --git a/multimedia/phonon-vlc/distinfo b/multimedia/phonon-vlc/distinfo
index 2f400a681344..4490d6bcbc6b 100644
--- a/multimedia/phonon-vlc/distinfo
+++ b/multimedia/phonon-vlc/distinfo
@@ -1,2 +1,2 @@
-SHA256 (KDE/phonon-backend-vlc-0.7.1.tar.xz) = 230bb7f3377fd6e82b19d9438026308d7584ae34945cb5aa9fdb23f39980158e
-SIZE (KDE/phonon-backend-vlc-0.7.1.tar.xz) = 58876
+SHA256 (KDE/phonon-backend-vlc-0.7.2.tar.xz) = 0a788360df2e3439efefacae70b73252c1e1d4a7ad08f4d93301d77a915d95a9
+SIZE (KDE/phonon-backend-vlc-0.7.2.tar.xz) = 58988