rpms/darkice/F-9 darkice-0.19-configure.patch, NONE, 1.1 darkice.spec, NONE, 1.1

Clint Savage herlo at fedoraproject.org
Thu Oct 16 03:45:39 UTC 2008


Author: herlo

Update of /cvs/pkgs/rpms/darkice/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19962/F-9

Added Files:
	darkice-0.19-configure.patch darkice.spec 
Log Message:
added content for F-9 and F-10 branches



darkice-0.19-configure.patch:

--- NEW FILE darkice-0.19-configure.patch ---
--- darkice-0.19/configure.old	2008-07-21 01:41:00.000000000 -0400
+++ darkice-0.19/configure	2008-07-21 01:41:40.000000000 -0400
@@ -6662,7 +6662,7 @@
 
 
   OGG_LIB_LOC=
-    for FILE in libogg.a; do
+    for FILE in libogg.a libogg.so; do
     for DIR in ${CONFIG_VORBIS_PREFIX} ${CONFIG_VORBIS_PREFIX}/lib64 ${CONFIG_VORBIS_PREFIX}/lib ; do
             if test ".OGG_LIB_LOC"="." && test -f "$DIR/$FILE"; then
         OGG_LIB_LOC=$DIR
@@ -6688,7 +6688,7 @@
 
 
   VORBIS_LIB_LOC=
-    for FILE in libvorbis.a; do
+    for FILE in libvorbis.a libvorbis.so; do
     for DIR in ${CONFIG_VORBIS_PREFIX} ${CONFIG_VORBIS_PREFIX}/lib64 ${CONFIG_VORBIS_PREFIX}/lib ; do
             if test ".VORBIS_LIB_LOC"="." && test -f "$DIR/$FILE"; then
         VORBIS_LIB_LOC=$DIR
@@ -6714,7 +6714,7 @@
 
 
   VORBISENC_LIB_LOC=
-    for FILE in libvorbisenc.a; do
+    for FILE in libvorbisenc.a libvorbisenc.so; do
     for DIR in ${CONFIG_VORBIS_PREFIX} ${CONFIG_VORBIS_PREFIX}/lib64 ${CONFIG_VORBIS_PREFIX}/lib ; do
             if test ".VORBISENC_LIB_LOC"="." && test -f "$DIR/$FILE"; then
         VORBISENC_LIB_LOC=$DIR


--- NEW FILE darkice.spec ---
Name:       darkice
Version:    0.19
Release:    2%{?dist}
Summary:    Live audio streamer
Group:      Applications/Multimedia
License:    GPLv3
URL:        http://darkice.tyrell.hu/
Source0:    http://darkice.tyrell.hu/dist/0.19/%{name}-%{version}.tar.gz
Patch0:     %{name}-%{version}-configure.patch

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: alsa-lib-devel
BuildRequires: zlib-devel
BuildRequires: libogg-devel
BuildRequires: libvorbis-devel

%description
DarkIce is a live audio streamer. It records audio from an audio interface
(e.g. sound card), encodes it and sends it to a streaming server.

DarkIce can record from:
* OSS audio devices
* ALSA audio devices
* Solaris audio interface
* Jack sources
* uLaw audio input through a serial interface


%prep
%setup -q
%patch0 -p1 -b .configure

%build
%configure

%{__make} %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

%clean 
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%config %{_sysconfdir}/darkice.cfg
%{_bindir}/darkice
%{_mandir}/man1/%{name}.1.gz
%{_mandir}/man5/%{name}.cfg.5.gz

%changelog
* Wed Jul 25 2008 Clint Savage <herlo at fedoraproject.org> 0.19-2
- Fixing packaging mistakes according to the FedoraProject standards
* Wed Jul 9 2008 Clint Savage <herlo at fedoraproject.org> 0.19-1
- Initial rpm package




More information about the fedora-extras-commits mailing list