Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2c4a627adf029797f69d238237e9cdeb369d67d1
commit 2c4a627adf029797f69d238237e9cdeb369d67d1 Author: DeX77 <[email protected]> Date: Thu May 19 19:16:34 2016 +0200 audacity-2.1.1-2-x86_64 - remove: won't build with wxWidgets 3.1 diff --git a/source/xapps-extra/audacity/FrugalBuild b/source/xapps-extra/audacity/FrugalBuild deleted file mode 100644 index 0fff2c1..0000000 --- a/source/xapps-extra/audacity/FrugalBuild +++ /dev/null @@ -1,52 +0,0 @@ -# Compiling Time: 4.89 SBU -# Maintainer: Miklos Vajna <[email protected]> - - -pkgname=audacity -pkgver=2.1.1 -pkgrel=2 -pkgdesc="A program that lets you manipulate digital audio waveforms" -_F_archive_name='Audacity' -url="http://audacityteam.org" -depends=('wxwidgets' 'libvorbis' 'libid3tag' 'libmad' 'libogg' \ - 'libsamplerate' 'flac>=1.1.3' 'soundtouch' 'alsa-lib' \ - 'taglib' 'portaudio' 'ffmpeg' 'twolame') -# TODO: twolame -makedepends=('zip' 'cmake' 'x11-protos') -groups=('xapps-extra') -archs=('i686' 'x86_64') -options=('scriptlet') -#temp src for wx3 support -source=(https://github.com/audacity/audacity/archive/wx3-stable.tar.gz \ - audacity-ffmpeg.patch) -up2date="Flasttar https://github.com/audacity/audacity/releases" -sha1sums=('394233ef4d999d24c7a9454973f6e264b1069f97' \ - '5f1733a3802bcec7d9b54cb3ec8d7d81fc38fc61') - - -build() -{ - - export CXXFLAGS="$CXXFLAGS -fno-strict-aliasing" - Fcd audacity-wx3-stable - Fpatchall - WX_CONFIG=/usr/bin/wx-config Fconf \ - --enable-unicode \ - --with-portaudio \ - --with-portmixer \ - --with-libsamplerate=system \ - --without-libresample \ - --with-libmad=system \ - --with-id3tag=system \ - --with-flac=system \ - --with-vorbis=system \ - --with-libexpat=system \ - --with-libsndfile=system \ - --with-taglib=system \ - --with-ffmpeg=system \ - --with-twolame=system - make || Fdie - Fmakeinstall - Ffilerel images/AudacityLogo48x48.xpm /usr/share/$pkgname/$pkgname.xpm -} -# optimization OK diff --git a/source/xapps-extra/audacity/audacity-ffmpeg.patch b/source/xapps-extra/audacity/audacity-ffmpeg.patch deleted file mode 100644 index d0b9935..0000000 --- a/source/xapps-extra/audacity/audacity-ffmpeg.patch +++ /dev/null @@ -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( _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
