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

Revision 5965, 2.6 KB checked in by shaolin, 12 years ago (diff)
  • gamix: rebuild
Line 
1Summary: GTK ALSA audio mixer
2Summary(ja): GTK ALSA オーディオ・ミキサー
3Name: gamix
4Version: 1.99.p14
5Release: 3%{?_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
31./configure \
32        --prefix=%{_prefix} \
33        --libdir=%{_libdir} \
34        --bindir=%{_bindir} \
35        --with-included-gettext \
36        --with-gtk-target=-2.0
37make
38
39%install
40rm -rf %{buildroot}
41make install prefix=%{buildroot}/%{_prefix} bindir=%{buildroot}%{_bindir}
42install -d %{buildroot}%{_datadir}/applications
43install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications
44install -d %{buildroot}%{_datadir}/pixmaps
45install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps
46
47%clean
48rm -rf %{buildroot}
49
50%files
51%defattr(-,root,root)
52#/usr/X11R6/bin/gamix
53%{_bindir}/gamix
54%doc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README README.euc TODO
55%{_datadir}/locale/de/LC_MESSAGES/gamix.mo
56%{_datadir}/locale/ja/LC_MESSAGES/gamix.mo
57%{_datadir}/applications/gamix.desktop
58%{_datadir}/pixmaps/gamix.png
59
60%changelog
61* Thu Mar 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.99.p14-3
62- rebuild
63
64* Tue Mar 23 2010 Shu KONNO <owa@bg.wakwak.com> 1.99.p14-2
65- rebuilt with new toolchain
66
67* Thu Sep 25 2008 Shu KONNO <owa@bg.wakwak.com> 1.99.p14-1vl5
68- applied new versioning policy, spec in utf-8
69- moved /usr/X11R6/bin/gamix to %%{_bindir}
70
71* Mon Aug 20 2007 Shu KONNO <owa@bg.wakwak.com> 1.99.p14-0vl2
72- added %{_datadir}/pixmaps/gamix.png into %%files
73
74* Thu Jul 28 2005 Shu KONNO <owa@bg.wakwak.com> 1.99.p14-0vl1
75- rebuilt with kernel-2.6.12
76- added "--with-gtk-target=-2.0" to configure options
77- added gamix-gtk2-fix.diff (from SUSE LINUX)
78- added gamix.png, gaim.desktop (from SUSE LINUX)
79
80* Tue Apr 5 2005 Youichi Kawachi <hoihoi-p@fzug.com>
81- 1.99.p14-0kw1
82- version up to 1.99.p14
83
84* Sun Jul 22 2001 UECHI Yasumasa <uh@u.dhis.portside.net>
85- 1.11-0vl1
86- version up to 1.11
87
88* Thu Jun 22 2000 Uechi Yasumasa <uh@kondara.org>
89- 1.09p15-1k
90- version up to 1.09p15
91
92* Sat Jun 17 2000 Diki Matsuda <dyky@df-usa.com>
93- 1.09p13-1k1
94- modify prefix an bindir
95
96* Sat Jun 17 2000 Uechi Yasumasa <uh@kondara.org>
97- 1st release
Note: See TracBrowser for help on using the repository browser.