Mageia Bugzilla – Attachment 984 Details for
Bug 2611
mplayer2, an advanced general-purpose video player, can be installed alongside mplayer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
specfile to build mplayer2 as mplayer2, to be installed alongside mplayer
mplayer2.spec (text/x-rpm-spec), 1.09 KB, created by
Christian Lohmaier
on 2011-10-20 22:11:19 CEST
(
hide
)
Description:
specfile to build mplayer2 as mplayer2, to be installed alongside mplayer
Filename:
MIME Type:
Creator:
Christian Lohmaier
Created:
2011-10-20 22:11:19 CEST
Size:
1.09 KB
patch
obsolete
>Name: mplayer2 >Summary: Fork of mplayer, the Movie player for linux >Version: 2.0 >Release: %mkrel 0 >Source0: http://ftp.mplayer2.org/pub/release/%{name}-%{version}.tar.bz2 >Patch0: mplayer2-manname.patch >URL: http://www.mplayer2.org/ >License: GPLv2 >Group: Video ># using correct buildrequires is left as exercise for the packager ;-) >BuildRequires: libmad-devel >BuildRequires: libpng-devel >BuildRequires: libSDL-devel >= 1.1.8 ># [...] - just install mplayer's buildrequires to build this one > >%description >mplayer2 is an advanced general-purpose video player. >It is a fork of the original MPlayer project, it contains >significant further development and supports a number of >features not available in other Unix players. > >See http://www.mplayer2.org/comparison.html for a comparison > >%prep >%setup -q >%patch0 ># also rename manpages to mplayer2 >for dir in DOCS/man/* ; do > mv $dir/mplayer.1 $dir/mplayer2.1 >done > >%build >./configure --prefix=%{_prefix} >%make EXESUF=2 > >%install >rm -rf %{buildroot} >%makeinstall_std EXESUF=2 > >%files >%doc AUTHORS README Copyright >%{_bindir}/%{name} >%{_mandir}/man1/%{name}.1* > >%changelog
Name: mplayer2 Summary: Fork of mplayer, the Movie player for linux Version: 2.0 Release: %mkrel 0 Source0: http://ftp.mplayer2.org/pub/release/%{name}-%{version}.tar.bz2 Patch0: mplayer2-manname.patch URL: http://www.mplayer2.org/ License: GPLv2 Group: Video # using correct buildrequires is left as exercise for the packager ;-) BuildRequires: libmad-devel BuildRequires: libpng-devel BuildRequires: libSDL-devel >= 1.1.8 # [...] - just install mplayer's buildrequires to build this one %description mplayer2 is an advanced general-purpose video player. It is a fork of the original MPlayer project, it contains significant further development and supports a number of features not available in other Unix players. See http://www.mplayer2.org/comparison.html for a comparison %prep %setup -q %patch0 # also rename manpages to mplayer2 for dir in DOCS/man/* ; do mv $dir/mplayer.1 $dir/mplayer2.1 done %build ./configure --prefix=%{_prefix} %make EXESUF=2 %install rm -rf %{buildroot} %makeinstall_std EXESUF=2 %files %doc AUTHORS README Copyright %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %changelog
View Attachment As Raw
Actions:
View
Attachments on
bug 2611
:
984
|
985
|
4201
|
4202