summaryrefslogtreecommitdiff
path: root/clementine
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-08-20 20:46:38 +0200
committerTim Biermann <tbier@posteo.de>2022-08-20 23:35:11 +0200
commitc6bd741301bf635d3b1551770d26974d004dc015 (patch)
tree02db4c1bfe813549a1363efde3fcea6303f495b2 /clementine
parent8e265fc4a2492ecf22b355b33d3a2d8622bc5a1a (diff)
downloadcontrib-c6bd741301bf635d3b1551770d26974d004dc015.tar.gz
contrib-c6bd741301bf635d3b1551770d26974d004dc015.tar.xz
clementine: 1.4.0rc1-733 -> 1.4.0rc2
Diffstat (limited to 'clementine')
-rw-r--r--clementine/.signature7
-rw-r--r--clementine/Pkgfile14
2 files changed, 10 insertions, 11 deletions
diff --git a/clementine/.signature b/clementine/.signature
index 22642f29d..ba16621c0 100644
--- a/clementine/.signature
+++ b/clementine/.signature
@@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF396zc2f8Qx15lmEgf7U2ppedcAsjyvmizCk4oCbAwUMXHT3k3jr1OE433gKH/Q36iIMHVhttwXxQdWLcLzuBCAo=
-SHA256 (Pkgfile) = b5c96b6952c6c688dc48fa928a3a0bdde68644dc44922c14ef31614f59943dea
+RWSagIOpLGJF33Z4MiTI7W6nyfEZBAj/dNm72vci+euBBP/8TCMF+OIRR8Yev/IGIMPamlKKjOLmgvB5fEjApQxuOJAJC7YnQw0=
+SHA256 (Pkgfile) = e492adfec536cda68b7d584cce7060317a3dd26b4c2243792c839dc13e9b94ff
SHA256 (.footprint) = 7a1b1a4c2faed55f8a14609ac4a658d76a07a42dfac537ab6945a08f29845c05
-SHA256 (clementine-1.4.0rc1-733.tar.gz) = 2925efd227cc9baa435cd2ddb14dc876d2ab4894e796a5a8bfb98f81e81a16f8
-SHA256 (clementine-gcc6.patch) = 05bd4dc0138eed084332fa1a688a96858418731f337f54e0d8ab0853123f40ee
+SHA256 (clementine-1.4.0rc2.tar.gz) = 2395efdef013aa65ec8b8521d549bf76dbde4f933867be3953f31553101ead63
diff --git a/clementine/Pkgfile b/clementine/Pkgfile
index ce29afb0c..4f86f418b 100644
--- a/clementine/Pkgfile
+++ b/clementine/Pkgfile
@@ -1,14 +1,12 @@
# Description: A music player and library organizer.
# URL: https://www.clementine-player.org/
# Maintainer: Danny Rawlins, crux at romster dot me
-# Depends on: boost crypto++ glew gst-plugins-bad gst-plugins-good gst-plugins-ugly protobuf qt5
+# Depends on: boost crypto++ glew glu gst-plugins-bad gst-plugins-good gst-plugins-ugly protobuf qt5
name=clementine
-version=1.4.0rc1-733
-_tag=$version-g679a0ee54
+version=1.4.0rc2
release=1
-source=(https://github.com/clementine-player/Clementine/archive/$_tag/$name-$version.tar.gz
- clementine-gcc6.patch)
+source=(https://github.com/clementine-player/Clementine/archive/$version/$name-$version.tar.gz)
build() {
# make sure we do not have ccache masquerade directory in PATH
@@ -17,9 +15,11 @@ build() {
PATH=$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}' | sed 's/:*$//')
# -Wl,--as-needed breaks linking
- LDFLAGS=$(echo ${LDFLAGS} | awk -v RS=' ' -v ORS=' ' '/-Wl,--as-needed/ {next} {print}')
+ #LDFLAGS=$(echo ${LDFLAGS} | awk -v RS=' ' -v ORS=' ' '/-Wl,--as-needed/ {next} {print}')
- cmake -S Clementine-$_tag -B build -G Ninja \
+ sed -e 's|CRYPTOPP cryptopp|CRYPTOPP libcryptopp|' -i Clementine-$version/CMakeLists.txt
+
+ cmake -S Clementine-$version -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \

Generated by cgit