diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-06-30 16:45:52 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-30 18:18:46 -0300 |
| commit | fd43be669af0fa893e218e922958a918b09a688d (patch) | |
| tree | f66e4f9d9b5ccf904611ffb118981dfcd41a0b21 /testing | |
| parent | a129a211d2173d78793beb1ea1df04bb5d858b3b (diff) | |
| download | aports-fd43be669af0fa893e218e922958a918b09a688d.tar.bz2 aports-fd43be669af0fa893e218e922958a918b09a688d.tar.xz | |
testing/rhythmbox: upgrade to 3.4.3
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/rhythmbox/APKBUILD | 25 | ||||
| -rw-r--r-- | testing/rhythmbox/fix-preprocess-token.patch | 11 |
2 files changed, 10 insertions, 26 deletions
diff --git a/testing/rhythmbox/APKBUILD b/testing/rhythmbox/APKBUILD index 781eed4eb4..f738c3c2db 100644 --- a/testing/rhythmbox/APKBUILD +++ b/testing/rhythmbox/APKBUILD @@ -1,23 +1,20 @@ -# Maintainer: +# Maintainer: pkgname=rhythmbox -pkgver=3.4.2 -pkgrel=2 +pkgver=3.4.3 +pkgrel=0 pkgdesc="GNOME audio player" url="https://wiki.gnome.org/Apps/Rhythmbox" arch="all !s390x" -license="GPL" +license="GPL-2.0-or-later" depends="py3-gobject3" -depends_dev="gnome-desktop-dev gstreamer-dev libpeas-dev" -makedepends="$depends_dev tdb-dev libsoup-dev json-glib-dev totem-pl-parser-dev gmime-dev libmtp-dev gst-plugins-base-dev py-gobject3-dev libxslt libxml2-utils docbook-xml docbook-xsl itstool intltool" -install="" +depends_dev="gnome-desktop-dev libpeas-dev" +makedepends="$depends_dev tdb-dev libsoup-dev json-glib-dev totem-pl-parser-dev + gmime-dev libmtp-dev gst-plugins-base-dev py-gobject3-dev libxslt libxml2-utils + docbook-xml docbook-xsl itstool intltool gstreamer-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -source="https://download.gnome.org/sources/rhythmbox/3.4/rhythmbox-$pkgver.tar.xz - fix-preprocess-token.patch - " -builddir="$srcdir/rhythmbox-$pkgver" +source="https://download.gnome.org/sources/rhythmbox/3.4/rhythmbox-$pkgver.tar.xz" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -29,9 +26,7 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="275f7c6344c88c7331d433895d479517e7a4b854f6ae660abd79b3c324f5e7a06132fa44387443ec9ce50b20187e1abf1ec9683ec4bedbd4b17da6efece8399b rhythmbox-3.4.2.tar.xz -55f64648826eeb6cd97baf17907a70f24263c2ac41dfd6c136ea0de6f7c0c1574ac77164014dd0774c5b6f06eb4fbcedb463f259051ed708452c72ce098e7aba fix-preprocess-token.patch" +sha512sums="a3585c026037674345909e2050a4ccb22a75084f830f351b926f7fbfc84d200c8246b8da4bd72804e595929ab06d3c7b53d362675dde193746f40b0f38b7c493 rhythmbox-3.4.3.tar.xz" diff --git a/testing/rhythmbox/fix-preprocess-token.patch b/testing/rhythmbox/fix-preprocess-token.patch deleted file mode 100644 index cac6030dc3..0000000000 --- a/testing/rhythmbox/fix-preprocess-token.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/plugins/fmradio/rb-fm-radio-gst-src.c -+++ b/plugins/fmradio/rb-fm-radio-gst-src.c -@@ -178,7 +178,7 @@ - - GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, - GST_VERSION_MINOR, -- "rbsilencesrc", -+ rbsilencesrc, - "element to output silence", - plugin_init, - VERSION, |
