From e7f1c436359849ed29b50234799f41f541de5789 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Feb 2014 15:13:45 +0100 Subject: [PATCH] mplayer: remove long_desc. --- srcpkgs/mplayer/template | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/srcpkgs/mplayer/template b/srcpkgs/mplayer/template index d5e74ea048f..e7be6129cd1 100644 --- a/srcpkgs/mplayer/template +++ b/srcpkgs/mplayer/template @@ -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 " @@ -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() {