[arch-commits] Commit in strawberry/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Apr 9 08:01:15 UTC 2020
Date: Thursday, April 9, 2020 @ 08:01:15
Author: arojas
Revision: 612986
archrelease: copy trunk to community-x86_64
Added:
strawberry/repos/community-x86_64/PKGBUILD
(from rev 612985, strawberry/trunk/PKGBUILD)
Deleted:
strawberry/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-09 08:00:55 UTC (rev 612985)
+++ PKGBUILD 2020-04-09 08:01:15 UTC (rev 612986)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Fabio 'Lolix' Loli <lolix at disroot.org> -> https://github.com/FabioLolix
-
-pkgname=strawberry
-pkgver=0.6.8
-pkgrel=1
-pkgdesc="A music player aimed at audio enthusiasts and music collectors"
-arch=(x86_64)
-url="https://www.strawbs.org/"
-license=(GPL3)
-depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-x11extras udisks2 libcdio libgpod libmtp fftw desktop-file-utils)
-makedepends=(cmake boost qt5-tools)
-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=('3c52968cf9c41ec8f36225df994f4ad47d1ddd34ac98a2e389094bac1592e8f6')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DUSE_SYSTEM_TAGLIB=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: strawberry/repos/community-x86_64/PKGBUILD (from rev 612985, strawberry/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-09 08:01:15 UTC (rev 612986)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Fabio 'Lolix' Loli <lolix at disroot.org> -> https://github.com/FabioLolix
+
+pkgname=strawberry
+pkgver=0.6.9
+pkgrel=1
+pkgdesc="A music player aimed at audio enthusiasts and music collectors"
+arch=(x86_64)
+url="https://www.strawbs.org/"
+license=(GPL3)
+depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-x11extras udisks2 libcdio libgpod libmtp fftw desktop-file-utils)
+makedepends=(cmake boost qt5-tools)
+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=('c0944d1af71102f46cef260526a974183caa4458faf60b1c2c1ebb8a0c08becd')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DUSE_SYSTEM_TAGLIB=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list