]> git.pld-linux.org Git - packages/sound-juicer.git/commitdiff
- hal bcond, hal patch added
authorfreetz <freetz@pld-linux.org>
Sat, 2 Oct 2004 23:15:22 +0000 (23:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- before rel.1: http://bugzilla.gnome.org/show_bug.cgi?id=154332

Changed files:
    sound-juicer.spec -> 1.21

sound-juicer.spec

index 73d1b7ea3b18498b25b8156762a58640b271245a..29effde393122216dc6a601d3db90b2d66a160ba 100644 (file)
@@ -1,12 +1,16 @@
+# Conditional build
+%bcond_without  hal     # disable HAL support
+#
 Summary:       CD ripper
 Summary(pl):   Ripper p³yt CD
 Name:          sound-juicer
 Version:       0.5.13
-Release:       0.9
+Release:       0.91
 License:       GPL
 Group:         X11/Applications/Multimedia
 Source0:       http://www.burtonini.com/computing/%{name}-%{version}.tar.gz
 # Source0-md5: 0b3fcd80d91c78153961378b5c2f01a3
+Patch0:                %{name}-am_include.patch
 URL:           http://www.burtonini.com/blog/computers/sound-juicer/
 BuildRequires: GConf2-devel
 BuildRequires: autoconf
@@ -15,6 +19,7 @@ BuildRequires:        gtk+2-devel
 BuildRequires: gstreamer-cdparanoia >= 0.8.1
 BuildRequires: gstreamer-devel >= 0.8.3
 BuildRequires: gstreamer-vorbis >= 0.8.1
+%{?with_hal:BuildRequires:      hal-devel >= 0.2.98}
 Buildrequires: intltool >= 0.20
 BuildRequires: libglade2-devel
 BuildRequires: libgnomeui-devel
@@ -34,13 +39,15 @@ Sound Juicer, ripper p
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure \
-       --disable--schemas-install
+       --disable--schemas-install \
+       --%{?with_hal:en}%{!?with_hal:dis}able-hal
 
 %{__make}
 
This page took 0.042566 seconds and 4 git commands to generate.