svn commit: r470986 - in head/audio/clementine-player: . files
Sean Bruno
sbruno at FreeBSD.org
Sun May 27 15:05:39 UTC 2018
Author: sbruno
Date: Sun May 27 15:05:37 2018
New Revision: 470986
URL: https://svnweb.freebsd.org/changeset/ports/470986
Log:
audio/clementine-player
- The upstream hasn't done a full "release" in quite a few years. There
is plenty of commit activity and development however. Switch to just
using their github tree directly at a "stable" release.
- Remove a few patches that have been accepted upstream or deprecated.
- Explicitly use libimobiledevice when GPOD is selected.
- Explicitly USE_GL= gl glue
- Explicitly USE_XORG=x11
I've been using this version on my desktop for a week now with no errors
noted. Lightly reviewed by mat@
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D15544
Deleted:
head/audio/clementine-player/files/patch-git_ded3126
head/audio/clementine-player/files/patch-src_internet_vk_vkconnection.h
Modified:
head/audio/clementine-player/Makefile
head/audio/clementine-player/distinfo
Modified: head/audio/clementine-player/Makefile
==============================================================================
--- head/audio/clementine-player/Makefile Sun May 27 14:41:44 2018 (r470985)
+++ head/audio/clementine-player/Makefile Sun May 27 15:05:37 2018 (r470986)
@@ -2,8 +2,9 @@
# $FreeBSD$
PORTNAME= clementine
-PORTVERSION= 1.3.1
-PORTREVISION= 21
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.3.1-441
+DISTVERSIONSUFFIX= -gc01b7bc
CATEGORIES= audio
PKGNAMESUFFIX= -player
@@ -36,7 +37,8 @@ USES= cmake \
pkgconfig \
sqlite
-USE_GL= glew
+USE_GL= gl glew glu
+USE_XORG= x11
CONFLICTS_BUILD= qt-3.*
USE_QT4= corelib \
@@ -170,7 +172,8 @@ GOOGLE_DRIVE_CMAKE_OFF= -DENABLE_GOOGLE_DRIVE=OFF
GPOD_LIB_DEPENDS= libgpod.so:audio/libgpod \
libplist.so:devel/libplist \
- libusbmuxd.so:comms/libusbmuxd
+ libusbmuxd.so:comms/libusbmuxd \
+ libimobiledevice.so:comms/libimobiledevice
GPOD_CMAKE_ON= -DENABLE_LIBGPOD=ON
GPOD_CMAKE_OFF= -DENABLE_LIBGPOD=OFF
Modified: head/audio/clementine-player/distinfo
==============================================================================
--- head/audio/clementine-player/distinfo Sun May 27 14:41:44 2018 (r470985)
+++ head/audio/clementine-player/distinfo Sun May 27 15:05:37 2018 (r470986)
@@ -1,2 +1,3 @@
-SHA256 (clementine-player-Clementine-1.3.1_GH0.tar.gz) = f885931a9ab7c88607d07b50c64fcce46fc05f13dd2c0a04188c94eff938f37c
-SIZE (clementine-player-Clementine-1.3.1_GH0.tar.gz) = 8501827
+TIMESTAMP = 1527263085
+SHA256 (clementine-player-Clementine-v1.3.1-441-gc01b7bc_GH0.tar.gz) = 78082a523dc21b6ddf17fd7bd3ab7734634bce93dacdc1a50efb4dda4e346be6
+SIZE (clementine-player-Clementine-v1.3.1-441-gc01b7bc_GH0.tar.gz) = 8468459
More information about the svn-ports-all
mailing list