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

2014-01-14 Thread Sergej Pupykin
Date: Tuesday, January 14, 2014 @ 15:57:03
  Author: spupykin
Revision: 103999

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

Added:
  xbmc/repos/community-staging-i686/
  xbmc/repos/community-staging-i686/PKGBUILD
(from rev 103998, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-staging-i686/polkit.rules
(from rev 103998, xbmc/trunk/polkit.rules)
  xbmc/repos/community-staging-i686/xbmc.install
(from rev 103998, xbmc/trunk/xbmc.install)
  xbmc/repos/community-staging-i686/xbmc.service
(from rev 103998, xbmc/trunk/xbmc.service)
  xbmc/repos/community-staging-x86_64/
  xbmc/repos/community-staging-x86_64/PKGBUILD
(from rev 103998, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-staging-x86_64/polkit.rules
(from rev 103998, xbmc/trunk/polkit.rules)
  xbmc/repos/community-staging-x86_64/xbmc.install
(from rev 103998, xbmc/trunk/xbmc.install)
  xbmc/repos/community-staging-x86_64/xbmc.service
(from rev 103998, xbmc/trunk/xbmc.service)

---+
 community-staging-i686/PKGBUILD   |  123 
 community-staging-i686/polkit.rules   |   11 ++
 community-staging-i686/xbmc.install   |   17 
 community-staging-i686/xbmc.service   |   13 +++
 community-staging-x86_64/PKGBUILD |  123 
 community-staging-x86_64/polkit.rules |   11 ++
 community-staging-x86_64/xbmc.install |   17 
 community-staging-x86_64/xbmc.service |   13 +++
 8 files changed, 328 insertions(+)

Copied: xbmc/repos/community-staging-i686/PKGBUILD (from rev 103998, 
xbmc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-14 14:57:03 UTC (rev 103999)
@@ -0,0 +1,123 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
+# Contributor: Zeqadious zeqadious.at.gmail.dot.com
+# Contributor: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
+
+_prefix=/usr
+
+pkgname=xbmc
+pkgver=12.3
+_codename=Frodo
+pkgrel=6
+pkgdesc=A software media player and entertainment hub for digital media
+arch=('i686' 'x86_64')
+url=http://xbmc.org;
+license=('GPL' 'custom')
+depends=('hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva'
+'libpng' 'libcdio' 'yajl' 'libmariadbclient' 'libjpeg-turbo' 
'libsamplerate'
+'glew' 'libssh' 'libmicrohttpd' 'libxrandr' 'sdl_mixer' 'sdl_image' 
'python2'
+'libass' 'libmpeg2' 'libmad' 'libmodplug' 'jasper' 'rtmpdump' 'unzip' 
'mesa-demos'
+'xorg-xdpyinfo' 'libbluray' 'libnfs' 'afpfs-ng' 'libshairport' 'avahi' 
'bluez-libs' 'glu'
+'tinyxml' 'taglib' 'ffmpeg-compat')
+makedepends=('boost' 'cmake' 'gperf' 'nasm' 'libxinerama' 'zip' 'libvdpau' 
'libcec'
+'udisks' 'upower' 'mesa' 'doxygen' 'swig' 'java-environment')
+optdepends=('libcec: support for Pulse-Eight USB-CEC adapter'
+   'lirc: remote controller support'
+   'udisks: automount external drives'
+   'upower: used to trigger suspend functionality'
+   'unrar: access compressed files without unpacking them'
+   'xorg-xinit: autostart xbmc')
+install=${pkgname}.install
+source=(http://mirrors.xbmc.org/releases/source/xbmc-$pkgver.tar.gz;
+   xbmc.service
+   polkit.rules
+   libass.patch::https://bugs.archlinux.org/index.php?getfile=11285;)
+md5sums=('7ae385ebf8e5cfcb917393235e6efbdb'
+ '8312d6d4ac5d7c3d9eed40ab08a17d3b'
+ 'd4cbb6609c8e7b713c714241f529000e'
+ '7fd6399d2ffbdf06b724f0cc2efa0784')
+
+prepare() {
+  cd ${srcdir}/xbmc-$pkgver-$_codename
+
+  patch -p0 $srcdir/libass.patch
+
+  # fix lsb_release dependency
+  sed -i -e 's:/usr/bin/lsb_release -d:cat /etc/arch-release:' 
xbmc/utils/SystemInfo.cpp
+  sed -i -e 's:#include libsmbclient.h:#include samba-4.0/libsmbclient.h:' 
xbmc/filesystem/{SmbFile,SMBDirectory}.cpp
+}
+
+build() {
+  cd ${srcdir}/xbmc-$pkgver-$_codename
+
+  # Bootstrapping XBMC
+  ./bootstrap
+
+  # Configuring XBMC
+  export PYTHON_VERSION=2  # external python v2
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
+  ./configure --prefix=$_prefix --exec-prefix=$_prefix \
+--disable-debug \
+--enable-optimizations \
+--enable-gl \
+--enable-sdl \
+--enable-vaapi \
+--enable-vdpau \
+--enable-xvba \
+--enable-joystick \
+--enable-xrandr \
+--enable-rsxs \
+--enable-projectm \
+--enable-x11 \
+--enable-rtmp \
+--enable-samba \
+--enable-nfs \
+--enable-afpclient \
+--enable-airplay \
+--enable-airtunes \
+--enable-ffmpeg-libvorbis \
+--enable-dvdcss \
+--disable-hal \
+--enable-avahi \
+--enable-webserver \
+--enable-optical-drive \
+--enable-libbluray \
+

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

2014-01-08 Thread Sergej Pupykin
Date: Wednesday, January 8, 2014 @ 13:23:30
  Author: spupykin
Revision: 103625

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

Added:
  xbmc/repos/testing-i686/
  xbmc/repos/testing-i686/PKGBUILD
(from rev 103624, xbmc/trunk/PKGBUILD)
  xbmc/repos/testing-i686/polkit.rules
(from rev 103624, xbmc/trunk/polkit.rules)
  xbmc/repos/testing-i686/xbmc.install
(from rev 103624, xbmc/trunk/xbmc.install)
  xbmc/repos/testing-i686/xbmc.service
(from rev 103624, xbmc/trunk/xbmc.service)
  xbmc/repos/testing-x86_64/
  xbmc/repos/testing-x86_64/PKGBUILD
(from rev 103624, xbmc/trunk/PKGBUILD)
  xbmc/repos/testing-x86_64/polkit.rules
(from rev 103624, xbmc/trunk/polkit.rules)
  xbmc/repos/testing-x86_64/xbmc.install
(from rev 103624, xbmc/trunk/xbmc.install)
  xbmc/repos/testing-x86_64/xbmc.service
(from rev 103624, xbmc/trunk/xbmc.service)

-+
 testing-i686/PKGBUILD   |  123 ++
 testing-i686/polkit.rules   |   11 +++
 testing-i686/xbmc.install   |   17 +
 testing-i686/xbmc.service   |   13 
 testing-x86_64/PKGBUILD |  123 ++
 testing-x86_64/polkit.rules |   11 +++
 testing-x86_64/xbmc.install |   17 +
 testing-x86_64/xbmc.service |   13 
 8 files changed, 328 insertions(+)

Copied: xbmc/repos/testing-i686/PKGBUILD (from rev 103624, xbmc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-08 12:23:30 UTC (rev 103625)
@@ -0,0 +1,123 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
+# Contributor: Zeqadious zeqadious.at.gmail.dot.com
+# Contributor: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
+
+_prefix=/usr
+
+pkgname=xbmc
+pkgver=12.3
+_codename=Frodo
+pkgrel=5
+pkgdesc=A software media player and entertainment hub for digital media
+arch=('i686' 'x86_64')
+url=http://xbmc.org;
+license=('GPL' 'custom')
+depends=('hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva'
+'libpng' 'libcdio' 'yajl' 'libmariadbclient' 'libjpeg-turbo' 
'libsamplerate'
+'glew' 'libssh' 'libmicrohttpd' 'libxrandr' 'sdl_mixer' 'sdl_image' 
'python2'
+'libass' 'libmpeg2' 'libmad' 'libmodplug' 'jasper' 'rtmpdump' 'unzip' 
'mesa-demos'
+'xorg-xdpyinfo' 'libbluray' 'libnfs' 'afpfs-ng' 'libshairport' 'avahi' 
'bluez-libs' 'glu'
+'tinyxml' 'taglib' 'ffmpeg-compat')
+makedepends=('boost' 'cmake' 'gperf' 'nasm' 'libxinerama' 'zip' 'libvdpau' 
'libcec'
+'udisks' 'upower' 'mesa' 'doxygen' 'swig' 'java-environment')
+optdepends=('libcec: support for Pulse-Eight USB-CEC adapter'
+   'lirc: remote controller support'
+   'udisks: automount external drives'
+   'upower: used to trigger suspend functionality'
+   'unrar: access compressed files without unpacking them'
+   'xorg-xinit: autostart xbmc')
+install=${pkgname}.install
+source=(http://mirrors.xbmc.org/releases/source/xbmc-$pkgver.tar.gz;
+   xbmc.service
+   polkit.rules
+   libass.patch::https://bugs.archlinux.org/index.php?getfile=11285;)
+md5sums=('7ae385ebf8e5cfcb917393235e6efbdb'
+ '8312d6d4ac5d7c3d9eed40ab08a17d3b'
+ 'd4cbb6609c8e7b713c714241f529000e'
+ '7fd6399d2ffbdf06b724f0cc2efa0784')
+
+prepare() {
+  cd ${srcdir}/xbmc-$pkgver-$_codename
+
+  patch -p0 $srcdir/libass.patch
+
+  # fix lsb_release dependency
+  sed -i -e 's:/usr/bin/lsb_release -d:cat /etc/arch-release:' 
xbmc/utils/SystemInfo.cpp
+  sed -i -e 's:#include libsmbclient.h:#include samba-4.0/libsmbclient.h:' 
xbmc/filesystem/{SmbFile,SMBDirectory}.cpp
+}
+
+build() {
+  cd ${srcdir}/xbmc-$pkgver-$_codename
+
+  # Bootstrapping XBMC
+  ./bootstrap
+
+  # Configuring XBMC
+  export PYTHON_VERSION=2  # external python v2
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
+  ./configure --prefix=$_prefix --exec-prefix=$_prefix \
+--disable-debug \
+--enable-optimizations \
+--enable-gl \
+--enable-sdl \
+--enable-vaapi \
+--enable-vdpau \
+--enable-xvba \
+--enable-joystick \
+--enable-xrandr \
+--enable-rsxs \
+--enable-projectm \
+--enable-x11 \
+--enable-rtmp \
+--enable-samba \
+--enable-nfs \
+--enable-afpclient \
+--enable-airplay \
+--enable-airtunes \
+--enable-ffmpeg-libvorbis \
+--enable-dvdcss \
+--disable-hal \
+--enable-avahi \
+--enable-webserver \
+--enable-optical-drive \
+--enable-libbluray \
+--enable-texturepacker \
+--enable-udev \
+--enable-libusb \
+--enable-libcec \
+--enable-external-libraries \
+--enable-external-ffmpeg
+  # Now (finally) build
+  make
+}
+
+package() {
+  cd 

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

2013-07-26 Thread Sergej Pupykin
Date: Friday, July 26, 2013 @ 14:25:59
  Author: spupykin
Revision: 94535

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

Added:
  xbmc/repos/community-staging-i686/
  xbmc/repos/community-staging-i686/ChangeLog
(from rev 94534, xbmc/trunk/ChangeLog)
  xbmc/repos/community-staging-i686/PKGBUILD
(from rev 94534, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-staging-i686/xbmc.install
(from rev 94534, xbmc/trunk/xbmc.install)
  xbmc/repos/community-staging-i686/xbmc.service
(from rev 94534, xbmc/trunk/xbmc.service)
  xbmc/repos/community-staging-x86_64/
  xbmc/repos/community-staging-x86_64/ChangeLog
(from rev 94534, xbmc/trunk/ChangeLog)
  xbmc/repos/community-staging-x86_64/PKGBUILD
(from rev 94534, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-staging-x86_64/xbmc.install
(from rev 94534, xbmc/trunk/xbmc.install)
  xbmc/repos/community-staging-x86_64/xbmc.service
(from rev 94534, xbmc/trunk/xbmc.service)

---+
 community-staging-i686/ChangeLog  |   69 +++
 community-staging-i686/PKGBUILD   |  112 
 community-staging-i686/xbmc.install   |   16 
 community-staging-i686/xbmc.service   |   13 +++
 community-staging-x86_64/ChangeLog|   69 +++
 community-staging-x86_64/PKGBUILD |  112 
 community-staging-x86_64/xbmc.install |   16 
 community-staging-x86_64/xbmc.service |   13 +++
 8 files changed, 420 insertions(+)

Copied: xbmc/repos/community-staging-i686/ChangeLog (from rev 94534, 
xbmc/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2013-07-26 12:25:59 UTC (rev 94535)
@@ -0,0 +1,69 @@
+2010-04-10 BlackEagle ike DOT devolder AT gmail DOT com
+   * 9.11-15 :
+   Made it back compliant with FHS ( thx pierre for pointing that out )
+   namcap checked and modified to fit its needs as far as it was possible
+
+2009-03-07 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-10 :
+   Try and fix some autoconf issues (thanks Gentoo ebuild).
+
+2009-02-08 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-9 :
+   Replace some libtool 'ltmain.sh' scripts with the one from libtool 
+   installed with Arch.
+   Make sure XBMCTex isn't linked to OpenGL libraries or it will segfault
+   on systems using the nvidia driver.
+   
+2009-01-30 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-8 :
+   Fix some include's so that gcc 4.3.x is happy, shouldn't complain about
+   undefined '::realloc' anymore.
+   Remove Mac OS X specific files.
+   
+2009-01-25 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-7 :
+   Moved libcdio, pmount, smbclient and unrar to optdepends.
+   Removed unneeded dependency on sdl_gfx.
+   Removed dependency on libpng as sdl_image depends on it.
+
+2008-12-14 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-6 :
+   Added libpng to dependency list.
+   Added gawk to dependency list.
+   Removed '--disable-mms' and '--enable-halmount' configure flags as they
+   are not mentioned as supported in the configure script.
+   
+2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-5 :
+   Added libmad to the dependency list.
+   Streamripper 1.64.0+ does not include tre anymore, removed streamripper
+   and added tre instead.
+   Removed subversion from makedepends.
+   
+2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-4 :
+   Fix permissions for some more scripts, ffmpeg/texi2doc.pl should not
+   fail any longer.
+
+2008-12-05 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-3 :
+   Added lirc to the optdepends array.
+   
+2008-11-26 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-2 :
+   Added install file which informs users that a display depth of at
+   least 24-bit is required.
+
+2008-11-17 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-1 :
+   Initial package, based on previous work by Zeqadious.

Copied: xbmc/repos/community-staging-i686/PKGBUILD (from rev 94534, 
xbmc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-26 12:25:59 UTC (rev 94535)
@@ -0,0 +1,112 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
+# Contributor: Zeqadious zeqadious.at.gmail.dot.com
+# Contributor: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
+
+_prefix=/usr
+
+pkgname=xbmc
+pkgver=12.2
+pkgrel=5
+pkgdesc=A software media player and entertainment hub for 

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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 16:55:33
  Author: spupykin
Revision: 92295

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

Added:
  xbmc/repos/community-staging-i686/
  xbmc/repos/community-staging-i686/ChangeLog
(from rev 92294, xbmc/trunk/ChangeLog)
  xbmc/repos/community-staging-i686/PKGBUILD
(from rev 92294, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-staging-i686/xbmc.install
(from rev 92294, xbmc/trunk/xbmc.install)
  xbmc/repos/community-staging-i686/xbmc.service
(from rev 92294, xbmc/trunk/xbmc.service)
  xbmc/repos/community-staging-x86_64/
  xbmc/repos/community-staging-x86_64/ChangeLog
(from rev 92294, xbmc/trunk/ChangeLog)
  xbmc/repos/community-staging-x86_64/PKGBUILD
(from rev 92294, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-staging-x86_64/xbmc.install
(from rev 92294, xbmc/trunk/xbmc.install)
  xbmc/repos/community-staging-x86_64/xbmc.service
(from rev 92294, xbmc/trunk/xbmc.service)

---+
 community-staging-i686/ChangeLog  |   69 +++
 community-staging-i686/PKGBUILD   |  114 
 community-staging-i686/xbmc.install   |   16 
 community-staging-i686/xbmc.service   |   13 +++
 community-staging-x86_64/ChangeLog|   69 +++
 community-staging-x86_64/PKGBUILD |  114 
 community-staging-x86_64/xbmc.install |   16 
 community-staging-x86_64/xbmc.service |   13 +++
 8 files changed, 424 insertions(+)

Copied: xbmc/repos/community-staging-i686/ChangeLog (from rev 92294, 
xbmc/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2013-06-03 14:55:33 UTC (rev 92295)
@@ -0,0 +1,69 @@
+2010-04-10 BlackEagle ike DOT devolder AT gmail DOT com
+   * 9.11-15 :
+   Made it back compliant with FHS ( thx pierre for pointing that out )
+   namcap checked and modified to fit its needs as far as it was possible
+
+2009-03-07 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-10 :
+   Try and fix some autoconf issues (thanks Gentoo ebuild).
+
+2009-02-08 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-9 :
+   Replace some libtool 'ltmain.sh' scripts with the one from libtool 
+   installed with Arch.
+   Make sure XBMCTex isn't linked to OpenGL libraries or it will segfault
+   on systems using the nvidia driver.
+   
+2009-01-30 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-8 :
+   Fix some include's so that gcc 4.3.x is happy, shouldn't complain about
+   undefined '::realloc' anymore.
+   Remove Mac OS X specific files.
+   
+2009-01-25 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-7 :
+   Moved libcdio, pmount, smbclient and unrar to optdepends.
+   Removed unneeded dependency on sdl_gfx.
+   Removed dependency on libpng as sdl_image depends on it.
+
+2008-12-14 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-6 :
+   Added libpng to dependency list.
+   Added gawk to dependency list.
+   Removed '--disable-mms' and '--enable-halmount' configure flags as they
+   are not mentioned as supported in the configure script.
+   
+2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-5 :
+   Added libmad to the dependency list.
+   Streamripper 1.64.0+ does not include tre anymore, removed streamripper
+   and added tre instead.
+   Removed subversion from makedepends.
+   
+2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-4 :
+   Fix permissions for some more scripts, ffmpeg/texi2doc.pl should not
+   fail any longer.
+
+2008-12-05 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-3 :
+   Added lirc to the optdepends array.
+   
+2008-11-26 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-2 :
+   Added install file which informs users that a display depth of at
+   least 24-bit is required.
+
+2008-11-17 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-1 :
+   Initial package, based on previous work by Zeqadious.

Copied: xbmc/repos/community-staging-i686/PKGBUILD (from rev 92294, 
xbmc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-06-03 14:55:33 UTC (rev 92295)
@@ -0,0 +1,114 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
+# Contributor: Zeqadious zeqadious.at.gmail.dot.com
+# Contributor: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
+
+_prefix=/usr
+
+pkgname=xbmc
+pkgver=12.2
+pkgrel=3
+pkgdesc=A software media player and entertainment hub for 

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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 19:26:07
  Author: spupykin
Revision: 89522

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

Added:
  xbmc/repos/community-staging-i686/
  xbmc/repos/community-staging-i686/ChangeLog
(from rev 89521, xbmc/trunk/ChangeLog)
  xbmc/repos/community-staging-i686/PKGBUILD
(from rev 89521, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-staging-i686/xbmc.install
(from rev 89521, xbmc/trunk/xbmc.install)
  xbmc/repos/community-staging-i686/xbmc.service
(from rev 89521, xbmc/trunk/xbmc.service)
  xbmc/repos/community-staging-x86_64/
  xbmc/repos/community-staging-x86_64/ChangeLog
(from rev 89521, xbmc/trunk/ChangeLog)
  xbmc/repos/community-staging-x86_64/PKGBUILD
(from rev 89521, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-staging-x86_64/xbmc.install
(from rev 89521, xbmc/trunk/xbmc.install)
  xbmc/repos/community-staging-x86_64/xbmc.service
(from rev 89521, xbmc/trunk/xbmc.service)

---+
 community-staging-i686/ChangeLog  |   69 +++
 community-staging-i686/PKGBUILD   |  114 
 community-staging-i686/xbmc.install   |   16 
 community-staging-i686/xbmc.service   |   13 +++
 community-staging-x86_64/ChangeLog|   69 +++
 community-staging-x86_64/PKGBUILD |  114 
 community-staging-x86_64/xbmc.install |   16 
 community-staging-x86_64/xbmc.service |   13 +++
 8 files changed, 424 insertions(+)

Copied: xbmc/repos/community-staging-i686/ChangeLog (from rev 89521, 
xbmc/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2013-04-29 17:26:07 UTC (rev 89522)
@@ -0,0 +1,69 @@
+2010-04-10 BlackEagle ike DOT devolder AT gmail DOT com
+   * 9.11-15 :
+   Made it back compliant with FHS ( thx pierre for pointing that out )
+   namcap checked and modified to fit its needs as far as it was possible
+
+2009-03-07 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-10 :
+   Try and fix some autoconf issues (thanks Gentoo ebuild).
+
+2009-02-08 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-9 :
+   Replace some libtool 'ltmain.sh' scripts with the one from libtool 
+   installed with Arch.
+   Make sure XBMCTex isn't linked to OpenGL libraries or it will segfault
+   on systems using the nvidia driver.
+   
+2009-01-30 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-8 :
+   Fix some include's so that gcc 4.3.x is happy, shouldn't complain about
+   undefined '::realloc' anymore.
+   Remove Mac OS X specific files.
+   
+2009-01-25 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-7 :
+   Moved libcdio, pmount, smbclient and unrar to optdepends.
+   Removed unneeded dependency on sdl_gfx.
+   Removed dependency on libpng as sdl_image depends on it.
+
+2008-12-14 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-6 :
+   Added libpng to dependency list.
+   Added gawk to dependency list.
+   Removed '--disable-mms' and '--enable-halmount' configure flags as they
+   are not mentioned as supported in the configure script.
+   
+2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-5 :
+   Added libmad to the dependency list.
+   Streamripper 1.64.0+ does not include tre anymore, removed streamripper
+   and added tre instead.
+   Removed subversion from makedepends.
+   
+2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-4 :
+   Fix permissions for some more scripts, ffmpeg/texi2doc.pl should not
+   fail any longer.
+
+2008-12-05 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-3 :
+   Added lirc to the optdepends array.
+   
+2008-11-26 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-2 :
+   Added install file which informs users that a display depth of at
+   least 24-bit is required.
+
+2008-11-17 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-1 :
+   Initial package, based on previous work by Zeqadious.

Copied: xbmc/repos/community-staging-i686/PKGBUILD (from rev 89521, 
xbmc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 17:26:07 UTC (rev 89522)
@@ -0,0 +1,114 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
+# Contributor: Zeqadious zeqadious.at.gmail.dot.com
+# Contributor: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
+
+_prefix=/usr
+
+pkgname=xbmc
+pkgver=12.1
+pkgrel=6
+pkgdesc=A software media player and entertainment hub for 

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

2013-03-04 Thread Sergej Pupykin
Date: Monday, March 4, 2013 @ 16:53:46
  Author: spupykin
Revision: 85667

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

Added:
  xbmc/repos/community-staging-i686/
  xbmc/repos/community-staging-i686/ChangeLog
(from rev 85666, xbmc/trunk/ChangeLog)
  xbmc/repos/community-staging-i686/PKGBUILD
(from rev 85666, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-staging-i686/xbmc.install
(from rev 85666, xbmc/trunk/xbmc.install)
  xbmc/repos/community-staging-i686/xbmc.service
(from rev 85666, xbmc/trunk/xbmc.service)
  xbmc/repos/community-staging-x86_64/
  xbmc/repos/community-staging-x86_64/ChangeLog
(from rev 85666, xbmc/trunk/ChangeLog)
  xbmc/repos/community-staging-x86_64/PKGBUILD
(from rev 85666, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-staging-x86_64/xbmc.install
(from rev 85666, xbmc/trunk/xbmc.install)
  xbmc/repos/community-staging-x86_64/xbmc.service
(from rev 85666, xbmc/trunk/xbmc.service)

---+
 community-staging-i686/ChangeLog  |   69 ++
 community-staging-i686/PKGBUILD   |  120 
 community-staging-i686/xbmc.install   |   16 
 community-staging-i686/xbmc.service   |   13 +++
 community-staging-x86_64/ChangeLog|   69 ++
 community-staging-x86_64/PKGBUILD |  120 
 community-staging-x86_64/xbmc.install |   16 
 community-staging-x86_64/xbmc.service |   13 +++
 8 files changed, 436 insertions(+)

Copied: xbmc/repos/community-staging-i686/ChangeLog (from rev 85666, 
xbmc/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2013-03-04 15:53:46 UTC (rev 85667)
@@ -0,0 +1,69 @@
+2010-04-10 BlackEagle ike DOT devolder AT gmail DOT com
+   * 9.11-15 :
+   Made it back compliant with FHS ( thx pierre for pointing that out )
+   namcap checked and modified to fit its needs as far as it was possible
+
+2009-03-07 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-10 :
+   Try and fix some autoconf issues (thanks Gentoo ebuild).
+
+2009-02-08 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-9 :
+   Replace some libtool 'ltmain.sh' scripts with the one from libtool 
+   installed with Arch.
+   Make sure XBMCTex isn't linked to OpenGL libraries or it will segfault
+   on systems using the nvidia driver.
+   
+2009-01-30 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-8 :
+   Fix some include's so that gcc 4.3.x is happy, shouldn't complain about
+   undefined '::realloc' anymore.
+   Remove Mac OS X specific files.
+   
+2009-01-25 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-7 :
+   Moved libcdio, pmount, smbclient and unrar to optdepends.
+   Removed unneeded dependency on sdl_gfx.
+   Removed dependency on libpng as sdl_image depends on it.
+
+2008-12-14 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-6 :
+   Added libpng to dependency list.
+   Added gawk to dependency list.
+   Removed '--disable-mms' and '--enable-halmount' configure flags as they
+   are not mentioned as supported in the configure script.
+   
+2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-5 :
+   Added libmad to the dependency list.
+   Streamripper 1.64.0+ does not include tre anymore, removed streamripper
+   and added tre instead.
+   Removed subversion from makedepends.
+   
+2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-4 :
+   Fix permissions for some more scripts, ffmpeg/texi2doc.pl should not
+   fail any longer.
+
+2008-12-05 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-3 :
+   Added lirc to the optdepends array.
+   
+2008-11-26 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-2 :
+   Added install file which informs users that a display depth of at
+   least 24-bit is required.
+
+2008-11-17 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-1 :
+   Initial package, based on previous work by Zeqadious.

Copied: xbmc/repos/community-staging-i686/PKGBUILD (from rev 85666, 
xbmc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-04 15:53:46 UTC (rev 85667)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
+# Contributor: Zeqadious zeqadious.at.gmail.dot.com
+# Contributor: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
+
+_prefix=/usr
+
+pkgname=xbmc
+pkgver=12.0
+pkgrel=2
+pkgdesc=A software media player and entertainment hub for