[arch-commits] Commit in strawberry/repos (2 files)

Antonio Rojas arojas at archlinux.org
Sun Mar 3 17:50:48 UTC 2019


    Date: Sunday, March 3, 2019 @ 17:50:48
  Author: arojas
Revision: 437480

archrelease: copy trunk to community-staging-x86_64

Added:
  strawberry/repos/community-staging-x86_64/
  strawberry/repos/community-staging-x86_64/PKGBUILD
    (from rev 437479, strawberry/trunk/PKGBUILD)

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: strawberry/repos/community-staging-x86_64/PKGBUILD (from rev 437479, strawberry/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-03-03 17:50:48 UTC (rev 437480)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Fabio 'Lolix' Loli <lolix at disroot.org> -> https://github.com/FabioLolix
+
+pkgname=strawberry
+pkgver=0.5.2
+pkgrel=2
+pkgdesc="A music player aimed at audio enthusiasts and music collectors"
+arch=(x86_64)
+url="http://www.strawbs.org/"
+license=(GPL3)
+depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-x11extras udisks2 libcdio libgpod libmtp desktop-file-utils)
+makedepends=(cmake boost)
+optdepends=('gst-libav: additional codecs'
+            'gst-plugins-bad: additional codecs'
+            'gst-plugins-ugly: additional codecs')
+source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=('a7a1ad74fcd5039d21b1876814d258b53f7df3227b2c5522f5a403291c148244')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DUSE_SYSTEM_TAGLIB=ON \
+    -DENABLE_DEEZER=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list