mplayer: remove long_desc.

This commit is contained in:
Juan RP 2014-02-21 15:13:45 +01:00
parent 32d8ea84bb
commit e7f1c43635
1 changed files with 2 additions and 10 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'mplayer'
pkgname=mplayer
version=1.1.1
revision=2
revision=3
wrksrc="MPlayer-${version}"
short_desc="A movie player"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -9,12 +9,6 @@ license="GPL-2"
homepage="http://www.mplayerhq.hu/"
distfiles="http://www2.mplayerhq.hu/MPlayer/releases/MPlayer-${version}.tar.xz"
checksum=ce8fc7c3179e6a57eb3a58cb7d1604388756b8a61764cc93e095e7aff3798c76
long_desc="
MPlayer is a movie player which runs on many systems (see the documentation).
It plays most MPEG/VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, RealMedia,
Matroska, NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA files, supported by
many native, XAnim, and Win32 DLL codecs. You can watch VideoCD, SVCD, DVD,
3ivx, DivX 3/4/5, WMV and even H.264 movies."
build_style=configure
configure_args="--prefix=/usr --enable-runtime-cpudetection
@ -41,9 +35,7 @@ conf_files="
/etc/mplayer/codecs.conf"
pre_configure() {
if [ "$XBPS_MACHINE" = "i686" ]; then
sed 's|-march=i486||g' -i configure
fi
sed 's|-march=i486||g' -i configure
}
post_install() {