]> git.pld-linux.org Git - SPECS.git/blob - gqmpeg.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / gqmpeg.spec
1 Summary:        mpeg player frontend to mpg123
2 Summary(pl.UTF-8):      Nakładka graficzna dla odtwarzacza mpg123
3 Name:           gqmpeg
4 Version:        0.91.1
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/gqmpeg/%{name}-%{version}.tar.gz
9 # Source0-md5:  e22eda86fc3e59108c8d04abc37b3e56
10 Patch0:         %{name}-desktop.patch
11 URL:            http://gqmpeg.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-tools
15 BuildRequires:  gtk+2-devel >= 2:2.2.0
16 BuildRequires:  libpng-devel
17 BuildRequires:  pkgconfig
18 Requires:       mpg123 >= 0.59p
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 GQmpeg is a frontend to mpg123. It includes playlist support and all
23 the usual playing features. Supports custom skins (looks). Uilitizes
24 the GTK+ library. Requires mpg123 v 0.59p or higher.
25
26 %description -l pl.UTF-8
27 GQmpeg jest nakładką graficzną dla mpg123 - odtwarzacza plików
28 zapisanych w formacie MP3. Zawiera wszystkie standardowe opcje,
29 możliwość zmiany wyglądu przy pomocy 'skórek'. GQmpeg korzysta z
30 biblioteki GTK+ i wymaga mpg123 w wersji 0.59p lub wyższej.
31
32 %prep
33 %setup -q
34 %patch0 -p1
35
36 %build
37 %{__gettextize}
38 %{__aclocal}
39 %{__autoconf}
40 %{__automake}
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %find_lang %{name}
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files -f %{name}.lang
55 %defattr(644,root,root,755)
56 %doc README ChangeLog FAQ TODO SKIN-SPECS plugin/README.plugin
57 %attr(755,root,root) %{_bindir}/*
58 %{_mandir}/man1/*
59 %{_desktopdir}/gqmpeg.desktop
60 %{_datadir}/gqmpeg
61 %{_pixmapsdir}/*
This page took 0.267086 seconds and 3 git commands to generate.