Date: Thursday, March 30, 2023 @ 06:11:50
Author: arojas
Revision: 1431016
archrelease: copy trunk to community-x86_64
Added:
strawberry/repos/community-x86_64/PKGBUILD
(from rev 1431015, strawberry/trunk/PKGBUILD)
Deleted:
strawberry/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-30 06:11:42 UTC (rev 1431015)
+++ PKGBUILD 2023-03-30 06:11:50 UTC (rev 1431016)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Fabio 'Lolix' Loli <[email protected]> ->
https://github.com/FabioLolix
-
-pkgname=strawberry
-pkgver=1.0.16
-pkgrel=1
-pkgdesc='A music player aimed at audio enthusiasts and music collectors'
-arch=(x86_64)
-url='https://www.strawbs.org/'
-license=(GPL3)
-depends=(qt6-base chromaprint protobuf gst-plugins-base gst-plugins-good
udisks2 libcdio libgpod libmtp fftw)
-makedepends=(cmake boost qt6-tools)
-optdepends=('gst-libav: additional codecs'
- 'gst-plugins-bad: additional codecs'
- 'gst-plugins-ugly: additional codecs')
-source=(https://github.com/strawberrymusicplayer/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('1681f102f9b11e6abff56dbf4ab9d3264aa417a3a2da7eee7ac12867d86fb5af')
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_WITH_QT6=ON \
- -DCMAKE_CXX_FLAGS="$CXXFLAGS -DQT_NO_DEBUG_OUTPUT"
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: strawberry/repos/community-x86_64/PKGBUILD (from rev 1431015,
strawberry/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-30 06:11:50 UTC (rev 1431016)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Fabio 'Lolix' Loli <[email protected]> ->
https://github.com/FabioLolix
+
+pkgname=strawberry
+pkgver=1.0.17
+pkgrel=1
+pkgdesc='A music player aimed at audio enthusiasts and music collectors'
+arch=(x86_64)
+url='https://www.strawbs.org/'
+license=(GPL3)
+depends=(qt6-base chromaprint protobuf gst-plugins-base gst-plugins-good
udisks2 libcdio libgpod libmtp fftw)
+makedepends=(cmake boost qt6-tools)
+optdepends=('gst-libav: additional codecs'
+ 'gst-plugins-bad: additional codecs'
+ 'gst-plugins-ugly: additional codecs')
+source=(https://github.com/strawberrymusicplayer/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('d5a4af4202813f5b5eb81c202ba632f964493cc381730e15ee3f6106321a714a')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_WITH_QT6=ON \
+ -DCMAKE_CXX_FLAGS="$CXXFLAGS -DQT_NO_DEBUG_OUTPUT"
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}