rpms/lv2-zynadd-plugins/F-10 import.log, NONE, 1.1 lv2-zynadd-plugins.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orcan Ogetbil oget at fedoraproject.org
Mon Apr 27 18:22:11 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/lv2-zynadd-plugins/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3085/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log lv2-zynadd-plugins.spec 
Log Message:
* Thu Apr 23 2009 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1-3
- Remove unnecessary BR: jack-audio-connection-kit-devel
- Fix mixed tabs&spaces warnings
- Add Requires: lv2core

* Mon Mar 30 2009 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1-2
- prepare package for Fedora submission. SPEC file is courtesy of PlanetCCRMA.

* Thu Aug 07 2008 Arnaud Gomes-do-Vale <Arnaud.Gomes at ircam.fr> - 1-1
- initial build



--- NEW FILE import.log ---
lv2-zynadd-plugins-1-3_fc10:F-10:lv2-zynadd-plugins-1-3.fc10.src.rpm:1240856482


--- NEW FILE lv2-zynadd-plugins.spec ---
%global pkgname zyn

Summary:	LV2 port of the ZynAddSubFX engine
Name:		lv2-zynadd-plugins
Version:	1
Release:	3%{?dist}
# lv2-midi*.h is LGPLv2+
# but the rest is GPLv2. The whole plugin will be then:
License:	GPLv2
Group:		Applications/Multimedia
URL:		http://home.gna.org/zyn/
Source:		http://download.gna.org/%{pkgname}/%{pkgname}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	fftw-devel
BuildRequires:	lv2core-devel
BuildRequires:	lv2dynparam-devel
Requires:	lv2core
Provides:	%{pkgname} = %{version}-%{release}

%description
The zyn project main goal is to extract synth engines from ZynAddSubFX and pack
them in LV2 plugin format. Resulting plugins are heavily based on work made by
Nasca Octavian Paul. If you like the amazing sounds these plugins generate you
should thank Paul for this.

%prep
%setup -q -n %{pkgname}-%{version}

# Don't hide anything
sed -i 's|\t@|\t|' GNUmakefile

%build
make %{?_smp_mflags} \
	CFLAGS="%{optflags} -fPIC -DPIC \
	$(pkg-config --cflags fftw3 lv2core lv2dynparamplugin1)" \
	CXXFLAGS="%{optflags}" \
	LDFLAGS="%{optflags}"

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_libdir}/lv2
make LV2_INSTALL_PATH=%{buildroot}%{_libdir}/lv2 install

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS README gpl.txt
%{_libdir}/lv2/zynadd.lv2/

%changelog
* Thu Apr 23 2009 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1-3
- Remove unnecessary BR: jack-audio-connection-kit-devel
- Fix mixed tabs&spaces warnings
- Add Requires: lv2core

* Mon Mar 30 2009 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1-2
- prepare package for Fedora submission. SPEC file is courtesy of PlanetCCRMA.

* Thu Aug 07 2008 Arnaud Gomes-do-Vale <Arnaud.Gomes at ircam.fr> - 1-1
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lv2-zynadd-plugins/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Apr 2009 05:26:44 -0000	1.1
+++ .cvsignore	27 Apr 2009 18:21:41 -0000	1.2
@@ -0,0 +1 @@
+zyn-1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lv2-zynadd-plugins/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Apr 2009 05:26:44 -0000	1.1
+++ sources	27 Apr 2009 18:21:41 -0000	1.2
@@ -0,0 +1 @@
+ead0a8db5440e480c8a23441195a76df  zyn-1.tar.bz2




More information about the fedora-extras-commits mailing list