Index: audio/strawberry/Makefile =================================================================== --- audio/strawberry/Makefile (nonexistent) +++ audio/strawberry/Makefile (working copy) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= strawberry +DISTVERSION= 0.6.10 +CATEGORIES= audio +MASTER_SITES= https://files.jkvinge.net/packages/strawberry/ + +MAINTAINER= menelkir@itroll.org +COMMENT= Fork of clementine with many features + +LICENSE= GPLv3 + +BUILD_DEPENDS= boost-libs>0:devel/boost-libs + +LIB_DEPENDS= libprotobuf.so:devel/protobuf \ + libgnutls.so:security/gnutls \ + libchromaprint.so:audio/chromaprint \ + libasound.so:audio/alsa-lib \ + libcdio.so:sysutils/libcdio \ + libmtp.so:multimedia/libmtp \ + libpulse.so:audio/pulseaudio \ + libfftw3.so:math/fftw3 \ + libtag.so:audio/taglib + +USES= compiler:gcc-c++11-lib cmake iconv desktop-file-utils \ + qt:5 sqlite gettext-runtime pkgconfig tar:xz +USE_QT= concurrent sql dbus x11extras widgets gui network core +USE_GSTREAMER1= yes + +NLS_USES= gettext + +.include Property changes on: audio/strawberry/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: audio/strawberry/distinfo =================================================================== --- audio/strawberry/distinfo (nonexistent) +++ audio/strawberry/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1589094677 +SHA256 (strawberry-0.6.10.tar.xz) = f5f601934d8b8f8113daadd563596c897146ade9b373d16b92eba969ddb22cf5 +SIZE (strawberry-0.6.10.tar.xz) = 9283932 Property changes on: audio/strawberry/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: audio/strawberry/files/patch-CMakeLists.txt =================================================================== --- audio/strawberry/files/patch-CMakeLists.txt (nonexistent) +++ audio/strawberry/files/patch-CMakeLists.txt (working copy) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2020-05-10 06:58:51 UTC ++++ CMakeLists.txt +@@ -200,7 +200,7 @@ pkg_check_modules(TAGLIB taglib) + # Some distros create their own version numbers for taglib so versions are not reliable anymore. + # Force to use our own copy of taglib unless USE_SYSTEM_TAGLIB is set. + +-option(USE_SYSTEM_TAGLIB "Use system taglib" OFF) ++option(USE_SYSTEM_TAGLIB "Use system taglib" ON) + if (TAGLIB_FOUND AND USE_SYSTEM_TAGLIB) + if (TAGLIB_VERSION VERSION_GREATER 1.11.1) + message(STATUS "Using system taglib library") Property changes on: audio/strawberry/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: audio/strawberry/pkg-descr =================================================================== --- audio/strawberry/pkg-descr (nonexistent) +++ audio/strawberry/pkg-descr (working copy) @@ -0,0 +1,3 @@ +Strawberry is a fork of clementine with many features. + +WWW: https://www.strawberrymusicplayer.org/ Property changes on: audio/strawberry/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: audio/strawberry/pkg-plist =================================================================== --- audio/strawberry/pkg-plist (nonexistent) +++ audio/strawberry/pkg-plist (working copy) @@ -0,0 +1,9 @@ +bin/strawberry +bin/strawberry-tagreader +share/applications/org.strawberrymusicplayer.strawberry.desktop +share/icons/hicolor/128x128/apps/strawberry.png +share/icons/hicolor/48x48/apps/strawberry.png +share/icons/hicolor/64x64/apps/strawberry.png +share/man/man1/strawberry-tagreader.1.gz +share/man/man1/strawberry.1.gz +share/metainfo/org.strawberrymusicplayer.strawberry.appdata.xml Property changes on: audio/strawberry/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property