rpms/meterbridge/devel import.log, NONE, 1.1 meterbridge-gcc43.patch, NONE, 1.1 meterbridge.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orcan Ogetbil oget at fedoraproject.org
Wed May 6 23:43:51 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/meterbridge/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17087/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log meterbridge-gcc43.patch meterbridge.spec 
Log Message:
* Wed May  6 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.9.2-3
- prepare package for Fedora submission (SPEC file from PlanetCCRMA)



--- NEW FILE import.log ---
meterbridge-0_9_2-3_fc10:HEAD:meterbridge-0.9.2-3.fc10.src.rpm:1241653358

meterbridge-gcc43.patch:

--- NEW FILE meterbridge-gcc43.patch ---
diff -rupN meterbridge-0.9.2.old/src/jf_meters.c meterbridge-0.9.2/src/jf_meters.c
--- meterbridge-0.9.2.old/src/jf_meters.c	2003-06-05 07:23:07.000000000 -0400
+++ meterbridge-0.9.2/src/jf_meters.c	2009-05-06 01:21:14.000000000 -0400
@@ -12,7 +12,7 @@
 
 static float lp[MAX_METERS];
 static float tau_lp[MAX_METERS/2];
-static SDL_Rect buf_rect[MAX_METERS];
+SDL_Rect buf_rect[MAX_METERS];
 
 float tau(float *x, float *y, unsigned int n);
 
diff -rupN meterbridge-0.9.2.old/src/ppm_meters.c meterbridge-0.9.2/src/ppm_meters.c
--- meterbridge-0.9.2.old/src/ppm_meters.c	2003-06-05 05:40:06.000000000 -0400
+++ meterbridge-0.9.2/src/ppm_meters.c	2009-05-06 01:21:14.000000000 -0400
@@ -9,7 +9,7 @@
 #include "envelopes.h"
 
 static float lp[MAX_METERS];
-static SDL_Rect buf_rect[MAX_METERS];
+SDL_Rect buf_rect[MAX_METERS];
 
 void load_graphics_ppm()
 {
diff -rupN meterbridge-0.9.2.old/src/scope.c meterbridge-0.9.2/src/scope.c
--- meterbridge-0.9.2.old/src/scope.c	2003-06-05 05:21:38.000000000 -0400
+++ meterbridge-0.9.2/src/scope.c	2009-05-06 01:21:14.000000000 -0400
@@ -8,7 +8,7 @@
 #include "find_image.h"
 #include "envelopes.h"
 
-static SDL_Rect buf_rect[MAX_METERS];
+SDL_Rect buf_rect[MAX_METERS];
 
 void load_graphics_scope()
 {
diff -rupN meterbridge-0.9.2.old/src/vu_meters.c meterbridge-0.9.2/src/vu_meters.c
--- meterbridge-0.9.2.old/src/vu_meters.c	2003-06-05 07:08:52.000000000 -0400
+++ meterbridge-0.9.2/src/vu_meters.c	2009-05-06 01:21:14.000000000 -0400
@@ -8,7 +8,7 @@
 #include "find_image.h"
 
 static float lp[MAX_METERS];
-static SDL_Rect buf_rect[MAX_METERS];
+SDL_Rect buf_rect[MAX_METERS];
 
 void load_graphics_vu()
 {


--- NEW FILE meterbridge.spec ---
Name:          meterbridge
Summary:       Meter Bridge for JACK
Group:         Applications/Multimedia
Version:       0.9.2
Release:       3%{?dist}
URL:           http://plugin.org.uk/meterbridge/
Source0:       http://plugin.org.uk/%{name}/%{name}-%{version}.tar.gz
# Patch sent upstream via email (there is no bugtracker)
Patch0:        meterbridge-gcc43.patch
License:       GPL+
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: jack-audio-connection-kit-devel
BuildRequires: SDL_image-devel

%description
%{name} is a software meter bridge for the UNIX based JACK audio system.
It supports a number of different types of meter, rendered using the SDL
library and user-editable pixmaps.

%prep
%setup -q
%patch0 -p1 -b .gcc43

%build
export CPPFLAGS="%{optflags}"
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING
%{_bindir}/%{name}
%{_datadir}/%{name}/

%changelog
* Wed May  6 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.9.2-3
- prepare package for Fedora submission (SPEC file from PlanetCCRMA)

* Tue Feb  5 2008 Arnaud Gomes-do-Vale <Arnaud.Gomes at ircam.fr>
- rebuilt on CentOS 5

* Wed Dec  6 2006 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.9.2-2
- spec file tweaks, build for fc6

* Sat May 13 2006 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 
- same fix needed for fc5, should make a patch instead

* Wed Jul 13 2005 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 
- fix build on fc4/gcc4

* Thu Dec 30 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 
- spec file cleanup

* Mon May 10 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 
- added buildrequires

* Sat Nov  8 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.9.2-1
- added release tags, clean up spec file

* Tue Jun 10 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.9.2-1
- updated to version 0.9.2

* Sun Dec 15 2002 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.9.0-1
- 0.9.0, add patch to compile with jack 0.41

* Sat Oct 26 2002 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.0.6-1
- 0.0.6, added docs

* Fri Oct 11 2002 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu>
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/meterbridge/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 May 2009 21:20:09 -0000	1.1
+++ .cvsignore	6 May 2009 23:43:20 -0000	1.2
@@ -0,0 +1 @@
+meterbridge-0.9.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/meterbridge/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 May 2009 21:20:10 -0000	1.1
+++ sources	6 May 2009 23:43:21 -0000	1.2
@@ -0,0 +1 @@
+ef5d20761755c88e5b5a0c35f11f670e  meterbridge-0.9.2.tar.gz




More information about the fedora-extras-commits mailing list