source: projects/specs/trunk/g/gamix/gamix-vl.spec @ 5967

Revision 5967, 2.8 KB checked in by shaolin, 12 years ago (diff)
Line 
1Summary: GTK ALSA audio mixer
2Summary(ja): GTK ALSA オーディオ・ミキサー
3Name: gamix
4Version: 1.99.p14
5Release: 4%{?_dist_release}
6License: GPL
7Group: Applications/Multimedia
8URL: http://www1.tcnet.ne.jp/fmurata/linux/alsa.html
9Source: http://www1.tcnet.ne.jp/fmurata/linux/down/%{name}-%{version}.tar.gz
10Source1: gamix.desktop
11Source2: gamix.png
12Patch: gamix-gtk2-fix.diff
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildRequires: alsa-lib alsa-lib-devel
15BuildRequires: gtk2 gtk2-devel
16BuildRequires: xorg-x11-devel xorg-x11-libs
17Vendor: Project Vine
18Distribution: Vine Linux
19
20%description
21This is a mixer application for ALSA which usined GTK.
22
23%description -l ja
24GTK を使用した ALSA 用のミキサー・プログラムです。
25
26%prep
27%setup -q
28%patch
29
30%build
31export CFLAGS="%{optflags}"
32./configure \
33        --prefix=%{_prefix} \
34        --libdir=%{_libdir} \
35        --bindir=%{_bindir} \
36        --with-included-gettext \
37        --with-gtk-target=-2.0
38make
39
40%install
41rm -rf %{buildroot}
42make install prefix=%{buildroot}/%{_prefix} bindir=%{buildroot}%{_bindir}
43install -d %{buildroot}%{_datadir}/applications
44install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications
45install -d %{buildroot}%{_datadir}/pixmaps
46install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps
47
48%clean
49rm -rf %{buildroot}
50
51%files
52%defattr(-,root,root)
53#/usr/X11R6/bin/gamix
54%{_bindir}/gamix
55%doc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README README.euc TODO
56%{_datadir}/locale/de/LC_MESSAGES/gamix.mo
57%{_datadir}/locale/ja/LC_MESSAGES/gamix.mo
58%{_datadir}/applications/gamix.desktop
59%{_datadir}/pixmaps/gamix.png
60
61%changelog
62* Thu Mar 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.99.p14-4
63- ensure build with optflags
64
65* Thu Mar 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.99.p14-3
66- rebuild
67
68* Tue Mar 23 2010 Shu KONNO <owa@bg.wakwak.com> 1.99.p14-2
69- rebuilt with new toolchain
70
71* Thu Sep 25 2008 Shu KONNO <owa@bg.wakwak.com> 1.99.p14-1vl5
72- applied new versioning policy, spec in utf-8
73- moved /usr/X11R6/bin/gamix to %%{_bindir}
74
75* Mon Aug 20 2007 Shu KONNO <owa@bg.wakwak.com> 1.99.p14-0vl2
76- added %{_datadir}/pixmaps/gamix.png into %%files
77
78* Thu Jul 28 2005 Shu KONNO <owa@bg.wakwak.com> 1.99.p14-0vl1
79- rebuilt with kernel-2.6.12
80- added "--with-gtk-target=-2.0" to configure options
81- added gamix-gtk2-fix.diff (from SUSE LINUX)
82- added gamix.png, gaim.desktop (from SUSE LINUX)
83
84* Tue Apr 5 2005 Youichi Kawachi <hoihoi-p@fzug.com>
85- 1.99.p14-0kw1
86- version up to 1.99.p14
87
88* Sun Jul 22 2001 UECHI Yasumasa <uh@u.dhis.portside.net>
89- 1.11-0vl1
90- version up to 1.11
91
92* Thu Jun 22 2000 Uechi Yasumasa <uh@kondara.org>
93- 1.09p15-1k
94- version up to 1.09p15
95
96* Sat Jun 17 2000 Diki Matsuda <dyky@df-usa.com>
97- 1.09p13-1k1
98- modify prefix an bindir
99
100* Sat Jun 17 2000 Uechi Yasumasa <uh@kondara.org>
101- 1st release
Note: See TracBrowser for help on using the repository browser.