Mageia Bugzilla – Attachment 3037 Details for
Bug 7579
package request linuxsampler (command-line audio sampler)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
spec file for the last svn revision 2378
linuxsamplersvn2378.spec (text/plain), 3.86 KB, created by
Philippe Didier
on 2012-11-04 15:36:07 CET
(
hide
)
Description:
spec file for the last svn revision 2378
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2012-11-04 15:36:07 CET
Size:
3.86 KB
patch
obsolete
>%define major 3 >%define libname %mklibname %name %major >%define develname %mklibname %name -d > >Name: linuxsampler >Summary: Professional grade software audio sampler >Version: 1.0.0 >Release: %mkrel svn2378 >License: GPL >Group: Sound/MIDI >Source0: %{name}.tar.gz >#Patch0: add_ldflag-lpthread-ldl-to_makefile.patch >URL: http://www.linuxsampler.org/ >BuildRoot: %{_tmppath}/%{name}-buildroot > >BuildRequires: libgig-devel >= 3.3.0 >BuildRequires: libjack-devel >BuildRequires: dssi-devel >BuildRequires: sqlite3-devel >BuildRequires: lv2-devel >BuildRequires: libbison-static-devel > >Requires: jackit >Requires: liblscp >Requires: gig >Requires: lv2 > >%description >LinuxSampler is a professional grade software audio sampler >that aims to deliver performance and features at par with >hardware sampler devices > >%files >%defattr(-,root,root) >%_bindir/linuxsampler >%_mandir/man1/linuxsampler.1.* >%_prefix/README.urpmi >%_localstatedir/lib/%{name}/*.db >%dir %_libdir/%{name}/plugins > >#-------------------------------------------------------------------- > >%package -n %libname >Group: System/Libraries >Summary: Libraries for %name >Provides: lib%name = %version-%release > >%description -n %libname >Librairies from %name > > >%files -n %libname >%defattr(-,root,root) >%_libdir/linuxsampler/liblinuxsampler.so.%{major}* > >#-------------------------------------------------------------------- > >%package -n %develname >Group: Development/Other >Summary: Libraries for %name >Requires: %libname = %version-%release >Provides: lib%name-devel = %version-%release >Provides: %{name}-devel = %{version}-%{release} >Obsoletes: %{_lib}%{name}1-devel > >%description -n %develname >Development libraries from %name > >%files -n %develname >%defattr (-,root,root) >%_includedir/%name/*.h >%_includedir/%name/common/*.h >%_includedir/%name/drivers/*.h >%_includedir/%name/drivers/audio/*.h >%_includedir/%name/drivers/midi/*.h >%_includedir/%name/effects/*.h >%_includedir/%name/engines/*.h >%_includedir/%name/plugins/*.h >%_libdir/pkgconfig/%name.pc >%_libdir/dssi/*.a >%_libdir/dssi/*.la >%_libdir/dssi/*.so >%_libdir/lv2/linuxsampler.lv2/*.a >%_libdir/lv2/linuxsampler.lv2/*.la >%_libdir/lv2/linuxsampler.lv2/*.so >%_libdir/lv2/linuxsampler.lv2/*.ttl >%_libdir/%name/liblinuxsampler.a >%_libdir/%name/liblinuxsampler.la >%_libdir/%name/liblinuxsampler.so > >#-------------------------------------------------------------------- > >%prep >rm -fr %buildroot >%setup -q -n %name >#%patch0 -p0 >[ -f Makefile.cvs ] && make -f Makefile.cvs > >%build >%configure2_5x >[ -f Makefile.cvs ] && make parser >%make >make docs > >%install >make DESTDIR=%buildroot install > >cat > %buildroot/%_prefix/README.urpmi <<EOF > >WARNING >------- >LinuxSampler is licensed under the GNU GPL with the exception that >USAGE of the source code, libraries and applications FOR COMMERCIAL >HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED without prior written >permission by the LinuxSampler authors. If you have questions on the >subject, that are not yet covered by the FAQ, please contact us. > >EOF > >%clean > > > >%changelog >* Sun Nov 4 2012 Philippe Didier <> 1.0.0-svn2378mga2 >- svn2378 >- patch merged upstream > >* Thu Sep 27 2012 Philippe Didier <> 1.0.0-svn2372mga2 >- svn2372 >- add an other ldflag > >* Sun Sep 23 2012 Philippe Didier <> 1.0.0-3mga2 >- Import into Mageia >- add a patch to adapt Makefiles to Mageia's LDFLAGS new policy > >* Fri Dec 10 2010 Oden Eriksson <oeriksson@mandriva.com> 1.0.0-2mdv2011.0 >+ Revision: 620242 >- the mass rebuild of 2010.0 packages > >* Thu Aug 27 2009 Emmanuel Andry <eandry@mandriva.org> 1.0.0-1mdv2010.0 >+ Revision: 421786 >- New version 1.0.0 >- new major 3 >- drop arts support > > + Thierry Vignaud <tv@mandriva.org> > - rebuild > > + Pixel <pixel@mandriva.com> > - do not call ldconfig in %%post/%%postun, it is now handled by filetriggers > >* Sat Dec 15 2007 Nicolas Lécureuil <nlecureuil@mandriva.com> 0.5.1-1mdv2008.1 >+ Revision: 120284 >- import linuxsampler > >
%define major 3 %define libname %mklibname %name %major %define develname %mklibname %name -d Name: linuxsampler Summary: Professional grade software audio sampler Version: 1.0.0 Release: %mkrel svn2378 License: GPL Group: Sound/MIDI Source0: %{name}.tar.gz #Patch0: add_ldflag-lpthread-ldl-to_makefile.patch URL: http://www.linuxsampler.org/ BuildRoot: %{_tmppath}/%{name}-buildroot BuildRequires: libgig-devel >= 3.3.0 BuildRequires: libjack-devel BuildRequires: dssi-devel BuildRequires: sqlite3-devel BuildRequires: lv2-devel BuildRequires: libbison-static-devel Requires: jackit Requires: liblscp Requires: gig Requires: lv2 %description LinuxSampler is a professional grade software audio sampler that aims to deliver performance and features at par with hardware sampler devices %files %defattr(-,root,root) %_bindir/linuxsampler %_mandir/man1/linuxsampler.1.* %_prefix/README.urpmi %_localstatedir/lib/%{name}/*.db %dir %_libdir/%{name}/plugins #-------------------------------------------------------------------- %package -n %libname Group: System/Libraries Summary: Libraries for %name Provides: lib%name = %version-%release %description -n %libname Librairies from %name %files -n %libname %defattr(-,root,root) %_libdir/linuxsampler/liblinuxsampler.so.%{major}* #-------------------------------------------------------------------- %package -n %develname Group: Development/Other Summary: Libraries for %name Requires: %libname = %version-%release Provides: lib%name-devel = %version-%release Provides: %{name}-devel = %{version}-%{release} Obsoletes: %{_lib}%{name}1-devel %description -n %develname Development libraries from %name %files -n %develname %defattr (-,root,root) %_includedir/%name/*.h %_includedir/%name/common/*.h %_includedir/%name/drivers/*.h %_includedir/%name/drivers/audio/*.h %_includedir/%name/drivers/midi/*.h %_includedir/%name/effects/*.h %_includedir/%name/engines/*.h %_includedir/%name/plugins/*.h %_libdir/pkgconfig/%name.pc %_libdir/dssi/*.a %_libdir/dssi/*.la %_libdir/dssi/*.so %_libdir/lv2/linuxsampler.lv2/*.a %_libdir/lv2/linuxsampler.lv2/*.la %_libdir/lv2/linuxsampler.lv2/*.so %_libdir/lv2/linuxsampler.lv2/*.ttl %_libdir/%name/liblinuxsampler.a %_libdir/%name/liblinuxsampler.la %_libdir/%name/liblinuxsampler.so #-------------------------------------------------------------------- %prep rm -fr %buildroot %setup -q -n %name #%patch0 -p0 [ -f Makefile.cvs ] && make -f Makefile.cvs %build %configure2_5x [ -f Makefile.cvs ] && make parser %make make docs %install make DESTDIR=%buildroot install cat > %buildroot/%_prefix/README.urpmi <<EOF WARNING ------- LinuxSampler is licensed under the GNU GPL with the exception that USAGE of the source code, libraries and applications FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED without prior written permission by the LinuxSampler authors. If you have questions on the subject, that are not yet covered by the FAQ, please contact us. EOF %clean %changelog * Sun Nov 4 2012 Philippe Didier <> 1.0.0-svn2378mga2 - svn2378 - patch merged upstream * Thu Sep 27 2012 Philippe Didier <> 1.0.0-svn2372mga2 - svn2372 - add an other ldflag * Sun Sep 23 2012 Philippe Didier <> 1.0.0-3mga2 - Import into Mageia - add a patch to adapt Makefiles to Mageia's LDFLAGS new policy * Fri Dec 10 2010 Oden Eriksson <oeriksson@mandriva.com> 1.0.0-2mdv2011.0 + Revision: 620242 - the mass rebuild of 2010.0 packages * Thu Aug 27 2009 Emmanuel Andry <eandry@mandriva.org> 1.0.0-1mdv2010.0 + Revision: 421786 - New version 1.0.0 - new major 3 - drop arts support + Thierry Vignaud <tv@mandriva.org> - rebuild + Pixel <pixel@mandriva.com> - do not call ldconfig in %%post/%%postun, it is now handled by filetriggers * Sat Dec 15 2007 Nicolas Lécureuil <nlecureuil@mandriva.com> 0.5.1-1mdv2008.1 + Revision: 120284 - import linuxsampler
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 7579
:
2858
|
2859
|
2883
|
2884
|
2897
| 3037 |
3041
|
3042
|
3043
|
3085