View | Details | Raw Unified | Return to bug 246342 | Differences between
and this patch

Collapse All | Expand All

(-)audio/strawberry/Makefile (+32 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	strawberry
4
DISTVERSION=	0.6.10
5
CATEGORIES=	audio
6
MASTER_SITES=	https://files.jkvinge.net/packages/strawberry/
7
8
MAINTAINER=	menelkir@itroll.org
9
COMMENT=	Fork of clementine with many features
10
11
LICENSE=	GPLv3
12
13
BUILD_DEPENDS=	boost-libs>0:devel/boost-libs
14
15
LIB_DEPENDS=	libprotobuf.so:devel/protobuf \
16
		libgnutls.so:security/gnutls \
17
		libchromaprint.so:audio/chromaprint \
18
		libasound.so:audio/alsa-lib \
19
		libcdio.so:sysutils/libcdio \
20
		libmtp.so:multimedia/libmtp \
21
		libpulse.so:audio/pulseaudio \
22
		libfftw3.so:math/fftw3 \
23
		libtag.so:audio/taglib
24
25
USES=		compiler:gcc-c++11-lib cmake iconv desktop-file-utils \
26
		qt:5 sqlite gettext-runtime pkgconfig tar:xz
27
USE_QT=		concurrent sql dbus x11extras widgets gui network core
28
USE_GSTREAMER1=	yes
29
30
NLS_USES=	gettext
31
32
.include <bsd.port.mk>
(-)audio/strawberry/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1589094677
2
SHA256 (strawberry-0.6.10.tar.xz) = f5f601934d8b8f8113daadd563596c897146ade9b373d16b92eba969ddb22cf5
3
SIZE (strawberry-0.6.10.tar.xz) = 9283932
(-)audio/strawberry/files/patch-CMakeLists.txt (+11 lines)
Line 0 Link Here
1
--- CMakeLists.txt.orig	2020-05-10 06:58:51 UTC
2
+++ CMakeLists.txt
3
@@ -200,7 +200,7 @@ pkg_check_modules(TAGLIB taglib)
4
 # Some distros create their own version numbers for taglib so versions are not reliable anymore.
5
 # Force to use our own copy of taglib unless USE_SYSTEM_TAGLIB is set.
6
 
7
-option(USE_SYSTEM_TAGLIB "Use system taglib" OFF)
8
+option(USE_SYSTEM_TAGLIB "Use system taglib" ON)
9
 if (TAGLIB_FOUND AND USE_SYSTEM_TAGLIB)
10
   if (TAGLIB_VERSION VERSION_GREATER 1.11.1)
11
     message(STATUS "Using system taglib library")
(-)audio/strawberry/pkg-descr (+3 lines)
Line 0 Link Here
1
Strawberry is a fork of clementine with many features.
2
3
WWW: https://www.strawberrymusicplayer.org/
(-)audio/strawberry/pkg-plist (+9 lines)
Line 0 Link Here
1
bin/strawberry
2
bin/strawberry-tagreader
3
share/applications/org.strawberrymusicplayer.strawberry.desktop
4
share/icons/hicolor/128x128/apps/strawberry.png
5
share/icons/hicolor/48x48/apps/strawberry.png
6
share/icons/hicolor/64x64/apps/strawberry.png
7
share/man/man1/strawberry-tagreader.1.gz
8
share/man/man1/strawberry.1.gz
9
share/metainfo/org.strawberrymusicplayer.strawberry.appdata.xml

Return to bug 246342