Author: baggins Date: Sun May 16 11:10:04 2010 GMT Module: packages Tag: HEAD ---- Log message: - 1.3.12 - don't try to pull MacOS header in portaudio headers - package hicolor icons
---- Files affected: packages/audacity: audacity.spec (1.85 -> 1.86) , audacity-no-macos.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/audacity/audacity.spec diff -u packages/audacity/audacity.spec:1.85 packages/audacity/audacity.spec:1.86 --- packages/audacity/audacity.spec:1.85 Wed May 12 14:24:51 2010 +++ packages/audacity/audacity.spec Sun May 16 13:09:58 2010 @@ -10,19 +10,20 @@ Summary(pl.UTF-8): Audacity - narzędzie do obróbki plików dźwiękowych Summary(ru.UTF-8): Кроссплатформенный звуковой редактор Name: audacity -Version: 1.3.11 -Release: 2 +Version: 1.3.12 +Release: 1 License: GPL Group: X11/Applications/Sound -Source0: http://audacity.googlecode.com/files/%{name}-minsrc-%{version}.tar.bz2 -# Source0-md5: 670937c483fb5273ceff9e38a82db55f +Source0: http://audacity.googlecode.com/files/%{name}-minsrc-%{version}-beta.tar.bz2 +# Source0-md5: 76996fec67181ca82ba191e012518b57 # Link from http://manual.audacityteam.org/index.php?title=Main_Page Source1: http://manual.audacityteam.org/help.zip -# Source1-md5: 95cd5f0f73116512e577592faa4fcb02 +# Source1-md5: 2043778cfd3c7df9b3774526e123d6d8 Source2: %{name}.desktop Source3: %{name}-icon.png Patch0: %{name}-system-libs.patch Patch1: %{name}-opt.patch +Patch2: %{name}-no-macos.patch URL: http://audacity.sourceforge.net/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -75,6 +76,7 @@ %setup -q -n %{name}-src-%{version}-beta %patch0 -p1 %patch1 -p1 +%patch2 -p1 sed -i 's/libmp3lame.so/libmp3lame.so.0/g' locale/*.po @@ -144,6 +146,12 @@ %{_desktopdir}/*.desktop %{_pixmapsdir}/*.png %{_datadir}/mime/packages/audacity.xml +%{_iconsdir}/hicolor/16x16/apps/audacity.png +%{_iconsdir}/hicolor/22x22/apps/audacity.png +%{_iconsdir}/hicolor/24x24/apps/audacity.png +%{_iconsdir}/hicolor/32x32/apps/audacity.png +%{_iconsdir}/hicolor/48x48/apps/audacity.png +%{_iconsdir}/hicolor/scalable/apps/audacity.svg %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -151,6 +159,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.86 2010/05/16 11:09:58 baggins +- 1.3.12 +- don't try to pull MacOS header in portaudio headers +- package hicolor icons + Revision 1.85 2010/05/12 12:24:51 baggins - rel 2 - fixed desktop categories ================================================================ Index: packages/audacity/audacity-no-macos.patch diff -u /dev/null packages/audacity/audacity-no-macos.patch:1.1 --- /dev/null Sun May 16 13:10:04 2010 +++ packages/audacity/audacity-no-macos.patch Sun May 16 13:09:58 2010 @@ -0,0 +1,11 @@ +--- audacity-src-1.3.12-beta/lib-src/portaudio-v19/include/pa_mac_core.h~ 2010-03-30 13:28:56.000000000 +0200 ++++ audacity-src-1.3.12-beta/lib-src/portaudio-v19/include/pa_mac_core.h 2010-05-16 12:51:23.740249675 +0200 +@@ -43,7 +43,7 @@ + * @brief CoreAudio-specific PortAudio API extension header file. + */ + +-#include <AudioUnit/AudioUnit.h> ++//#include <AudioUnit/AudioUnit.h> + //#include <AudioToolbox/AudioToolbox.h> + + #ifdef __cplusplus ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/audacity/audacity.spec?r1=1.85&r2=1.86&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
