Author: dtimms
Update of /cvs/free/rpms/audacity-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv461
Modified Files:
.cvsignore audacity-freeworld.spec sources
Log Message:
update to 1.3.14 beta release
add ffmpeg-0.8 patch from Leland Lucius
add patch to workaround gtypes-include problem
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/audacity-freeworld/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 26 Apr 2011 13:20:05 -0000 1.8
+++ .cvsignore 12 Dec 2011 13:41:32 -0000 1.9
@@ -1 +1 @@
-audacity-minsrc-1.3.13-beta.tar.bz2
+audacity-minsrc-1.3.14-beta.tar.bz2
Index: audacity-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/audacity-freeworld/devel/audacity-freeworld.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- audacity-freeworld.spec 5 May 2011 11:52:22 -0000 1.18
+++ audacity-freeworld.spec 12 Dec 2011 13:41:32 -0000 1.19
@@ -1,17 +1,29 @@
+# Compile options:
+# --with mp3 : enable mp3 support
+
Name: audacity-freeworld
-Version: 1.3.13
-Release: 0.4.beta%{?dist}
+Version: 1.3.14
+Release: 0.4%{?dist}
Summary: Multitrack audio editor
Group: Applications/Multimedia
License: GPLv2
URL:
http://audacity.sourceforge.net
-%define tartopdir audacity-src-%{version}-beta
%define realname audacity
Conflicts: %{realname}
-Source0:
http://downloads.sf.net/sourceforge/audacity/audacity-minsrc-%{version}-b...
+# use for upstream source releases:
+#Source0:
http://downloads.sf.net/sourceforge/audacity/audacity-minsrc-%{version}-b...
+Source0:
http://audacity.googlecode.com/files/audacity-minsrc-1.3.14-beta.tar.bz2
+%define tartopdir audacity-src-%{version}-beta
+
+# use for svn snapshot: [see package README for generation process]
+#Source0: audacity-minsrc-1.3.14-alpha-20111101.tar.bz2
+#%#define tartopdir audacity-src-%{version}-alpha-20111101
+
+# The manual is not versioned; it is essentially a work in progress
+Source1:
http://manual.audacityteam.org/help.zip
Patch1: audacity-1.3.7-libmp3lame-default.patch
Patch2: audacity-1.3.9-libdir.patch
@@ -20,6 +32,8 @@
# enable startup notification
# add categories Sequencer X-Jack AudioVideoEditing for F-12 Studio feature
Patch3: audacity-1.3.13-desktop.in.patch
+Patch4: audacity-1.3.14-gtypes.patch
+Patch5: audacity-1.3.14-ffmpeg-0.8.patch
Provides: audacity-nonfree = %{version}-%{release}
Obsoletes: audacity-nonfree < %{version}-%{release}
@@ -81,6 +95,8 @@
done
%patch3 -b .desktop.old
+%patch4 -b .gtypes
+%patch5 -b .ffmpeg.old
%build
@@ -151,6 +167,15 @@
%changelog
+* Tue Dec 13 2011 David Timms <iinet.net.au@dtimms> - 1.3.14-0.4
+- update to 1.3.14 beta release
+
+* Thu Dec 8 2011 David Timms <iinet.net.au@dtimms> -
1.3.14-0.3.alpha20111101svn11296
+- add ffmpeg-0.8 patch from Leland Lucius
+- add test patch to workaround gtypes-include problem
+
+* Tue Nov 1 2011 David Timms <iinet.net.au@dtimms> -
1.3.14-0.1.alpha20111101svn11296
+- update to 1.3.14 alpha svn snapshot
* Sat Apr 30 2011 David Timms <iinet.net.au@dtimms> - 1.3.13-0.4.beta
- fix files and dir ownership including -manual files in the main package
Index: sources
===================================================================
RCS file: /cvs/free/rpms/audacity-freeworld/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 26 Apr 2011 13:20:06 -0000 1.8
+++ sources 12 Dec 2011 13:41:32 -0000 1.9
@@ -1 +1 @@
-57be7fadb8c8dd17b8462c7ac1561d03 audacity-minsrc-1.3.13-beta.tar.bz2
+e7754757e7c3b543db9aa32180b0fb6f audacity-minsrc-1.3.14-beta.tar.bz2