Updated to upstream version 0.20.2
This commit is contained in:
parent
a09033253f
commit
8d800a5aa5
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ guitarix-0.11.0.tar.bz2
|
|||||||
/guitarix2-0.19.0-svn1245.tar.bz2
|
/guitarix2-0.19.0-svn1245.tar.bz2
|
||||||
=======
|
=======
|
||||||
>>>>>>> eb2f8801040969d8acb50eb969b246f19feab35b
|
>>>>>>> eb2f8801040969d8acb50eb969b246f19feab35b
|
||||||
|
/guitarix2-0.20.2.tar.bz2
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -17,7 +17,7 @@ cleanup() {
|
|||||||
unset CDPATH
|
unset CDPATH
|
||||||
pwd=$(pwd)
|
pwd=$(pwd)
|
||||||
name=guitarix2
|
name=guitarix2
|
||||||
version=0.19.0
|
version=0.20.0
|
||||||
|
|
||||||
revision=$1
|
revision=$1
|
||||||
|
|
||||||
|
@ -2,25 +2,19 @@
|
|||||||
# project name remains guitarix however
|
# project name remains guitarix however
|
||||||
%global altname gx_head
|
%global altname gx_head
|
||||||
%global altname2 guitarix2
|
%global altname2 guitarix2
|
||||||
%global svnrevision svn1245
|
%global svnrevision svn1278
|
||||||
|
|
||||||
Name: guitarix
|
Name: guitarix
|
||||||
Version: 0.19.0
|
Version: 0.20.2
|
||||||
Release: 1.0.%{svnrevision}%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Mono amplifier to JACK
|
Summary: Mono amplifier to JACK
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://guitarix.sourceforge.net/
|
URL: http://guitarix.sourceforge.net/
|
||||||
#Source0: http://sourceforge.net/projects/%{name}/files/%{name}/%{altname2}-%{version}-%{svnrevision}.tar.bz2
|
Source0: http://sourceforge.net/projects/%{name}/files/%{name}/%{altname2}-%{version}.tar.bz2
|
||||||
Source0: %{altname2}-%{version}-%{svnrevision}.tar.bz2
|
|
||||||
# to grab source from svn: sh guitarix-snapshot.sh 1245
|
# to grab source from svn: sh guitarix-snapshot.sh 1245
|
||||||
Source1: guitarix-snapshot.sh
|
Source1: guitarix-snapshot.sh
|
||||||
# Correct FSF address - included upstream
|
|
||||||
Patch0: guitarix-fsf-address.patch
|
|
||||||
# Further correction of source
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
BuildRequires: boost-devel
|
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: faust
|
BuildRequires: faust
|
||||||
BuildRequires: fftw-devel
|
BuildRequires: fftw-devel
|
||||||
@ -75,12 +69,12 @@ and monocompressor ladspa plug-ins that come together with guitarix, but can
|
|||||||
also be used by any other ladspa host.
|
also be used by any other ladspa host.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{altname2}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
# The build system does not use these bundled libraries by default. But
|
# The build system does not use these bundled libraries by default. But
|
||||||
# just to make sure:
|
# just to make sure:
|
||||||
rm -fr src/zita-convolver src/zita-resampler
|
rm -fr src/zita-convolver src/zita-resampler
|
||||||
|
sed -i 's|boost_thread|boost_thread-mt|' wscript
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./waf -vv configure --prefix=%{_prefix} \
|
./waf -vv configure --prefix=%{_prefix} \
|
||||||
@ -107,12 +101,7 @@ chmod 644 %{buildroot}/%{_datadir}/%{altname}/skins/*
|
|||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc changelog COPYING README
|
%doc changelog COPYING README
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/%{altname}/
|
%{_datadir}/%{altname}/
|
||||||
@ -121,16 +110,23 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
|
|
||||||
%files -n ladspa-%{name}-plugins
|
%files -n ladspa-%{name}-plugins
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/ladspa/*.so
|
%{_libdir}/ladspa/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 12 2011 Brendan Jones <brendan.jones.it@gmail.com> - 0.20.2-1
|
||||||
|
- Update to upstream release 0.20.2
|
||||||
|
|
||||||
|
* Tue Nov 08 2011 Brendan Jones <brendan.jones.it@gmail.com> - 0.20.0-2
|
||||||
|
- Update to upstream release 0.20.0
|
||||||
|
|
||||||
|
* Sun Oct 30 2011 Brendan Jones <brendan.jones.it@gmail.com> - 0.20.0-1.0.svn1278
|
||||||
|
- Grab source from latest svn, and removed FSF patch
|
||||||
|
- Rebuild for libpng 1.5
|
||||||
|
- Removed obsolete tags and clean section from spec
|
||||||
|
|
||||||
* Sun Oct 30 2011 Brendan Jones <brendan.jones.it@gmail.com> - 0.19.0-1.0.svn1245
|
* Sun Oct 30 2011 Brendan Jones <brendan.jones.it@gmail.com> - 0.19.0-1.0.svn1245
|
||||||
- Grab source from svn to rebuild against zita-convolver-3
|
- Grab source from svn to rebuild against zita-convolver-3
|
||||||
|
|
||||||
* Fri Jul 15 2011 Brendan Jones <brendan.jones.it@gmail.com> - 0.17.0-2
|
|
||||||
- Correct changelog to prevent rpmlint warnings
|
|
||||||
|
|
||||||
* Fri Jul 15 2011 Brendan Jones <brendan.jones.it@gmail.com> - 0.17.0-1
|
* Fri Jul 15 2011 Brendan Jones <brendan.jones.it@gmail.com> - 0.17.0-1
|
||||||
- Update to 0.17.0, replace define macro with global
|
- Update to 0.17.0, replace define macro with global
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user