SPECS: alsa-tools.spec - updated to 1.0.12, updated asneeded patch...

qboosh qboosh at pld-linux.org
Sat Aug 26 17:17:56 CEST 2006


Author: qboosh                       Date: Sat Aug 26 15:17:56 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.0.12, updated asneeded patch
- added csp, enabled sb16_csp utility patch
- removed breaking headers linking hack, enabled hdspmixer utility
- added echomixer and pcxhrloader utilities

---- Files affected:
SPECS:
   alsa-tools.spec (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: SPECS/alsa-tools.spec
diff -u SPECS/alsa-tools.spec:1.19 SPECS/alsa-tools.spec:1.20
--- SPECS/alsa-tools.spec:1.19	Thu Aug 24 00:23:27 2006
+++ SPECS/alsa-tools.spec	Sat Aug 26 17:17:51 2006
@@ -1,38 +1,45 @@
 # $Revision$, $Date$
+# TODO: make description true (i.e. separate GUIs, maybe liblo10k1{,-devel})
+# echomixer,envy24control,rmedigicontrol use GTK+ 2
+# hdspconf,hdspmixer use FLTK
+# qlo10k1 uses Qt 3
+# 
 Summary:	Advanced Linux Sound Architecture (ALSA) - tools
 Summary(pl):	Advanced Linux Sound Architecture (ALSA) - narzędzia
 Name:		alsa-tools
-Version:	1.0.11
-Release:	3
+Version:	1.0.12
+Release:	1
 License:	GPL
 Group:		Applications/Sound
 Source0:	ftp://ftp.alsa-project.org/pub/tools/%{name}-%{version}.tar.bz2
-# Source0-md5:	a2840af7f1624d46257b6a53aea43eb7
+# Source0-md5:	6523e051ef49ea58899215c1a32f5ca7
 Patch0:		%{name}-asneeded.patch
 Patch1:		%{name}-sh.patch
+Patch2:		%{name}-csp.patch
 URL:		http://www.alsa-project.org/
 BuildRequires:	alsa-lib-devel >= 1.0.3
 BuildRequires:	autoconf
-BuildRequires:	automake
+BuildRequires:	automake >= 1.3
 BuildRequires:	flex
 BuildRequires:	fltk-devel
+BuildRequires:	gtk+2-devel >= 2.0.0
 BuildRequires:	libstdc++-devel
-BuildRequires:	libtool
+BuildRequires:	libtool >= 2:1.5
 BuildRequires:	ncurses-devel
+BuildRequires:	pkgconfig
 BuildRequires:	qt-devel
 BuildRequires:	sed >= 4.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # ac3dec skipped - see ac3dec.spec
-%define	progs	envy24control hdsploader mixartloader sscape_ctl usx2yloader as10k1 hdspconf rmedigicontrol seq/sbiload us428control vxloader ld10k1
-# hdspmixer sb16_csp - FIXME: these do not build
+%define	progs	as10k1 echomixer envy24control hdspconf hdsploader hdspmixer ld10k1 mixartloader pcxhrloader rmedigicontrol sb16_csp seq/sbiload sscape_ctl us428control usx2yloader vxloader
 
 %description
 This packages contains command line utilities for the ALSA (Advanced
 Linux Sound Architecture) project.
 
 %description -l pl
-Pakiet zawiera działające z linii poleceń, narzędzia dla projektu ALSA
+Pakiet zawiera działające z linii poleceń narzędzia dla projektu ALSA
 (Advanced Linux Sound Architecture).
 
 %package tascam
@@ -52,12 +59,14 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
-%build
-for dir in hdsploader hdspconf/src hdspmixer/src sb16_csp sscape_ctl; do
-	ln -s %{_includedir} $dir/alsa
-done
+# don't BR gtk+ 1.2
+echo 'AC_DEFUN([AM_PATH_GTK],[])' > echomixer/acinclude.m4
+echo 'AC_DEFUN([AM_PATH_GTK],[])' > envy24control/acinclude.m4
+echo 'AC_DEFUN([AM_PATH_GTK],[])' > rmedigicontrol/acinclude.m4
 
+%build
 odir=$(pwd)
 for dir in %{progs}; do
 	cd $dir
@@ -128,7 +137,9 @@
 %{_datadir}/ld10k1
 %{_mandir}/man?/*
 %{_desktopdir}/hdspconf.desktop
+%{_desktopdir}/hdspmixer.desktop
 %{_pixmapsdir}/hdspconf.png
+%{_pixmapsdir}/hdspmixer.png
 
 %files tascam
 %defattr(644,root,root,755)
@@ -151,6 +162,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.20  2006/08/26 15:17:51  qboosh
+- updated to 1.0.12, updated asneeded patch
+- added csp, enabled sb16_csp utility patch
+- removed breaking headers linking hack, enabled hdspmixer utility
+- added echomixer and pcxhrloader utilities
+
 Revision 1.19  2006/08/23 22:23:27  havner
 - asneeded,sh patches
 - rel 3
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/alsa-tools.spec?r1=1.19&r2=1.20&f=u



More information about the pld-cvs-commit mailing list