diff --git a/audacity-1.3.6-locale.patch b/audacity-1.3.6-locale.patch new file mode 100644 index 0000000..2ceba62 --- /dev/null +++ b/audacity-1.3.6-locale.patch @@ -0,0 +1,11 @@ +--- locale/Makefile.in ++++ locale/Makefile.in +@@ -8,7 +8,7 @@ + # This makefile may be invoked to build either audacity.pot or any lang.mo + + PROGNAME=audacity +-LINGUAS=af ar bn bg ca cb cs cy da de el es eu fa fi fr ga gl he hu it ja ko lt mk nb nl oc pl pt_BR ro ru sk sl sv tg tr uk vi zh zh_TW ++LINGUAS=af ar bn bg ca cs cy da de el es eu fa fi fr ga gl he hu it ja km ko lt mk nb nl oc pl pt_BR ro ru sk sl sv tg tr uk vi zh zh_TW + # these languages are not generated because they are currently unmaintained and + # overlapped by another one: + # pt - Cleber maintains pt_BR, and we do not have a pt_PT maintainer. diff --git a/audacity-1.3.6-nosse.patch b/audacity-1.3.6-nosse.patch deleted file mode 100644 index 1036ffc..0000000 --- a/audacity-1.3.6-nosse.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- lib-src/soundtouch/source/SoundTouch/Makefile.am -+++ lib-src/soundtouch/source/SoundTouch/Makefile.am -@@ -35,7 +35,7 @@ - - # ??? test for -fcheck-new in configure.ac - # other compiler flags to add --AM_CXXFLAGS=-O3 -msse -fcheck-new -I../../include -+AM_CXXFLAGS=-O3 -fcheck-new -I../../include - - # other linking flags to add - #libSoundTouch_la_LIBADD= ---- lib-src/soundtouch/source/SoundTouch/Makefile.in -+++ lib-src/soundtouch/source/SoundTouch/Makefile.in -@@ -197,7 +197,7 @@ - - # ??? test for -fcheck-new in configure.ac - # other compiler flags to add --AM_CXXFLAGS = -O3 -msse -fcheck-new -I../../include -+AM_CXXFLAGS = -O3 -fcheck-new -I../../include - all: all-am - - .SUFFIXES: diff --git a/audacity-1.3.6-portaudio-shlib.patch b/audacity-1.3.6-portaudio-shlib.patch deleted file mode 100644 index 59176da..0000000 --- a/audacity-1.3.6-portaudio-shlib.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- configure.in -+++ configure.in -@@ -389,9 +389,5 @@ - AC_DEFINE(USE_PORTAUDIO_V19, 1, - [Define if PortAudio v19 is being used (instead of v18)]) - -- BUILDLIBS="$BUILDLIBS portaudio-v19/lib/libportaudio.a" -- EXTRAOBJS="$EXTRAOBJS ../lib-src/portaudio-v19/lib/libportaudio.a" -- CXXFLAGS="-I\$(top_srcdir)/lib-src/portaudio-v19/include $CXXFLAGS" -- - AC_CONFIG_SUBDIRS([lib-src/portaudio-v19]) - -@@ -544,5 +540,11 @@ - LIBS="$LIBS -lasound" - fi -+ -+ dnl BUILDLIBS="$BUILDLIBS portaudio-v19/lib/libportaudio.a" -+ dnl EXTRAOBJS="$EXTRAOBJS ../lib-src/portaudio-v19/lib/libportaudio.a" -+ dnl CXXFLAGS="-I../lib-src/portaudio-v19/pa_common $CXXFLAGS" -+ LIBS="$LIBS -lportaudio" -+ - PKG_CHECK_MODULES(JACK, jack, have_jack=yes, have_jack=no) - if [[ $have_jack = "yes" ]] ; then - LIBS="$LIBS $JACK_LIBS" diff --git a/audacity.changes b/audacity.changes index 18b4588..c17b4e0 100644 --- a/audacity.changes +++ b/audacity.changes @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Jan 12 13:19:49 CET 2009 - mseben@suse.cz + +- fixed Khmer translation file (*-locale.patch) +- added array-delete.patch to fix array delete (bnc#442936) +- added transparent desktop icon (audacity.png) +- obsolete *-portaudio-shlib.patch, *-nosse.patch +------------------------------------------------------------------- Thu Dec 11 11:08:05 CET 2008 - mseben@suse.cz - updated to version 1.3.6 diff --git a/audacity.png b/audacity.png index 4d64d3e..46608ac 100644 --- a/audacity.png +++ b/audacity.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c098ef1fb21d2fe04defd6be639665060f7c8ea46980690d50dcc187a679c28e -size 1746 +oid sha256:16b6365b41356ceda601af31ee166ff713291b59fc34ab0bf7dd4512424b6c48 +size 2157 diff --git a/audacity.spec b/audacity.spec index c3070f9..ea87841 100644 --- a/audacity.spec +++ b/audacity.spec @@ -24,7 +24,7 @@ BuildRequires: SDL-devel flac-devel gcc-c++ glib-devel id3lib-devel jack-devel %define DISTRIBUTABLE 1 Summary: A Free, Cross-Platform Digital Audio Editor Version: 1.3.6 -Release: 1 +Release: 2 License: GPL v2 or later Group: Productivity/Multimedia/Sound/Editors and Convertors BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -32,12 +32,11 @@ Url: http://audacity.sourceforge.net/ Source: %{name}-src-%{version}.tar.bz2 Source1: %{name}.desktop Source2: %{name}.png +Patch1: %{name}-%{version}-locale.patch Patch2: %{name}-%{version}-endian-fix.patch Patch3: %{name}-%{version}-font-fix.patch -Patch4: %{name}-%{version}-portaudio-shlib.patch Patch5: %{name}-%{version}-retval.patch Patch6: %{name}-%{version}-strict-aliasing.patch -Patch7: %{name}-%{version}-nosse.patch Patch8: %{name}-%{version}-compile.patch Patch9: %{name}-%{version}-modal-help-dialog.patch @@ -68,14 +67,14 @@ Authors: %prep %setup -q -n %{name}-src-%{version} +%patch1 %patch2 %patch3 -# build with local portaudio for now -# %patch4 %patch5 %patch6 %patch8 %patch9 +mv ./locale/cb.po ./locale/km.po %build %{?suse_update_config:%{suse_update_config -f . lib-src/*/.}} @@ -121,6 +120,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/mime/packages/audacity.xml %changelog +* Mon Jan 12 2009 mseben@suse.cz +- fixed Khmer translation file (*-locale.patch) +- added array-delete.patch to fix array delete (bnc#442936) +- added transparent desktop icon (audacity.png) +- obsolete *-portaudio-shlib.patch, *-nosse.patch * Thu Dec 11 2008 mseben@suse.cz - updated to version 1.3.6 Interface: