From e37e0028972a6008903a91e26baa6659933ca8af Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 28 Mar 2004 19:43:38 +0000 Subject: [PATCH] - updated to 1.99.p14 (this version builds) - switched to gtk+2 (but gtk+ 1.x is still needed - only by configure) Changed files: gamix.spec -> 1.18 --- gamix.spec | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/gamix.spec b/gamix.spec index 611f9ec..f43fd98 100644 --- a/gamix.spec +++ b/gamix.spec @@ -1,19 +1,21 @@ Summary: GTK Audio Mixer for ALSA Summary(pl): Mikser audio w GTK dla ALSA Name: gamix -Version: 1.99.p13 +Version: 1.99.p14 Release: 1 License: GPL Group: X11/Applications/Sound Source0: http://www1.tcnet.ne.jp/fmurata/linux/down/%{name}-%{version}.tar.gz -# Source0-md5: 86a6b2fb912816620f8b817030406d31 +# Source0-md5: a57b7954aa8e95b0a1c69a6fb06bc64b URL: http://www1.tcnet.ne.jp/fmurata/linux/down/ BuildRequires: autoconf BuildRequires: automake -BuildRequires: alsa-lib-devel >= 0.5.0 +BuildRequires: alsa-lib-devel >= 0.9.0 BuildRequires: gettext-devel -BuildRequires: glib-devel >= 1.2.0 +# gtk+ 1.x still needed by configure, but not used afterwards BuildRequires: gtk+-devel >= 1.2.0 +BuildRequires: gtk+2-devel >= 2.0.0 +BuildRequires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _sysconfdir /etc/X11/GNOME @@ -28,12 +30,12 @@ Mikser Audio w GTK dla ALSA. %setup -q %build -rm -f missing %{__gettextize} %{__aclocal} %{__autoconf} %{__automake} -%configure +%configure \ + --with-gtk-target=-2.0 %{__make} @@ -43,7 +45,7 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -%find_lang %{name} --with-gnome --all-name +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT -- 2.44.0