mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-06 23:47:10 +00:00
extra/rhythmbox to 3.4.3-1
This commit is contained in:
parent
ed7b800fdd
commit
e995a16e5d
1 changed files with 17 additions and 12 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
|
||||
|
||||
|
@ -6,8 +5,8 @@
|
|||
# - configure with --disable-more-warnings to silence -Wcast-align on 32bit
|
||||
|
||||
pkgname=rhythmbox
|
||||
pkgver=3.4.2+4+ge123ad533
|
||||
pkgrel=2
|
||||
pkgver=3.4.3
|
||||
pkgrel=1
|
||||
pkgdesc="Music playback and management application"
|
||||
arch=(x86_64)
|
||||
license=(GPL)
|
||||
|
@ -28,8 +27,8 @@ optdepends=('gst-plugins-ugly: Extra media codecs'
|
|||
'libmtp: Portable Players - MTP plugin'
|
||||
'gvfs-mtp: Portable Players - Android plugin')
|
||||
options=('!emptydirs')
|
||||
_commit=e123ad533503b231f68612fcb92884c0f391c5b0 # master
|
||||
source=("git+https://git.gnome.org/browse/rhythmbox#commit=$_commit")
|
||||
_commit=8d0325421da990afab2e1c704648e1ad17378141 # tags/v3.4.3^0
|
||||
source=("git+https://gitlab.gnome.org/GNOME/rhythmbox.git#commit=$_commit")
|
||||
sha512sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
|
@ -44,12 +43,18 @@ prepare() {
|
|||
|
||||
build() {
|
||||
cd $pkgname
|
||||
./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--libexecdir=/usr/lib/rhythmbox \
|
||||
MOZILLA_PLUGINDIR=/usr/lib/epiphany/plugins \
|
||||
--localstatedir=/var --disable-static \
|
||||
--enable-daap --enable-python --enable-vala \
|
||||
--enable-gtk-doc --disable-more-warnings
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--libexecdir=/usr/lib/rhythmbox \
|
||||
--disable-browser-plugin \
|
||||
--disable-static \
|
||||
--enable-daap \
|
||||
--enable-gtk-doc \
|
||||
--enable-python \
|
||||
--enable-vala \
|
||||
--disable-more-warnings
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=655517
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
|
@ -63,7 +68,7 @@ check() {
|
|||
GSETTINGS_BACKEND=memory \
|
||||
GSETTINGS_SCHEMA_DIR="$PWD/tests" \
|
||||
CK_TIMEOUT_MULTIPLIER=3 \
|
||||
xvfb-run -a -n 63 -s '-extension GLX' make check
|
||||
xvfb-run -a -n 63 make check
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue