From e9b871fe5b62ebdf1c2a817e28d7c301fcb82684 Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Wed, 15 Mar 2017 03:56:38 +0100 Subject: [PATCH] remove ffmpeg patch --- .SRCINFO | 6 ++---- PKGBUILD | 13 +++---------- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f16ffce..90dab1d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Wed Mar 8 02:34:17 UTC 2017 +# Wed Mar 15 02:56:16 UTC 2017 pkgbase = audacity-git pkgdesc = A program that lets you manipulate digital audio waveforms - pkgver = 2.1.2.r1719.g0efe931d + pkgver = 2.1.2.r1722.g2fef7f34 pkgrel = 1 url = http://www.audacityteam.org/ arch = i686 @@ -28,9 +28,7 @@ pkgbase = audacity-git conflicts = audacity options = !makeflags source = audacity::git+https://github.com/audacity/audacity.git - source = audacity-ffmpeg.patch sha1sums = SKIP - sha1sums = 5f1733a3802bcec7d9b54cb3ec8d7d81fc38fc61 pkgname = audacity-git diff --git a/PKGBUILD b/PKGBUILD index 3b43b65..ab22f04 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=audacity-git _pkgname=audacity -pkgver=2.1.2.r1719.g0efe931d +pkgver=2.1.2.r1722.g2fef7f34 pkgrel=1 pkgdesc="A program that lets you manipulate digital audio waveforms" arch=('i686' 'x86_64') @@ -26,21 +26,14 @@ makedepends=('cmake' 'python2' 'twolame') options=('!makeflags') provides=('audacity') conflicts=('audacity') -source=("$_pkgname::git+https://github.com/audacity/audacity.git" - 'audacity-ffmpeg.patch') -sha1sums=('SKIP' - '5f1733a3802bcec7d9b54cb3ec8d7d81fc38fc61') +source=("$_pkgname::git+https://github.com/audacity/audacity.git") +sha1sums=('SKIP') pkgver() { cd "$srcdir/$_pkgname" git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | cut -d'.' -f2- } -prepare() { - cd "$srcdir/$_pkgname" - patch -p1 -i "${srcdir}/audacity-ffmpeg.patch" -} - build() { cd "$srcdir/$_pkgname" ./configure --prefix=/usr --with-libsamplerate