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

2016-07-04 Thread Antonio Rojas
Date: Monday, July 4, 2016 @ 07:55:14
  Author: arojas
Revision: 270932

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

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

+
 staging-i686/PKGBUILD  |  101 +++
 staging-i686/cdio-includes.patch   |   43 +
 staging-i686/include-samba-4.0.patch   |   12 +++
 staging-i686/mplayer.desktop   |   22 ++
 staging-i686/revert-icl-fixes.patch|   66 
 staging-x86_64/PKGBUILD|  101 +++
 staging-x86_64/cdio-includes.patch |   43 +
 staging-x86_64/include-samba-4.0.patch |   12 +++
 staging-x86_64/mplayer.desktop |   22 ++
 staging-x86_64/revert-icl-fixes.patch  |   66 
 10 files changed, 488 insertions(+)

Copied: mplayer/repos/staging-i686/PKGBUILD (from rev 270931, 
mplayer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-07-04 07:55:14 UTC (rev 270932)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Hugo Doria 
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=37857
+pkgrel=2
+arch=('i686' 'x86_64')
+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'
+)
+license=('GPL')
+url='http://www.mplayerhq.hu/'
+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)
+md5sums=('SKIP'
+ '62f44a58f072b2b1a3c3d3e4976d64b3'
+ '868a92bdef148df7f38bfa992b26ce9d'
+ '3579402002b7302fdf2d146639333efd')
+
+prepare() {
+  cd $pkgbase-$pkgver
+#  mv ../ffmpeg-*/ ./ffmpeg
+
+  patch -Np1 -i ../include-samba-4.0.patch
+  patch -Np0 -i ../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 -Dm644 etc/{codecs.conf,input.conf,example.conf} \
+"$pkgdir/etc/mplayer/"
+
+  # desktop file (FS#14770)
+  install -Dm644 ../mplayer.desktop \
+

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

2014-03-24 Thread Bartłomiej Piotrowski
Date: Monday, March 24, 2014 @ 10:21:20
  Author: bpiotrowski
Revision: 208540

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

Added:
  mplayer/repos/staging-i686/
  mplayer/repos/staging-i686/PKGBUILD
(from rev 208539, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-i686/cdio-includes.patch
(from rev 208539, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/staging-i686/include-samba-4.0.patch
(from rev 208539, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/staging-i686/mplayer.desktop
(from rev 208539, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-i686/mplayer.install
(from rev 208539, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-i686/mplayer.png
(from rev 208539, mplayer/trunk/mplayer.png)
  mplayer/repos/staging-x86_64/
  mplayer/repos/staging-x86_64/PKGBUILD
(from rev 208539, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-x86_64/cdio-includes.patch
(from rev 208539, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/staging-x86_64/include-samba-4.0.patch
(from rev 208539, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/staging-x86_64/mplayer.desktop
(from rev 208539, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-x86_64/mplayer.install
(from rev 208539, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-x86_64/mplayer.png
(from rev 208539, mplayer/trunk/mplayer.png)

+
 staging-i686/PKGBUILD  |  106 +++
 staging-i686/cdio-includes.patch   |   43 
 staging-i686/include-samba-4.0.patch   |   12 +++
 staging-i686/mplayer.desktop   |   22 ++
 staging-i686/mplayer.install   |   11 +++
 staging-x86_64/PKGBUILD|  106 +++
 staging-x86_64/cdio-includes.patch |   43 
 staging-x86_64/include-samba-4.0.patch |   12 +++
 staging-x86_64/mplayer.desktop |   22 ++
 staging-x86_64/mplayer.install |   11 +++
 10 files changed, 388 insertions(+)

Copied: mplayer/repos/staging-i686/PKGBUILD (from rev 208539, 
mplayer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-03-24 09:21:20 UTC (rev 208540)
@@ -0,0 +1,106 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=37051
+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-paranoia' 'opus'
+)
+license=('GPL')
+url='http://www.mplayerhq.hu/'
+options=('!buildflags' '!emptydirs')
+source=(ftp://ftp.archlinux.org/other/packages/$pkgbase/$pkgbase-$pkgver.tar.xz{,.sig}
+http://ffmpeg.org/releases/ffmpeg-2.2.tar.bz2
+mplayer.desktop
+cdio-includes.patch
+include-samba-4.0.patch)
+md5sums=('0407ab1f9613dcd6bce06a80ac0b028b'
+ 'SKIP'
+ '744febca199548c9393b1f1ed05ccdd8'
+ '62f44a58f072b2b1a3c3d3e4976d64b3'
+ '7b5be7191aafbea64218dc4916343bbc'
+ '868a92bdef148df7f38bfa992b26ce9d')
+
+prepare() {
+cd $pkgbase-$pkgver
+patch -p0 -i ../cdio-includes.patch
+patch -p1 -i ../include-samba-4.0.patch
+
+mv ../ffmpeg-2.2 ./ffmpeg
+}
+
+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 \
+--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'
+install=mplayer.install
+backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+depends=(
+'desktop-file-utils' 'ttf-font' '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' 

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

2014-01-14 Thread Jan de Groot
Date: Tuesday, January 14, 2014 @ 13:09:59
  Author: jgc
Revision: 204040

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

Added:
  mplayer/repos/staging-i686/
  mplayer/repos/staging-i686/PKGBUILD
(from rev 204039, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-i686/cdio-includes.patch
(from rev 204039, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/staging-i686/include-samba-4.0.patch
(from rev 204039, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/staging-i686/mplayer.desktop
(from rev 204039, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-i686/mplayer.install
(from rev 204039, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-i686/mplayer.png
(from rev 204039, mplayer/trunk/mplayer.png)
  mplayer/repos/staging-x86_64/
  mplayer/repos/staging-x86_64/PKGBUILD
(from rev 204039, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-x86_64/cdio-includes.patch
(from rev 204039, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/staging-x86_64/include-samba-4.0.patch
(from rev 204039, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/staging-x86_64/mplayer.desktop
(from rev 204039, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-x86_64/mplayer.install
(from rev 204039, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-x86_64/mplayer.png
(from rev 204039, mplayer/trunk/mplayer.png)

+
 staging-i686/PKGBUILD  |  106 +++
 staging-i686/cdio-includes.patch   |   43 
 staging-i686/include-samba-4.0.patch   |   12 +++
 staging-i686/mplayer.desktop   |   22 ++
 staging-i686/mplayer.install   |   11 +++
 staging-x86_64/PKGBUILD|  106 +++
 staging-x86_64/cdio-includes.patch |   43 
 staging-x86_64/include-samba-4.0.patch |   12 +++
 staging-x86_64/mplayer.desktop |   22 ++
 staging-x86_64/mplayer.install |   11 +++
 10 files changed, 388 insertions(+)

Copied: mplayer/repos/staging-i686/PKGBUILD (from rev 204039, 
mplayer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-14 12:09:59 UTC (rev 204040)
@@ -0,0 +1,106 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=36498
+pkgrel=5
+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-paranoia' 'opus'
+)
+license=('GPL')
+url='http://www.mplayerhq.hu/'
+options=('!buildflags' '!emptydirs')
+source=(ftp://ftp.archlinux.org/other/packages/$pkgbase/$pkgbase-$pkgver.tar.xz
+http://ffmpeg.org/releases/ffmpeg-2.1.tar.bz2
+mplayer.desktop
+cdio-includes.patch
+include-samba-4.0.patch)
+md5sums=('8b856e8833d910b6e38b04bb8453d0dc'
+ '4ec1cedd4c7753512462f70b347c338a'
+ '62f44a58f072b2b1a3c3d3e4976d64b3'
+ '7b5be7191aafbea64218dc4916343bbc'
+ '868a92bdef148df7f38bfa992b26ce9d')
+
+prepare() {
+cd $pkgbase-$pkgver
+patch -p0 -i ../cdio-includes.patch
+patch -p1 -i ../include-samba-4.0.patch
+
+mv ../ffmpeg-2.1 ./ffmpeg
+}
+
+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 \
+--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=A movie player for linux
+install=mplayer.install
+backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+depends=(
+'desktop-file-utils' 'ttf-font' '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' 

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

2013-11-02 Thread Bartłomiej Piotrowski
Date: Saturday, November 2, 2013 @ 09:10:25
  Author: bpiotrowski
Revision: 198699

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

Added:
  mplayer/repos/staging-i686/
  mplayer/repos/staging-i686/PKGBUILD
(from rev 198698, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-i686/cdio-includes.patch
(from rev 198698, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/staging-i686/include-samba-4.0.patch
(from rev 198698, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/staging-i686/mplayer.desktop
(from rev 198698, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-i686/mplayer.install
(from rev 198698, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-i686/mplayer.png
(from rev 198698, mplayer/trunk/mplayer.png)
  mplayer/repos/staging-x86_64/
  mplayer/repos/staging-x86_64/PKGBUILD
(from rev 198698, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-x86_64/cdio-includes.patch
(from rev 198698, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/staging-x86_64/include-samba-4.0.patch
(from rev 198698, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/staging-x86_64/mplayer.desktop
(from rev 198698, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-x86_64/mplayer.install
(from rev 198698, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-x86_64/mplayer.png
(from rev 198698, mplayer/trunk/mplayer.png)

+
 staging-i686/PKGBUILD  |  111 +++
 staging-i686/cdio-includes.patch   |   43 
 staging-i686/include-samba-4.0.patch   |   12 +++
 staging-i686/mplayer.desktop   |   22 ++
 staging-i686/mplayer.install   |   11 +++
 staging-x86_64/PKGBUILD|  111 +++
 staging-x86_64/cdio-includes.patch |   43 
 staging-x86_64/include-samba-4.0.patch |   12 +++
 staging-x86_64/mplayer.desktop |   22 ++
 staging-x86_64/mplayer.install |   11 +++
 10 files changed, 398 insertions(+)

Copied: mplayer/repos/staging-i686/PKGBUILD (from rev 198698, 
mplayer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-02 08:10:25 UTC (rev 198699)
@@ -0,0 +1,111 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=36498
+pkgrel=3
+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-paranoia' 'opus'
+)
+license=('GPL')
+url='http://www.mplayerhq.hu/'
+options=('!buildflags' '!emptydirs')
+source=(ftp://ftp.archlinux.org/other/packages/$pkgbase/$pkgbase-$pkgver.tar.xz
+http://ffmpeg.org/releases/ffmpeg-2.1.tar.bz2
+mplayer.desktop
+cdio-includes.patch
+include-samba-4.0.patch)
+md5sums=('8b856e8833d910b6e38b04bb8453d0dc'
+ '4ec1cedd4c7753512462f70b347c338a'
+ '62f44a58f072b2b1a3c3d3e4976d64b3'
+ '7b5be7191aafbea64218dc4916343bbc'
+ '868a92bdef148df7f38bfa992b26ce9d')
+
+prepare() {
+cd $pkgbase-$pkgver
+patch -p0 -i ../cdio-includes.patch
+patch -p1 -i ../include-samba-4.0.patch
+
+mv ../ffmpeg-2.1 ./ffmpeg
+}
+
+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 \
+--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=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'
+

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

2013-10-31 Thread Bartłomiej Piotrowski
Date: Thursday, October 31, 2013 @ 19:54:26
  Author: bpiotrowski
Revision: 198645

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

Added:
  mplayer/repos/testing-i686/
  mplayer/repos/testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch
(from rev 198644, 
mplayer/trunk/0001-demux_gif-declare-missing-PrintGifError.patch)
  mplayer/repos/testing-i686/PKGBUILD
(from rev 198644, mplayer/trunk/PKGBUILD)
  mplayer/repos/testing-i686/cdio-includes.patch
(from rev 198644, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/testing-i686/mplayer.desktop
(from rev 198644, mplayer/trunk/mplayer.desktop)
  mplayer/repos/testing-i686/mplayer.install
(from rev 198644, mplayer/trunk/mplayer.install)
  mplayer/repos/testing-i686/mplayer.png
(from rev 198644, mplayer/trunk/mplayer.png)
  mplayer/repos/testing-x86_64/
  
mplayer/repos/testing-x86_64/0001-demux_gif-declare-missing-PrintGifError.patch
(from rev 198644, 
mplayer/trunk/0001-demux_gif-declare-missing-PrintGifError.patch)
  mplayer/repos/testing-x86_64/PKGBUILD
(from rev 198644, mplayer/trunk/PKGBUILD)
  mplayer/repos/testing-x86_64/cdio-includes.patch
(from rev 198644, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/testing-x86_64/mplayer.desktop
(from rev 198644, mplayer/trunk/mplayer.desktop)
  mplayer/repos/testing-x86_64/mplayer.install
(from rev 198644, mplayer/trunk/mplayer.install)
  mplayer/repos/testing-x86_64/mplayer.png
(from rev 198644, mplayer/trunk/mplayer.png)

---+
 testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch   |   34 
 testing-i686/PKGBUILD |   85 
++
 testing-i686/cdio-includes.patch  |   43 +
 testing-i686/mplayer.desktop  |   21 ++
 testing-i686/mplayer.install  |   11 +
 testing-x86_64/0001-demux_gif-declare-missing-PrintGifError.patch |   34 
 testing-x86_64/PKGBUILD   |   85 
++
 testing-x86_64/cdio-includes.patch|   43 +
 testing-x86_64/mplayer.desktop|   21 ++
 testing-x86_64/mplayer.install|   11 +
 10 files changed, 388 insertions(+)

Copied: 
mplayer/repos/testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch 
(from rev 198644, 
mplayer/trunk/0001-demux_gif-declare-missing-PrintGifError.patch)
===
--- testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch 
(rev 0)
+++ testing-i686/0001-demux_gif-declare-missing-PrintGifError.patch 
2013-10-31 18:54:26 UTC (rev 198645)
@@ -0,0 +1,34 @@
+From 5194f95d39ffbb0a4a7b027d8f1b084436feb22c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= b...@bpiotrowski.pl
+Date: Sun, 14 Jul 2013 10:51:11 +0200
+Subject: [PATCH] demux_gif: declare missing PrintGifError
+
+Apparently it has been removed from newer Giflib releases.
+---
+ libmpdemux/demux_gif.c | 10 ++
+ 1 file changed, 10 insertions(+)
+
+diff --git a/libmpdemux/demux_gif.c b/libmpdemux/demux_gif.c
+index eee7a85..3d761c0 100644
+--- a/libmpdemux/demux_gif.c
 b/libmpdemux/demux_gif.c
+@@ -44,6 +44,16 @@ typedef struct {
+ 
+ #define GIF_SIGNATURE (('G'  16) | ('I'  8) | 'F')
+ 
++static void PrintGifError(void)
++{
++  char *Err = GifErrorString();
++
++  if (Err != NULL)
++fprintf(stderr, \nGIF-LIB error: %s.\n, Err);
++  else
++fprintf(stderr, \nGIF-LIB undefined error %d.\n, GifError());
++}
++
+ #ifndef CONFIG_GIF_TVT_HACK
+ // not supported by certain versions of the library
+ static int my_read_gif(GifFileType *gif, uint8_t *buf, int len)
+-- 
+1.8.3.2
+

Copied: mplayer/repos/testing-i686/PKGBUILD (from rev 198644, 
mplayer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-31 18:54:26 UTC (rev 198645)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=36498
+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-paranoia' 'subversion')
+license=('GPL')
+url=http://www.mplayerhq.hu/;
+options=('!buildflags' '!emptydirs')

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

2013-08-16 Thread Eric Bélanger
Date: Saturday, August 17, 2013 @ 02:44:36
  Author: eric
Revision: 193128

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

Added:
  mplayer/repos/staging-i686/
  mplayer/repos/staging-i686/0001-demux_gif-declare-missing-PrintGifError.patch
(from rev 193127, 
mplayer/trunk/0001-demux_gif-declare-missing-PrintGifError.patch)
  mplayer/repos/staging-i686/PKGBUILD
(from rev 193127, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-i686/cdio-includes.patch
(from rev 193127, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/staging-i686/mplayer.desktop
(from rev 193127, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-i686/mplayer.install
(from rev 193127, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-i686/mplayer.png
(from rev 193127, mplayer/trunk/mplayer.png)
  mplayer/repos/staging-x86_64/
  
mplayer/repos/staging-x86_64/0001-demux_gif-declare-missing-PrintGifError.patch
(from rev 193127, 
mplayer/trunk/0001-demux_gif-declare-missing-PrintGifError.patch)
  mplayer/repos/staging-x86_64/PKGBUILD
(from rev 193127, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-x86_64/cdio-includes.patch
(from rev 193127, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/staging-x86_64/mplayer.desktop
(from rev 193127, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-x86_64/mplayer.install
(from rev 193127, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-x86_64/mplayer.png
(from rev 193127, mplayer/trunk/mplayer.png)

---+
 staging-i686/0001-demux_gif-declare-missing-PrintGifError.patch   |   34 +++
 staging-i686/PKGBUILD |   86 
++
 staging-i686/cdio-includes.patch  |   43 +
 staging-i686/mplayer.desktop  |   21 ++
 staging-i686/mplayer.install  |   11 +
 staging-x86_64/0001-demux_gif-declare-missing-PrintGifError.patch |   34 +++
 staging-x86_64/PKGBUILD   |   86 
++
 staging-x86_64/cdio-includes.patch|   43 +
 staging-x86_64/mplayer.desktop|   21 ++
 staging-x86_64/mplayer.install|   11 +
 10 files changed, 390 insertions(+)

Copied: 
mplayer/repos/staging-i686/0001-demux_gif-declare-missing-PrintGifError.patch 
(from rev 193127, 
mplayer/trunk/0001-demux_gif-declare-missing-PrintGifError.patch)
===
--- staging-i686/0001-demux_gif-declare-missing-PrintGifError.patch 
(rev 0)
+++ staging-i686/0001-demux_gif-declare-missing-PrintGifError.patch 
2013-08-17 00:44:36 UTC (rev 193128)
@@ -0,0 +1,34 @@
+From 5194f95d39ffbb0a4a7b027d8f1b084436feb22c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= b...@bpiotrowski.pl
+Date: Sun, 14 Jul 2013 10:51:11 +0200
+Subject: [PATCH] demux_gif: declare missing PrintGifError
+
+Apparently it has been removed from newer Giflib releases.
+---
+ libmpdemux/demux_gif.c | 10 ++
+ 1 file changed, 10 insertions(+)
+
+diff --git a/libmpdemux/demux_gif.c b/libmpdemux/demux_gif.c
+index eee7a85..3d761c0 100644
+--- a/libmpdemux/demux_gif.c
 b/libmpdemux/demux_gif.c
+@@ -44,6 +44,16 @@ typedef struct {
+ 
+ #define GIF_SIGNATURE (('G'  16) | ('I'  8) | 'F')
+ 
++static void PrintGifError(void)
++{
++  char *Err = GifErrorString();
++
++  if (Err != NULL)
++fprintf(stderr, \nGIF-LIB error: %s.\n, Err);
++  else
++fprintf(stderr, \nGIF-LIB undefined error %d.\n, GifError());
++}
++
+ #ifndef CONFIG_GIF_TVT_HACK
+ // not supported by certain versions of the library
+ static int my_read_gif(GifFileType *gif, uint8_t *buf, int len)
+-- 
+1.8.3.2
+

Copied: mplayer/repos/staging-i686/PKGBUILD (from rev 193127, 
mplayer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-08-17 00:44:36 UTC (rev 193128)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=36285
+pkgrel=4
+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-paranoia' 'subversion')
+license=('GPL')
+url=http://www.mplayerhq.hu/;
+options=('!buildflags' '!emptydirs')

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

2013-07-14 Thread Bartłomiej Piotrowski
Date: Sunday, July 14, 2013 @ 12:49:10
  Author: bpiotrowski
Revision: 190071

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

Added:
  mplayer/repos/staging-i686/
  mplayer/repos/staging-i686/0001-demux_gif-declare-missing-PrintGifError.patch
(from rev 190070, 
mplayer/trunk/0001-demux_gif-declare-missing-PrintGifError.patch)
  mplayer/repos/staging-i686/PKGBUILD
(from rev 190070, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-i686/cdio-includes.patch
(from rev 190070, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/staging-i686/mplayer.desktop
(from rev 190070, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-i686/mplayer.install
(from rev 190070, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-i686/mplayer.png
(from rev 190070, mplayer/trunk/mplayer.png)
  mplayer/repos/staging-x86_64/
  
mplayer/repos/staging-x86_64/0001-demux_gif-declare-missing-PrintGifError.patch
(from rev 190070, 
mplayer/trunk/0001-demux_gif-declare-missing-PrintGifError.patch)
  mplayer/repos/staging-x86_64/PKGBUILD
(from rev 190070, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-x86_64/cdio-includes.patch
(from rev 190070, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/staging-x86_64/mplayer.desktop
(from rev 190070, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-x86_64/mplayer.install
(from rev 190070, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-x86_64/mplayer.png
(from rev 190070, mplayer/trunk/mplayer.png)

---+
 staging-i686/0001-demux_gif-declare-missing-PrintGifError.patch   |   34 +++
 staging-i686/PKGBUILD |   86 
++
 staging-i686/cdio-includes.patch  |   43 +
 staging-i686/mplayer.desktop  |   21 ++
 staging-i686/mplayer.install  |   11 +
 staging-x86_64/0001-demux_gif-declare-missing-PrintGifError.patch |   34 +++
 staging-x86_64/PKGBUILD   |   86 
++
 staging-x86_64/cdio-includes.patch|   43 +
 staging-x86_64/mplayer.desktop|   21 ++
 staging-x86_64/mplayer.install|   11 +
 10 files changed, 390 insertions(+)

Copied: 
mplayer/repos/staging-i686/0001-demux_gif-declare-missing-PrintGifError.patch 
(from rev 190070, 
mplayer/trunk/0001-demux_gif-declare-missing-PrintGifError.patch)
===
--- staging-i686/0001-demux_gif-declare-missing-PrintGifError.patch 
(rev 0)
+++ staging-i686/0001-demux_gif-declare-missing-PrintGifError.patch 
2013-07-14 10:49:10 UTC (rev 190071)
@@ -0,0 +1,34 @@
+From 5194f95d39ffbb0a4a7b027d8f1b084436feb22c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= b...@bpiotrowski.pl
+Date: Sun, 14 Jul 2013 10:51:11 +0200
+Subject: [PATCH] demux_gif: declare missing PrintGifError
+
+Apparently it has been removed from newer Giflib releases.
+---
+ libmpdemux/demux_gif.c | 10 ++
+ 1 file changed, 10 insertions(+)
+
+diff --git a/libmpdemux/demux_gif.c b/libmpdemux/demux_gif.c
+index eee7a85..3d761c0 100644
+--- a/libmpdemux/demux_gif.c
 b/libmpdemux/demux_gif.c
+@@ -44,6 +44,16 @@ typedef struct {
+ 
+ #define GIF_SIGNATURE (('G'  16) | ('I'  8) | 'F')
+ 
++static void PrintGifError(void)
++{
++  char *Err = GifErrorString();
++
++  if (Err != NULL)
++fprintf(stderr, \nGIF-LIB error: %s.\n, Err);
++  else
++fprintf(stderr, \nGIF-LIB undefined error %d.\n, GifError());
++}
++
+ #ifndef CONFIG_GIF_TVT_HACK
+ // not supported by certain versions of the library
+ static int my_read_gif(GifFileType *gif, uint8_t *buf, int len)
+-- 
+1.8.3.2
+

Copied: mplayer/repos/staging-i686/PKGBUILD (from rev 190070, 
mplayer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-14 10:49:10 UTC (rev 190071)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=36285
+pkgrel=2
+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-paranoia' 'subversion')
+license=('GPL')
+url=http://www.mplayerhq.hu/;
+options=('!buildflags' '!emptydirs')