[arch-commits] Commit in mplayer/repos (10 files)

2017-03-26 Thread Maxime Gauduin
Date: Sunday, March 26, 2017 @ 19:18:19
  Author: alucryd
Revision: 291684

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  mplayer/repos/staging-i686/
  mplayer/repos/staging-i686/PKGBUILD
(from rev 291683, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-i686/include-samba-4.0.patch
(from rev 291683, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/staging-i686/mplayer.desktop
(from rev 291683, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-i686/revert-icl-fixes.patch
(from rev 291683, mplayer/trunk/revert-icl-fixes.patch)
  mplayer/repos/staging-x86_64/
  mplayer/repos/staging-x86_64/PKGBUILD
(from rev 291683, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-x86_64/include-samba-4.0.patch
(from rev 291683, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/staging-x86_64/mplayer.desktop
(from rev 291683, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-x86_64/revert-icl-fixes.patch
(from rev 291683, mplayer/trunk/revert-icl-fixes.patch)

+
 staging-i686/PKGBUILD  |   86 +++
 staging-i686/include-samba-4.0.patch   |   12 
 staging-i686/mplayer.desktop   |   22 +++
 staging-i686/revert-icl-fixes.patch|   66 +++
 staging-x86_64/PKGBUILD|   86 +++
 staging-x86_64/include-samba-4.0.patch |   12 
 staging-x86_64/mplayer.desktop |   22 +++
 staging-x86_64/revert-icl-fixes.patch  |   66 +++
 8 files changed, 372 insertions(+)

Copied: mplayer/repos/staging-i686/PKGBUILD (from rev 291683, 
mplayer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-03-26 19:18:19 UTC (rev 291684)
@@ -0,0 +1,86 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Hugo Doria 
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=37916
+pkgrel=2
+pkgdesc='Media player for Linux'
+url='http://www.mplayerhq.hu/'
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('libxxf86dga' 'libmad' 'libxinerama' 'libmng' 'libxss' 
'smbclient' 'aalib' 'jack'
+ 'libcaca' 'faac' 'faad2' 'lirc'  'libxvmc' 'enca' 'libdca' 
'a52dec' 'libvpx' 'unzip'
+ 'mesa' 'live-media' 'yasm' 'git' 'mpg123' 'ladspa' 
'libcdio-paranoia' 'subversion'
+ 'x264' 'libx264' 'rtmpdump' 'libdvdcss' 'libdvdread' 'libdvdnav' 
'ffmpeg')
+options=('!buildflags' '!emptydirs')
+source=(${pkgbase}-${pkgver}::svn://svn.mplayerhq.hu/mplayer/trunk#revision=${pkgver}
+mplayer.desktop
+include-samba-4.0.patch
+revert-icl-fixes.patch)
+sha512sums=('SKIP'
+
'd3c5cbf0035279c6f307e4e225473d7b77f9b56566537a26aa694e68446b9e3240333296da627ad5af83b04cc8f476d1a3f8c05e4cf81cd6e77153feb4ed74bc'
+
'9debb8c58b996f6c716c22c86c720bf9dc49b4ee9b76c57519f791667ae1de2cc6f5add878fbf4ac02c6b6fd1865e1bcfa6105e75de4bf7ec596c338ed0cae99'
+
'0cae0b26d3d97fd4c962962c43a481de20335369cbca406cadfc9bda1a0608b32f5374e76c477cb9a85bda83a568a1ed17126df224ae61579d0a402c1824aea8')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -p1 < "../include-samba-4.0.patch"
+  patch -p0 < "../revert-icl-fixes.patch"
+  ./version.sh
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-runtime-cpudetection \
+--disable-gui \
+--disable-arts \
+--disable-liblzo \
+--disable-speex \
+--disable-openal \
+--disable-libdv \
+--disable-musepack \
+--disable-esd \
+--disable-mga \
+--disable-ass-internal \
+--disable-cdparanoia \
+--disable-ffmpeg_a \
+--enable-xvmc \
+--enable-radio \
+--enable-radio-capture \
+--enable-smb \
+--language=all \
+--confdir=/etc/mplayer
+  [[ "${CARCH}" = "i686" ]] && sed 's|-march=i486|-march=i686|g' -i config.mak
+  make
+}
+
+package_mplayer() {
+  pkgdesc='Media player for Linux'
+  backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+  depends=('desktop-file-utils' 'ttf-font' 'enca' 'libxss' 'a52dec' 'libvpx'
+   'lirc' 'libx264' 'libmng' 'libdca' 'aalib' 'libxinerama' 'smbclient'
+   'jack' 'libmad' 'libcaca' 'libxxf86dga' 'faac' 'faad2' 'libxvmc' 
'mpg123'
+   'libcdio-paranoia' 'rtmpdump' 'libdvdnav' 'ffmpeg')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install-mplayer install-mplayer-man
+
+  install -Dm 644 etc/{codecs.conf,input.conf,example.conf} 
"${pkgdir}/etc/mplayer"
+  install -Dm 644 "${srcdir}/mplayer.desktop" -t 
"${pkgdir}/usr/share/applications"
+  install -Dm 644 etc/mplayer256x256.png 
"${pkgdir}/usr/share/pixmaps/mplayer.png"
+}
+
+package_mencoder() {
+  pkgdesc='Free 

[arch-commits] Commit in mplayer/repos (10 files)

2012-11-14 Thread Ionut Biru
Date: Wednesday, November 14, 2012 @ 11:24:29
  Author: ibiru
Revision: 171001

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  mplayer/repos/staging-i686/
  mplayer/repos/staging-i686/PKGBUILD
(from rev 171000, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-i686/mplayer.desktop
(from rev 171000, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-i686/mplayer.install
(from rev 171000, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-i686/mplayer.png
(from rev 171000, mplayer/trunk/mplayer.png)
  mplayer/repos/staging-x86_64/
  mplayer/repos/staging-x86_64/PKGBUILD
(from rev 171000, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-x86_64/mplayer.desktop
(from rev 171000, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-x86_64/mplayer.install
(from rev 171000, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-x86_64/mplayer.png
(from rev 171000, mplayer/trunk/mplayer.png)

+
 staging-i686/PKGBUILD  |   74 +++
 staging-i686/mplayer.desktop   |   21 +++
 staging-i686/mplayer.install   |   11 +
 staging-x86_64/PKGBUILD|   74 +++
 staging-x86_64/mplayer.desktop |   21 +++
 staging-x86_64/mplayer.install |   11 +
 6 files changed, 212 insertions(+)

Copied: mplayer/repos/staging-i686/PKGBUILD (from rev 171000, 
mplayer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-14 16:24:29 UTC (rev 171001)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=35420
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 
'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
+'aalib' 'jack' 'libcaca' 'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 
'libvdpau' 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx'
+'libpulse' 'fribidi' 'unzip' 'mesa' 'live-media' 'yasm' 'git' 'fontconfig' 
'mpg123' 'ladspa' 'libass' 'libbluray' 'libcdio' 'subversion')
+license=('GPL')
+url=http://www.mplayerhq.hu/;
+options=(!buildflags !emptydirs)
+source=(ftp://ftp.archlinux.org/other/$pkgbase/$pkgbase-$pkgver.tar.xz 
mplayer.desktop)
+md5sums=('b8a82ad1e1d6c3ac847074772daba817'
+ 'c0d6ef795cf6de48e3b87ff7c23f0319')
+
+build() {
+cd $srcdir/$pkgbase
+
+./configure --prefix=/usr \
+--enable-runtime-cpudetection \
+--disable-gui \
+--disable-arts \
+--disable-liblzo \
+--disable-speex \
+--disable-openal \
+--disable-libdv \
+--disable-musepack \
+--disable-esd \
+--disable-mga \
+--disable-ass-internal \
+--disable-cdparanoia \
+--enable-xvmc \
+--enable-radio \
+--enable-radio-capture \
+--language=all \
+--confdir=/etc/mplayer 
+[ $CARCH = i686 ]   sed 's|-march=i486|-march=i686|g' -i config.mak
+
+make
+}
+
+package_mplayer() {
+pkgdesc=A movie player for linux
+install=mplayer.install
+backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+depends=('desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 
'libvpx' 'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'  
'libgl'
+'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore' 'opencore-amr' 
'jack' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga' 'fribidi'
+'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123' 'libass' 
'libxxf86vm' 'libbluray' 'libcdio')
+
+cd $srcdir/$pkgbase
+
+make DESTDIR=$pkgdir install-mplayer install-mplayer-man
+install -Dm644 etc/{codecs.conf,input.conf,example.conf} 
$pkgdir/etc/mplayer/
+install -dm755 $pkgdir/usr/share/mplayer/
+ln -s /usr/share/fonts/TTF/DejaVuSans.ttf 
$pkgdir/usr/share/mplayer/subfont.ttf
+rm -rf $pkgdir/usr/share/mplayer/font
+#desktop file  FS#14770
+install -Dm644 $srcdir/mplayer.desktop 
$pkgdir/usr/share/applications/mplayer.desktop
+install -Dm644 etc/mplayer256x256.png 
$pkgdir/usr/share/pixmaps/mplayer.png
+}
+
+package_mencoder() {
+pkgdesc=Free command line video decoding, encoding and filtering tool
+depends=('enca' 'a52dec' 'libvpx' 'x264' 'libmng' 'libdca' 'bzip2' 'lame' 
'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore' 'opencore-amr'
+'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2' 'schroedinger' 
'mpg123' 'libass' 'libbluray' 'libcdio' 'libvorbis')
+
+cd $srcdir/$pkgbase
+make DESTDIR=$pkgdir install-mencoder install-mencoder-man
+find $pkgdir/usr/share/man -name 'mplayer.1' -exec bash -c 'mv $1 
${1/mplayer/mencoder}' _ {} \;
+}

Copied: mplayer/repos/staging-i686/mplayer.desktop 

[arch-commits] Commit in mplayer/repos (10 files)

2012-06-03 Thread Ionut Biru
Date: Sunday, June 3, 2012 @ 12:21:40
  Author: ibiru
Revision: 160675

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  mplayer/repos/staging-i686/
  mplayer/repos/staging-i686/PKGBUILD
(from rev 160674, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-i686/mplayer.desktop
(from rev 160674, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-i686/mplayer.install
(from rev 160674, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-i686/mplayer.png
(from rev 160674, mplayer/trunk/mplayer.png)
  mplayer/repos/staging-x86_64/
  mplayer/repos/staging-x86_64/PKGBUILD
(from rev 160674, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-x86_64/mplayer.desktop
(from rev 160674, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-x86_64/mplayer.install
(from rev 160674, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-x86_64/mplayer.png
(from rev 160674, mplayer/trunk/mplayer.png)

+
 staging-i686/PKGBUILD  |   75 +++
 staging-i686/mplayer.desktop   |   21 ++
 staging-i686/mplayer.install   |   11 +
 staging-x86_64/PKGBUILD|   75 +++
 staging-x86_64/mplayer.desktop |   21 ++
 staging-x86_64/mplayer.install |   11 +
 6 files changed, 214 insertions(+)

Copied: mplayer/repos/staging-i686/PKGBUILD (from rev 160674, 
mplayer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-06-03 16:21:40 UTC (rev 160675)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=34992
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 
'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
+'aalib' 'jack' 'libcaca' 'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 
'libvdpau' 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx'
+'libpulse' 'fribidi' 'unzip' 'mesa' 'live-media' 'yasm' 'git' 'fontconfig' 
'mpg123' 'ladspa' 'libass' 'libbluray' 'libcdio')
+license=('GPL')
+url=http://www.mplayerhq.hu/;
+options=(!buildflags !emptydirs)
+source=(ftp://ftp.archlinux.org/other/$pkgbase/$pkgbase-$pkgver.tar.xz 
mplayer.desktop)
+md5sums=('04642b1eb68671577ff53bb84839253a'
+ 'c0d6ef795cf6de48e3b87ff7c23f0319')
+
+build() {
+cd $srcdir/$pkgbase
+
+./configure --prefix=/usr \
+--enable-runtime-cpudetection \
+--disable-gui \
+--disable-arts \
+--disable-liblzo \
+--disable-speex \
+--disable-openal \
+--disable-libdv \
+--disable-musepack \
+--disable-esd \
+--disable-mga \
+--disable-ass-internal \
+--disable-cdparanoia \
+--enable-xvmc \
+--enable-radio \
+--enable-radio-capture \
+--language=all \
+--confdir=/etc/mplayer \
+ --extra-cflags=-fpermissive
+[ $CARCH = i686 ]   sed 's|-march=i486|-march=i686|g' -i config.mak
+
+make
+}
+
+package_mplayer() {
+pkgdesc=A movie player for linux
+install=mplayer.install
+backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+depends=('desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 
'libvpx' 'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'  
'libgl'
+'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore' 'opencore-amr' 
'jack' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga' 'fribidi'
+'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123' 'libass' 
'libxxf86vm' 'libbluray' 'libcdio')
+
+cd $srcdir/$pkgbase
+
+make DESTDIR=$pkgdir install-mplayer install-mplayer-man
+install -Dm644 etc/{codecs.conf,input.conf,example.conf} 
$pkgdir/etc/mplayer/
+install -dm755 $pkgdir/usr/share/mplayer/
+ln -s /usr/share/fonts/TTF/DejaVuSans.ttf 
$pkgdir/usr/share/mplayer/subfont.ttf
+rm -rf $pkgdir/usr/share/mplayer/font
+#desktop file  FS#14770
+install -Dm644 $srcdir/mplayer.desktop 
$pkgdir/usr/share/applications/mplayer.desktop
+install -Dm644 etc/mplayer256x256.png 
$pkgdir/usr/share/pixmaps/mplayer.png
+}
+
+package_mencoder() {
+pkgdesc=Free command line video decoding, encoding and filtering tool
+depends=('enca' 'a52dec' 'libvpx' 'x264' 'libmng' 'libdca' 'bzip2' 'lame' 
'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore' 'opencore-amr'
+'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2' 'schroedinger' 
'mpg123' 'libass' 'libbluray' 'libcdio')
+
+cd $srcdir/$pkgbase
+make DESTDIR=$pkgdir install-mencoder install-mencoder-man
+find $pkgdir/usr/share/man -name 'mplayer.1' -exec bash -c 'mv $1 
${1/mplayer/mencoder}' _ {} \;
+}

Copied: mplayer/repos/staging-i686/mplayer.desktop 

[arch-commits] Commit in mplayer/repos (10 files)

2012-02-05 Thread Ionut Biru
Date: Sunday, February 5, 2012 @ 09:04:45
  Author: ibiru
Revision: 149013

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  mplayer/repos/staging-i686/
  mplayer/repos/staging-i686/PKGBUILD
(from rev 149012, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-i686/mplayer.desktop
(from rev 149012, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-i686/mplayer.install
(from rev 149012, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-i686/mplayer.png
(from rev 149012, mplayer/trunk/mplayer.png)
  mplayer/repos/staging-x86_64/
  mplayer/repos/staging-x86_64/PKGBUILD
(from rev 149012, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-x86_64/mplayer.desktop
(from rev 149012, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-x86_64/mplayer.install
(from rev 149012, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-x86_64/mplayer.png
(from rev 149012, mplayer/trunk/mplayer.png)

+
 staging-i686/PKGBUILD  |   72 +++
 staging-i686/mplayer.desktop   |   21 +++
 staging-i686/mplayer.install   |   11 +
 staging-x86_64/PKGBUILD|   72 +++
 staging-x86_64/mplayer.desktop |   21 +++
 staging-x86_64/mplayer.install |   11 +
 6 files changed, 208 insertions(+)

Copied: mplayer/repos/staging-i686/PKGBUILD (from rev 149012, 
mplayer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-05 14:04:45 UTC (rev 149013)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=34426
+pkgrel=3
+arch=('i686' 'x86_64')
+makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'cdparanoia' 'libxinerama' 
'sdl' 'lame' 'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
+'aalib' 'jack' 'libcaca' 'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 
'libvdpau' 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx'
+'libpulse' 'fribidi' 'unzip' 'mesa' 'live-media' 'yasm' 'git' 'fontconfig' 
'mpg123' 'ladspa' 'libass' 'libbluray')
+license=('GPL')
+url=http://www.mplayerhq.hu/;
+options=(!buildflags !emptydirs)
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz 
mplayer.desktop)
+md5sums=('ff81117293e76b59e54debc439d8e612'
+ 'c0d6ef795cf6de48e3b87ff7c23f0319')
+
+build() {
+cd ${srcdir}/${pkgname}
+
+./configure --prefix=/usr \
+--enable-runtime-cpudetection \
+--disable-gui \
+--disable-arts \
+--disable-liblzo \
+--disable-speex \
+--disable-openal \
+--disable-libdv \
+--disable-musepack \
+--disable-esd \
+--disable-mga \
+--disable-ass-internal \
+--enable-xvmc \
+--enable-radio \
+--language=all \
+--confdir=/etc/mplayer
+[ $CARCH = i686 ]   sed 's|-march=i486|-march=i686|g' -i config.mak
+
+make
+}
+
+package_mplayer() {
+pkgdesc=A movie player for linux
+install=mplayer.install
+backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+depends=('desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 
'libvpx' 'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'  
'libgl'
+'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore' 'opencore-amr' 
'jack' 'cdparanoia' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga' 'fribidi'
+'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123' 'libass' 
'libxxf86vm' 'libbluray')
+
+cd ${srcdir}/${pkgbase}
+
+make DESTDIR=${pkgdir} install-mplayer install-mplayer-man
+install -Dm644 etc/{codecs.conf,input.conf,example.conf} 
${pkgdir}/etc/mplayer/
+install -dm755 ${pkgdir}/usr/share/mplayer/
+ln -s /usr/share/fonts/TTF/DejaVuSans.ttf 
${pkgdir}/usr/share/mplayer/subfont.ttf
+rm -rf ${pkgdir}/usr/share/mplayer/font
+#desktop file  FS#14770
+install -Dm644 ${srcdir}/mplayer.desktop 
${pkgdir}/usr/share/applications/mplayer.desktop
+install -Dm644 etc/mplayer.png ${pkgdir}/usr/share/pixmaps/mplayer.png
+}
+
+package_mencoder() {
+pkgdesc=Free command line video decoding, encoding and filtering tool
+depends=('enca' 'a52dec' 'libvpx' 'x264' 'libmng' 'libdca' 'bzip2' 'lame' 
'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore' 'opencore-amr' 
'cdparanoia'
+'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2' 'schroedinger' 
'mpg123' 'libass' 'libbluray')
+
+cd ${srcdir}/${pkgbase}
+make DESTDIR=${pkgdir} install-mencoder install-mencoder-man
+find $pkgdir/usr/share/man -name 'mplayer.1' -exec bash -c 'mv $1 
${1/mplayer/mencoder}' _ {} \;
+}

Copied: mplayer/repos/staging-i686/mplayer.desktop (from rev 149012, 
mplayer/trunk/mplayer.desktop)

[arch-commits] Commit in mplayer/repos (10 files)

2012-01-26 Thread Eric Bélanger
Date: Friday, January 27, 2012 @ 00:37:09
  Author: eric
Revision: 147694

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  mplayer/repos/staging-i686/
  mplayer/repos/staging-i686/PKGBUILD
(from rev 147693, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-i686/mplayer.desktop
(from rev 147693, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-i686/mplayer.install
(from rev 147693, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-i686/mplayer.png
(from rev 147693, mplayer/trunk/mplayer.png)
  mplayer/repos/staging-x86_64/
  mplayer/repos/staging-x86_64/PKGBUILD
(from rev 147693, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-x86_64/mplayer.desktop
(from rev 147693, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-x86_64/mplayer.install
(from rev 147693, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-x86_64/mplayer.png
(from rev 147693, mplayer/trunk/mplayer.png)

+
 staging-i686/PKGBUILD  |   72 +++
 staging-i686/mplayer.desktop   |   21 +++
 staging-i686/mplayer.install   |   11 +
 staging-x86_64/PKGBUILD|   72 +++
 staging-x86_64/mplayer.desktop |   21 +++
 staging-x86_64/mplayer.install |   11 +
 6 files changed, 208 insertions(+)

Copied: mplayer/repos/staging-i686/PKGBUILD (from rev 147693, 
mplayer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-27 05:37:09 UTC (rev 147694)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=34426
+pkgrel=2
+arch=('i686' 'x86_64')
+makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'cdparanoia' 'libxinerama' 
'sdl' 'lame' 'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
+'aalib' 'jack' 'libcaca' 'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 
'libvdpau' 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx'
+'libpulse' 'fribidi' 'unzip' 'mesa' 'live-media' 'yasm' 'git' 'fontconfig' 
'mpg123' 'ladspa' 'libass' 'libbluray')
+license=('GPL')
+url=http://www.mplayerhq.hu/;
+options=(!buildflags !emptydirs)
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz 
mplayer.desktop)
+md5sums=('ff81117293e76b59e54debc439d8e612'
+ 'c0d6ef795cf6de48e3b87ff7c23f0319')
+
+build() {
+cd ${srcdir}/${pkgname}
+
+./configure --prefix=/usr \
+--enable-runtime-cpudetection \
+--disable-gui \
+--disable-arts \
+--disable-liblzo \
+--disable-speex \
+--disable-openal \
+--disable-libdv \
+--disable-musepack \
+--disable-esd \
+--disable-mga \
+--disable-ass-internal \
+--enable-xvmc \
+--enable-radio \
+--language=all \
+--confdir=/etc/mplayer
+[ $CARCH = i686 ]   sed 's|-march=i486|-march=i686|g' -i config.mak
+
+make
+}
+
+package_mplayer() {
+pkgdesc=A movie player for linux
+install=mplayer.install
+backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+depends=('desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 
'libvpx' 'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'  
'libgl'
+'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore' 'opencore-amr' 
'jack' 'cdparanoia' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga' 'fribidi'
+'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123' 'libass' 
'libxxf86vm' 'libbluray')
+
+cd ${srcdir}/${pkgbase}
+
+make DESTDIR=${pkgdir} install-mplayer install-mplayer-man
+install -Dm644 etc/{codecs.conf,input.conf,example.conf} 
${pkgdir}/etc/mplayer/
+install -dm755 ${pkgdir}/usr/share/mplayer/
+ln -s /usr/share/fonts/TTF/DejaVuSans.ttf 
${pkgdir}/usr/share/mplayer/subfont.ttf
+rm -rf ${pkgdir}/usr/share/mplayer/font
+#desktop file  FS#14770
+install -Dm644 ${srcdir}/mplayer.desktop 
${pkgdir}/usr/share/applications/mplayer.desktop
+install -Dm644 etc/mplayer.png ${pkgdir}/usr/share/pixmaps/mplayer.png
+}
+
+package_mencoder() {
+pkgdesc=Free command line video decoding, encoding and filtering tool
+depends=('enca' 'a52dec' 'libvpx' 'x264' 'libmng' 'libdca' 'bzip2' 'lame' 
'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore' 'opencore-amr' 
'cdparanoia'
+'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2' 'schroedinger' 
'mpg123' 'libass' 'libbluray')
+
+cd ${srcdir}/${pkgbase}
+make DESTDIR=${pkgdir} install-mencoder install-mencoder-man
+find $pkgdir/usr/share/man -name 'mplayer.1' -exec bash -c 'mv $1 
${1/mplayer/mencoder}' _ {} \;
+}

Copied: mplayer/repos/staging-i686/mplayer.desktop (from rev 147693, 
mplayer/trunk/mplayer.desktop)

[arch-commits] Commit in mplayer/repos (10 files)

2011-10-31 Thread Ionut Biru
Date: Monday, October 31, 2011 @ 10:21:52
  Author: ibiru
Revision: 141588

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  mplayer/repos/staging-i686/
  mplayer/repos/staging-i686/PKGBUILD
(from rev 141587, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-i686/mplayer.desktop
(from rev 141587, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-i686/mplayer.install
(from rev 141587, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-i686/mplayer.png
(from rev 141587, mplayer/trunk/mplayer.png)
  mplayer/repos/staging-x86_64/
  mplayer/repos/staging-x86_64/PKGBUILD
(from rev 141587, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-x86_64/mplayer.desktop
(from rev 141587, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-x86_64/mplayer.install
(from rev 141587, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-x86_64/mplayer.png
(from rev 141587, mplayer/trunk/mplayer.png)

+
 staging-i686/PKGBUILD  |   71 +++
 staging-i686/mplayer.desktop   |   21 +++
 staging-i686/mplayer.install   |   11 ++
 staging-x86_64/PKGBUILD|   71 +++
 staging-x86_64/mplayer.desktop |   21 +++
 staging-x86_64/mplayer.install |   11 ++
 6 files changed, 206 insertions(+)

Copied: mplayer/repos/staging-i686/PKGBUILD (from rev 141587, 
mplayer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-31 14:21:52 UTC (rev 141588)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=34283
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'cdparanoia' 'libxinerama' 
'sdl' 'lame' 'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
+'aalib' 'jack' 'libcaca' 'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 
'libvdpau' 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx'
+'libpulse' 'fribidi' 'unzip' 'mesa' 'live-media' 'yasm' 'git' 'fontconfig' 
'mpg123' 'ladspa' 'libass')
+license=('GPL')
+url=http://www.mplayerhq.hu/;
+options=(!buildflags !emptydirs)
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz 
mplayer.desktop)
+md5sums=('8e2c444e3e4628a3d9194b4810e54a45'
+ 'c0d6ef795cf6de48e3b87ff7c23f0319')
+
+build() {
+cd ${srcdir}/${pkgname}
+
+./configure --prefix=/usr \
+--enable-runtime-cpudetection \
+--disable-gui \
+--disable-arts \
+--disable-liblzo \
+--disable-speex \
+--disable-openal \
+--disable-libdv \
+--disable-musepack \
+--disable-esd \
+--disable-mga \
+--disable-ass-internal \
+--enable-xvmc \
+--language=all \
+--confdir=/etc/mplayer
+[ $CARCH = i686 ]   sed 's|-march=i486|-march=i686|g' -i config.mak
+
+make
+}
+
+package_mplayer() {
+pkgdesc=A movie player for linux
+install=mplayer.install
+backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+depends=('desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 
'libvpx' 'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'  
'libgl'
+'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore' 'opencore-amr' 
'jack' 'cdparanoia' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga' 'fribidi'
+'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123' 'libass' 
'libxxf86vm')
+
+cd ${srcdir}/${pkgbase}
+
+make DESTDIR=${pkgdir} install-mplayer  install-mplayer-man
+install -Dm644 etc/{codecs.conf,input.conf,example.conf} 
${pkgdir}/etc/mplayer/
+install -dm755 ${pkgdir}/usr/share/mplayer/
+ln -s /usr/share/fonts/TTF/DejaVuSans.ttf 
${pkgdir}/usr/share/mplayer/subfont.ttf
+rm -rf ${pkgdir}/usr/share/mplayer/font
+#desktop file  FS#14770
+install -Dm644 ${srcdir}/mplayer.desktop 
${pkgdir}/usr/share/applications/mplayer.desktop
+install -Dm644 etc/mplayer.png ${pkgdir}/usr/share/pixmaps/mplayer.png
+}
+
+package_mencoder() {
+pkgdesc=Free command line video decoding, encoding and filtering tool
+depends=('enca' 'a52dec' 'libvpx' 'x264' 'libmng' 'libdca' 'bzip2' 'lame' 
'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore' 'opencore-amr' 
'cdparanoia'
+'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2' 'schroedinger' 
'mpg123' 'libass')
+
+cd ${srcdir}/${pkgbase}
+make DESTDIR=${pkgdir} install-mencoder install-mencoder-man
+find $pkgdir/usr/share/man -name 'mplayer.1' -exec bash -c 'mv $1 
${1/mplayer/mencoder}' _ {} \;
+}

Copied: mplayer/repos/staging-i686/mplayer.desktop (from rev 141587, 
mplayer/trunk/mplayer.desktop)
===

[arch-commits] Commit in mplayer/repos (10 files)

2011-10-03 Thread Ionut Biru
Date: Monday, October 3, 2011 @ 08:57:16
  Author: ibiru
Revision: 139557

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  mplayer/repos/staging-i686/
  mplayer/repos/staging-i686/PKGBUILD
(from rev 139556, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-i686/mplayer.desktop
(from rev 139556, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-i686/mplayer.install
(from rev 139556, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-i686/mplayer.png
(from rev 139556, mplayer/trunk/mplayer.png)
  mplayer/repos/staging-x86_64/
  mplayer/repos/staging-x86_64/PKGBUILD
(from rev 139556, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-x86_64/mplayer.desktop
(from rev 139556, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-x86_64/mplayer.install
(from rev 139556, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-x86_64/mplayer.png
(from rev 139556, mplayer/trunk/mplayer.png)

+
 staging-i686/PKGBUILD  |   71 +++
 staging-i686/mplayer.desktop   |   21 +++
 staging-i686/mplayer.install   |   11 ++
 staging-x86_64/PKGBUILD|   71 +++
 staging-x86_64/mplayer.desktop |   21 +++
 staging-x86_64/mplayer.install |   11 ++
 6 files changed, 206 insertions(+)

Copied: mplayer/repos/staging-i686/PKGBUILD (from rev 139556, 
mplayer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-03 12:57:16 UTC (rev 139557)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=34174
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'cdparanoia' 'libxinerama' 
'sdl' 'lame' 'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
+'aalib' 'jack' 'libcaca' 'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 
'libvdpau' 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx'
+'libpulse' 'fribidi' 'unzip' 'mesa' 'live-media' 'yasm' 'git' 'fontconfig' 
'mpg123' 'ladspa' 'libass')
+license=('GPL')
+url=http://www.mplayerhq.hu/;
+options=(!buildflags !emptydirs)
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz 
mplayer.desktop)
+md5sums=('73225e0be6c5db51d7cbf2a0dd1d25a2'
+ 'c0d6ef795cf6de48e3b87ff7c23f0319')
+
+build() {
+cd ${srcdir}/${pkgname}
+
+./configure --prefix=/usr \
+--enable-runtime-cpudetection \
+--disable-gui \
+--disable-arts \
+--disable-liblzo \
+--disable-speex \
+--disable-openal \
+--disable-libdv \
+--disable-musepack \
+--disable-esd \
+--disable-mga \
+--disable-ass-internal \
+--enable-xvmc \
+--language=all \
+--confdir=/etc/mplayer
+[ $CARCH = i686 ]   sed 's|-march=i486|-march=i686|g' -i config.mak
+
+make
+}
+
+package_mplayer() {
+pkgdesc=A movie player for linux
+install=mplayer.install
+backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+depends=('desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 
'libvpx' 'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'  
'libgl'
+'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore' 'opencore-amr' 
'jack' 'cdparanoia' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga' 'fribidi'
+'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123' 'libass' 
'libxxf86vm')
+
+cd ${srcdir}/${pkgbase}
+
+make DESTDIR=${pkgdir} install-mplayer  install-mplayer-man
+install -Dm644 etc/{codecs.conf,input.conf,example.conf} 
${pkgdir}/etc/mplayer/
+install -dm755 ${pkgdir}/usr/share/mplayer/
+ln -s /usr/share/fonts/TTF/DejaVuSans.ttf 
${pkgdir}/usr/share/mplayer/subfont.ttf
+rm -rf ${pkgdir}/usr/share/mplayer/font
+#desktop file  FS#14770
+install -Dm644 ${srcdir}/mplayer.desktop 
${pkgdir}/usr/share/applications/mplayer.desktop
+install -Dm644 etc/mplayer.png ${pkgdir}/usr/share/pixmaps/mplayer.png
+}
+
+package_mencoder() {
+pkgdesc=Free command line video decoding, encoding and filtering tool
+depends=('enca' 'a52dec' 'libvpx' 'x264' 'libmng' 'libdca' 'bzip2' 'lame' 
'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore' 'opencore-amr' 
'cdparanoia'
+'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2' 'schroedinger' 
'mpg123' 'libass')
+
+cd ${srcdir}/${pkgbase}
+make DESTDIR=${pkgdir} install-mencoder install-mencoder-man
+find $pkgdir/usr/share/man -name 'mplayer.1' -exec bash -c 'mv $1 
${1/mplayer/mencoder}' _ {} \;
+}

Copied: mplayer/repos/staging-i686/mplayer.desktop (from rev 139556, 
mplayer/trunk/mplayer.desktop)
===
---