summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Gorodinsky2019-04-16 16:39:24 +0300
committerEugene Gorodinsky2019-04-16 16:39:24 +0300
commit537dcb415d50914173151f02c19bcfbb42968b1a (patch)
tree1a0f92b769ae14830305701054ef6347098c52cc
parent4d2cdfcde569d8a66d6175530a50f0c08e66c579 (diff)
downloadaur-537dcb415d50914173151f02c19bcfbb42968b1a.tar.gz
add ffmpeg patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03cb3948368b..e067cafe53f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mpd-lightest
pkgdesc = "Lightest" mpd version with everything disabled. Modify PKGBUILD and enable the features and flags you need
pkgver = 0.21.7
- pkgrel = 1
+ pkgrel = 2
url = https://www.musicpd.org/
install = mpd.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7287252ea82c..106d6fa05a7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=mpd-lightest
pkgver=0.21.7
_majorver=0.21
-pkgrel=1
+pkgrel=2
pkgdesc='"Lightest" mpd version with everything disabled. Modify PKGBUILD and enable the features and flags you need'
url='https://www.musicpd.org/'
license=('GPL')
@@ -31,6 +31,7 @@ install=mpd.install
prepare() {
cd "${srcdir}/mpd-${pkgver}"
patch --input="${srcdir}/../meson.patch"
+ patch -p0 -R --input="${srcdir}/../ffmpeg.patch"
install -d build
}