]> git.pld-linux.org Git - packages/esound.git/commitdiff
- updated to 0.2.17, esound-0_2_17-2
authorkloczek <kloczek@pld-linux.org>
Tue, 25 Jan 2000 08:27:59 +0000 (08:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added --disable-alsa and --with-libwrap to ./configure parameters (this
  allow build GNOME based packages independent from alsa but alsa will still
  can be use as sound drivers platform).

Changed files:
    esound.spec -> 1.36

esound.spec

index 0b71b389132be18bfef94d8f22ae914d8e84878b..159c1f4a5bccce9cb60649fc4305673f5e63c154 100644 (file)
@@ -3,15 +3,15 @@ Summary(es):  Demonio de sonido de Enlightment
 Summary(fr):   Démon audio de Enlightment
 Summary(pl):   O¶wiecony Demon D¼wiêku
 Name:          esound
-Version:       0.2.16
+Version:       0.2.17
 Release:       2
 Copyright:     GPL
 Group:         Daemons
 Group(pl):     Serwery
 Source:                ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound/%{name}-%{version}.tar.gz
-Patch:         esound-alsa.patch
+Patch0:                esound-alsa.patch
 URL:           http://pw1.netcom.com/~ericmit/EsounD.html
-BuildRequires: alsa-devel
+BuildRequires: libwrap-devel
 BuildRequires: audiofile-devel
 BuildRoot:     /tmp/%{name}-%{version}-root
 
@@ -31,8 +31,7 @@ plusieures applications d'utilsier la carte son 
 
 %description -l pl
 "O¶wiecony demon d¼wiêku" jest serwerem, który umo¿liwia korzystanie
-(dzielenie) z jednej karty d¼wiêkowej przez ró¿ne aplikacje. Przeznaczony 
-g³ównie dla Enlightenmenta.
+(dzielenie) z jednej karty d¼wiêkowej przez ró¿ne aplikacje.
 
 %package devel
 Summary:       Libraries, includes, etc to develop EsounD applications
@@ -78,8 +77,11 @@ Biblioteka statyczna esound.
 %patch -p1
 
 %build
+libtoolize --copy --force
 LDFLAGS="-s"; export LDFLAGS
-%configure
+%configure \
+       --disable-alsa \
+       --with-libwrap
 
 make
 
This page took 0.028022 seconds and 4 git commands to generate.