summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2019-01-02 23:48:23 +0100
committerFabioLolix2019-01-02 23:48:23 +0100
commit3c43b5d3c6f8d3a92b10513db3d81b195af4cb55 (patch)
tree1b8e5e0fddf134c0562ec72312375db202150bed
parent951dbca27bc3ceb9c963e7ee70b4d335d95bb987 (diff)
downloadaur-3c43b5d3c6f8d3a92b10513db3d81b195af4cb55.tar.gz
Deps and builds changes
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD20
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e309c734f482..25a9899fcdc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = strawberry-git
- pkgdesc = Bitperfect audio player and music collection organizer, fork of Clementine. gstreamer engine only
- pkgver = 0.4.1.r16.gb357634
+ pkgdesc = A music player aimed at audio enthusiasts and music collectors
+ pkgver = 0.4.2.r69.gd398018
pkgrel = 2
url = http://www.strawbs.org/
arch = x86_64
@@ -13,7 +13,6 @@ pkgbase = strawberry-git
makedepends = git
makedepends = cmake
makedepends = boost
- makedepends = libpulse
depends = chromaprint
depends = protobuf
depends = gst-plugins-base
@@ -25,8 +24,13 @@ pkgbase = strawberry-git
depends = dbus
depends = alsa-lib
depends = libcdio
- depends = taglib
- optdepends = libpulse: pulseaudio backend
+ depends = libpulse
+ depends = libimobiledevice
+ depends = libplist
+ depends = libusbmuxd
+ depends = libgpod
+ depends = libmtp
+ optdepends = gst-libav
optdepends = gst-plugins-bad
optdepends = gst-plugins-ugly
provides = strawberry
diff --git a/PKGBUILD b/PKGBUILD
index 863b9d94d45c..9ebbe644f8ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
pkgname=strawberry-git
-pkgver=0.4.1.r16.gb357634
+pkgver=0.4.2.r69.gd398018
pkgrel=2
-pkgdesc="Bitperfect audio player and music collection organizer, fork of Clementine. gstreamer engine only"
+pkgdesc="A music player aimed at audio enthusiasts and music collectors"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
url="http://www.strawbs.org/"
license=(GPL3)
depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-base qt5-x11extras
- sqlite3 udisks2 dbus alsa-lib
- libcdio taglib)
-#depends+=(libimobiledevice libplist libusbmuxd libgpod libmtp phonon-qt5 vlc xine-lib) #customize deps and flags at your needs
-makedepends=(git cmake boost libpulse)
-optdepends=('libpulse: pulseaudio backend'
+ sqlite3 udisks2 dbus alsa-lib libcdio
+ libpulse libimobiledevice libplist libusbmuxd libgpod libmtp)
+makedepends=(git cmake boost)
+optdepends=(gst-libav
gst-plugins-bad
gst-plugins-ugly)
provides=(strawberry)
@@ -34,12 +33,9 @@ build() {
cd "${pkgname/-git/}/strawberry-build"
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DUSE_SYSTEM_TAGLIB=ON \
+ -DUSE_SYSTEM_TAGLIB=OFF \
-DENABLE_STREAM_DEEZER=OFF \
- -DENABLE_IMOBILEDEVICE=OFF \
- -DENABLE_LIBGPOD=OFF \
- -DENABLE_LIBMTP=OFF \
- -DENABLE_LIBLASTFM=OFF \
+ -DENABLE_DEEZER=OFF \
-DENABLE_PHONON=OFF \
-DENABLE_SPARKLE=OFF \
-DENABLE_VLC=OFF \