rpms/terminatorX/F-14 terminatorX-linking.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 terminatorX.spec, 1.5, 1.6

Orcan Ogetbil oget at rpmfusion.org
Thu Mar 3 05:09:31 CET 2011


Author: oget

Update of /cvs/free/rpms/terminatorX/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16301

Modified Files:
	.cvsignore sources terminatorX.spec 
Added Files:
	terminatorX-linking.patch 
Log Message:
* Tue Mar 01 2011 Orcan Ogetbil <oged[DOT]fedora[AT]gmail[DOT]com> - 3.83-1
- Update to 3.83


terminatorX-linking.patch:
 Makefile.am |    1 +
 Makefile.in |    1 +
 2 files changed, 2 insertions(+)

--- NEW FILE terminatorX-linking.patch ---
diff -rupN terminatorX-3.83.old/src/Makefile.am terminatorX-3.83/src/Makefile.am
--- terminatorX-3.83.old/src/Makefile.am	2004-10-29 16:37:11.000000000 -0400
+++ terminatorX-3.83/src/Makefile.am	2011-03-01 21:34:21.000000000 -0500
@@ -5,6 +5,7 @@ SUBDIRS = icons
 EXTRA_CFLAGS=-D_REENTRANT @DEPRECATED_FLAGS@
 AM_CFLAGS=@CFLAGS@ @GTK_CFLAGS@ $(EXTRA_CFLAGS)
 AM_CXXFLAGS=@CFLAGS@ @GTK_CFLAGS@  $(EXTRA_CFLAGS)
+AM_LDFLAGS=-ldl
 
 license.c: $(top_srcdir)/COPYING
 	@AWK@ -f $(srcdir)/licmak.awk < $(top_srcdir)/COPYING > $(srcdir)/license.c
diff -rupN terminatorX-3.83.old/src/Makefile.in terminatorX-3.83/src/Makefile.in
--- terminatorX-3.83.old/src/Makefile.in	2011-02-08 17:20:09.000000000 -0500
+++ terminatorX-3.83/src/Makefile.in	2011-03-01 21:34:50.000000000 -0500
@@ -237,6 +237,7 @@ SUBDIRS = icons
 EXTRA_CFLAGS = -D_REENTRANT @DEPRECATED_FLAGS@
 AM_CFLAGS = @CFLAGS@ @GTK_CFLAGS@ $(EXTRA_CFLAGS)
 AM_CXXFLAGS = @CFLAGS@ @GTK_CFLAGS@  $(EXTRA_CFLAGS)
+AM_LDFLAGS = -ldl
 BUILT_SOURCES = license.c
 terminatorX_DEPENDENCIES = license.c
 terminatorX_SOURCES = tX_endian.c tX_dialog.cc tX_widget.c wav_write.c \


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/terminatorX/F-14/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	4 Apr 2009 17:29:59 -0000	1.2
+++ .cvsignore	3 Mar 2011 04:09:31 -0000	1.3
@@ -1 +1 @@
-terminatorX-3.82.tar.gz
+terminatorX-3.83.tar.gz


Index: sources
===================================================================
RCS file: /cvs/free/rpms/terminatorX/F-14/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	4 Apr 2009 17:29:59 -0000	1.2
+++ sources	3 Mar 2011 04:09:31 -0000	1.3
@@ -1 +1 @@
-6faa4598f55d8727175576ce09bd1fac  terminatorX-3.82.tar.gz
+06c5de0dfe4eb4a67488d93f577a9437  terminatorX-3.83.tar.gz


Index: terminatorX.spec
===================================================================
RCS file: /cvs/free/rpms/terminatorX/F-14/terminatorX.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- terminatorX.spec	23 Oct 2009 08:12:54 -0000	1.5
+++ terminatorX.spec	3 Mar 2011 04:09:31 -0000	1.6
@@ -1,7 +1,7 @@
-Summary:       Realtime Audio Synthesizer
+Summary:       Real-time Audio Synthesizer
 Name:          terminatorX
-Version:       3.82
-Release:       4%{?dist}
+Version:       3.83
+Release:       1%{?dist}
 Group:         Applications/Multimedia
 License:       GPLv2+ and GFDL
 URL:           http://terminatorx.org/
@@ -9,6 +9,8 @@
 Patch0:        %{name}-gcc44.patch
 # To make the package buildable on ppc/ppc64:
 Patch1:        %{name}-endian_h.patch
+# Fix DSO linking
+Patch2:        %{name}-linking.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: alsa-lib-devel
@@ -37,16 +39,17 @@
 Requires(postun): scrollkeeper
 
 %description
-terminatorX is a realtime audio synthesizer that allows you to "scratch" on
+terminatorX is a real-time audio synthesizer that allows you to "scratch" on
 digitally sampled audio data (*.wav, *.au, *.ogg, *.mp3, etc.) the way 
-hiphop-DJs scratch on vinyl records. It features multiple turntables, realtime
-effects (buit-in as well as LADSPA plugin effects), a sequencer and an
+hiphop-DJs scratch on vinyl records. It features multiple turntables, real-time
+effects (buit-in as well as LADSPA plug-in effects), a sequencer and an
 easy-to-use gtk+ GUI.
 
 %prep
 %setup -q
 %patch0 -p1 -b .gcc44
 %patch1 -p1 -b .endian
+%patch2 -p1 -b .linking
 
 # To match the freedesktop standards
 sed -i 's|\.png||' gnome-support/%{name}.desktop
@@ -122,6 +125,9 @@
 
 
 %changelog
+* Tue Mar 01 2011 Orcan Ogetbil <oged[DOT]fedora[AT]gmail[DOT]com> - 3.83-1
+- Update to 3.83
+
 * Fri Oct 23 2009 Orcan Ogetbil <oged[DOT]fedora[AT]gmail[DOT]com> - 3.82-4
 - Update desktop file according to F-12 FedoraStudio feature
 



More information about the rpmfusion-commits mailing list