Author: hawk Date: Sun Feb 17 13:43:52 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added "with tascam" bcond, don't build tascam subpackage by default, it requires hotplug which is no longer available in PLD thus causing broken directory dependency - release 2
---- Files affected: SPECS: alsa-tools.spec (1.30 -> 1.31) ---- Diffs: ================================================================ Index: SPECS/alsa-tools.spec diff -u SPECS/alsa-tools.spec:1.30 SPECS/alsa-tools.spec:1.31 --- SPECS/alsa-tools.spec:1.30 Sun Feb 17 01:36:49 2008 +++ SPECS/alsa-tools.spec Sun Feb 17 14:43:46 2008 @@ -1,14 +1,18 @@ # $Revision$, $Date$ +# # TODO: make description true (i.e. separate GUIs) # echomixer,envy24control,rmedigicontrol use GTK+ 2 # hdspconf,hdspmixer use FLTK # qlo10k1 uses Qt 3 -# +# +# Conditional build: +%bcond_with tascam # build with hotplug support for Tascam USB devices +# Summary: Advanced Linux Sound Architecture (ALSA) - tools Summary(pl.UTF-8): Advanced Linux Sound Architecture (ALSA) - narzędzia Name: alsa-tools Version: 1.0.16 -Release: 1 +Release: 2 License: GPL v2+ Group: Applications/Sound Source0: ftp://ftp.alsa-project.org/pub/tools/%{name}-%{version}.tar.bz2 @@ -178,11 +182,13 @@ # for sbiload %{_datadir}/sounds/opl3 +%if %{with tascam} %files tascam %defattr(644,root,root,755) %attr(755,root,root) %{_sysconfdir}/hotplug/usb/tascam_fpga %attr(755,root,root) %{_sysconfdir}/hotplug/usb/tascam_fw %{_sysconfdir}/hotplug/usb/tascam_fw.usermap +%endif %files -n liblo10k1 %defattr(644,root,root,755) @@ -206,6 +212,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31 2008-02-17 13:43:46 hawk +- added "with tascam" bcond, don't build tascam subpackage by default, it + requires hotplug which is no longer available in PLD thus causing broken + directory dependency +- release 2 + Revision 1.30 2008-02-17 00:36:49 qboosh - -tascam R: base (usx2yloader, us428control, fxload) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/alsa-tools.spec?r1=1.30&r2=1.31&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
