File: gmerlin_encoders.spec.in

package info (click to toggle)
gmerlin-encoders 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,972 kB
  • sloc: ansic: 11,711; sh: 10,993; makefile: 202; sed: 16
file content (57 lines) | stat: -rw-r--r-- 1,543 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Summary:        Various encoder plugins for gmerlin
Name:           gmerlin_encoders
Version:        @VERSION@
Release:        1
License:        GPL
Group:          Applications/Multimedia
Group(de):      Anwendungen/Multimedia
Source0:        gmerlin_encoders-%{version}.tar.gz
URL:            http://gmerlin.sourceforge.net/
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  gmerlin-lib-devel = @GMERLIN_REQUIRED@
BuildRequires:  flac-devel >=       @FLAC_REQUIRED@
BuildRequires:  faac-devel >=       @FAAC_REQUIRED@
BuildRequires:  libvorbis-devel >=  @VORBIS_REQUIRED@
BuildRequires:  lame-devel >=       @LAME_REQUIRED@
Requires:       gmerlin-lib =       @GMERLIN_REQUIRED@
Requires:       flac >=             @FLAC_REQUIRED@
Requires:       faac >=             @FAAC_REQUIRED@
Requires:       libvorbis >=        @VORBIS_REQUIRED@
Requires:       lame >=             @LAME_REQUIRED@
BuildRoot:      /tmp/gmerlin-build

%description
Various encoder plugins for gmerlin

%prep
%setup -n gmerlin_encoders-%{version}

%build
./cvs_clean.sh
./autogen.sh

%configure

%{__make}
%install
rm -rf $RPM_BUILD_ROOT
%{__make} install DESTDIR=$RPM_BUILD_ROOT

gzip -9nf README

%clean
rm -rf $RPM_BUILD_ROOT

%post   -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%doc README.gz
%attr(755,root,root) @GMERLIN_PLUGIN_DIR@/*.so*
%attr(644,root,root) @GMERLIN_PLUGIN_DIR@/*.la

%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* Sat Mar 19 2005 Burkhard Plaum <gmerlin@users.sourceforge.net>
- Initial creation