[arch-commits] Commit in audacity/trunk (PKGBUILD audacity-ffmpeg.patch)

Antonio Rojas arojas at archlinux.org
Sat Mar 18 10:53:58 UTC 2017


    Date: Saturday, March 18, 2017 @ 10:53:57
  Author: arojas
Revision: 291028

Update to 2.1.3

Modified:
  audacity/trunk/PKGBUILD
Deleted:
  audacity/trunk/audacity-ffmpeg.patch

-----------------------+
 PKGBUILD              |   16 +++++-----------
 audacity-ffmpeg.patch |   30 ------------------------------
 2 files changed, 5 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-18 09:40:10 UTC (rev 291027)
+++ PKGBUILD	2017-03-18 10:53:57 UTC (rev 291028)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=audacity
-pkgver=2.1.2
-pkgrel=3
+pkgver=2.1.3
+pkgrel=1
 pkgdesc="A program that lets you manipulate digital audio waveforms"
 arch=('i686' 'x86_64')
 url="http://audacityteam.org"
@@ -12,18 +12,12 @@
          'ffmpeg' 'vamp-plugin-sdk' 'sbsms' 'portsmf' 'desktop-file-utils')
 makedepends=('cmake' 'python2')
 options=('!makeflags')
-source=(https://github.com/audacity/audacity/archive/Audacity-${pkgver}.zip
-        audacity-ffmpeg.patch)
-sha1sums=('ced07f7401bef12d7ec0bc033409c9baa956c5c5'
-          '5f1733a3802bcec7d9b54cb3ec8d7d81fc38fc61')
+source=(https://github.com/audacity/audacity/archive/Audacity-${pkgver}.zip)
+sha1sums=('616097deb29d3883ca2d858fcefda1550cdfbdf2')
 
-prepare() {
-  cd audacity-Audacity-${pkgver}
-  patch -p1 -i "${srcdir}/audacity-ffmpeg.patch"
-}
-
 build() {
   cd audacity-Audacity-${pkgver}
+  autoreconf -vi # use system libraries
   ./configure --prefix=/usr --with-libsamplerate
   make
 }

Deleted: audacity-ffmpeg.patch
===================================================================
--- audacity-ffmpeg.patch	2017-03-18 09:40:10 UTC (rev 291027)
+++ audacity-ffmpeg.patch	2017-03-18 10:53:57 UTC (rev 291028)
@@ -1,30 +0,0 @@
-diff -Naur audacity-src-2.0.6-orig/src/FFmpeg.h audacity-src-2.0.6/src/FFmpeg.h
---- audacity-src-2.0.6-orig/src/FFmpeg.h	2014-09-28 21:54:55.159636208 -0400
-+++ audacity-src-2.0.6/src/FFmpeg.h	2014-09-28 21:55:11.246276766 -0400
-@@ -688,7 +688,7 @@
-    FFMPEG_FUNCTION_WITH_RETURN(
-       AVOutputFormat*,
-       av_oformat_next,
--      (AVOutputFormat *f),
-+      (const AVOutputFormat *f),
-       (f)
-    );
-    FFMPEG_FUNCTION_WITH_RETURN(
-@@ -755,7 +755,7 @@
-    FFMPEG_FUNCTION_WITH_RETURN(
-       int,
-       av_fifo_size,
--      (AVFifoBuffer *f),
-+      (const AVFifoBuffer *f),
-       (f)
-    );
-    FFMPEG_FUNCTION_WITH_RETURN(
-@@ -801,7 +801,7 @@
-    FFMPEG_FUNCTION_WITH_RETURN(
-       AVDictionaryEntry *,
-       av_dict_get,
--      (AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags),
-+      (const AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags),
-       (m, key, prev, flags)
-    );
-    FFMPEG_FUNCTION_WITH_RETURN(



More information about the arch-commits mailing list