- Update to 0.6.0.
- Pet portlint. An overview of the changes: * OpenGL surface painting now works properly (used in, for example, Gwenview); * fixed the hue adjustment; * fixes to errors found by the static code analysis tool Krazy; * fixes for compatibility with newer VLC versions; * Blu-Ray support; * QML support; * lots of fixes for crashes, memory leaks, etc.
This commit is contained in:
parent
4a4cdf38e9
commit
359150d3c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303538
2 changed files with 7 additions and 8 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= phonon
|
||||
PORTVERSION= 0.5.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.6.0
|
||||
CATEGORIES= multimedia kde ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= ${PHONON_BRANCH}/${PORTNAME}/${PORTNAME}-backend${PKGNAMESUFFIX}/${PORTVERSION}/src
|
||||
|
@ -18,12 +17,10 @@ DIST_SUBDIR= KDE
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= VLC backend for Phonon
|
||||
|
||||
# Required in order to avoid conflicts with multimedia/phonon.
|
||||
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
|
||||
|
||||
LIB_DEPENDS= vlc:${PORTSDIR}/multimedia/vlc
|
||||
|
||||
PHONON_BRANCH= stable
|
||||
# Required in order to avoid conflicts with multimedia/phonon.
|
||||
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
|
||||
|
||||
USE_KDE4= kdehier kdeprefix automoc4
|
||||
USE_QT4= gui phonon \
|
||||
|
@ -32,6 +29,8 @@ USE_XZ= yes
|
|||
USE_CMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PHONON_BRANCH= stable
|
||||
|
||||
PLIST_SUB+= QT_PREFIX=${QT_PREFIX}
|
||||
|
||||
pre-su-install:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (KDE/phonon-backend-vlc-0.5.0.tar.xz) = 2256fe9fef74bcd165c24ae8e9b606a48264c9193a4a1da6ef0aaa02dad76388
|
||||
SIZE (KDE/phonon-backend-vlc-0.5.0.tar.xz) = 51388
|
||||
SHA256 (KDE/phonon-backend-vlc-0.6.0.tar.xz) = 1db140b67081e6f1bacdf88de88abca21edd1607c3d69dec35110c427aed133d
|
||||
SIZE (KDE/phonon-backend-vlc-0.6.0.tar.xz) = 54796
|
||||
|
|
Loading…
Reference in a new issue