]> git.pld-linux.org Git - packages/gamix.git/commitdiff
- updated to 1.99.p14 (this version builds) AC-branch AC-STABLE auto/ac/gamix-1_99_p14-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Mar 2004 19:43:38 +0000 (19:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- switched to gtk+2 (but gtk+ 1.x is still needed - only by configure)

Changed files:
    gamix.spec -> 1.18

gamix.spec

index 611f9ec1db5f8a3b70a87d3fa1874616b02a56d1..f43fd98c22797d615657b8bd5fac719456ef79b8 100644 (file)
@@ -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
This page took 0.077477 seconds and 4 git commands to generate.