]> git.pld-linux.org Git - SPECS.git/blob - xine-d5d-plugin.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / xine-d5d-plugin.spec
1 %define         _name           xine-d5d
2 Summary:        DVD CSS input plugin for Xine
3 Summary(pl.UTF-8):      Wtyczka do odczytu DVD CSS dla Xine
4 Name:           %{_name}-plugin
5 Version:        0.2.7
6 Release:        3
7 License:        GPL
8 Group:          X11/Applications/Multimedia
9 Source0:        http://debianlinux.net/%{_name}-%{version}.tgz
10 # Source0-md5:  dccb93df7c2dc09574d802bd19a1f7aa
11 Patch0:         %{_name}-plugin-configure.patch
12 Patch1:         %{_name}-plugin-api.patch
13 URL:            http://debianlinux.net/captain_css.html
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  libtool
17 BuildRequires:  xine-lib-devel >= 0.9.13
18 %requires_eq    xine-lib
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _prefix         /usr/X11R6
22 %define         _pluginsdir     %{_libdir}/xine/plugins
23
24 %description
25 Using our software, you are able to view all of your encrypted and locked
26 dvds without even noticing that someone tried real hard to keep you from
27 doing so... finally dvd playback _REALLY_ comes to linux.
28
29 %description -l pl.UTF-8
30 Używając tej wtyczki można oglądać wszelkie zakodowane płyty DVD.
31
32 %prep
33 %setup -q -n %{_name}-%{version}
34 %patch0 -p1
35 %patch1 -p1
36
37 %build
38 rm -f missing
39 %{__libtoolize}
40 %{__aclocal}
41 %{__autoconf}
42 %{__automake}
43 %configure
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc README
58 %attr(755,root,root) %{_pluginsdir}/*
This page took 1.171434 seconds and 3 git commands to generate.