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

2014-05-06 Thread Ike Devolder
Date: Tuesday, May 6, 2014 @ 19:59:44
  Author: idevolder
Revision: 110780

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

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

---+
 /PKGBUILD |  226 
 /polkit.rules |   24 
 /xbmc.install |   38 ++
 /xbmc.service |   32 +
 community-i686/PKGBUILD   |  123 -
 community-i686/polkit.rules   |   12 --
 community-i686/xbmc.install   |   19 ---
 community-i686/xbmc.service   |   16 --
 community-x86_64/PKGBUILD |  123 -
 community-x86_64/polkit.rules |   12 --
 community-x86_64/xbmc.install |   19 ---
 community-x86_64/xbmc.service |   16 --
 12 files changed, 320 insertions(+), 340 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-06 17:59:23 UTC (rev 110779)
+++ community-i686/PKGBUILD 2014-05-06 17:59:44 UTC (rev 110780)
@@ -1,123 +0,0 @@
-# $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=14
-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 power management 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'
- 'de331663cc8adc94f2fe44a262cfff58'
- '02f7951824ee13103344f36009c0ef2a'
- '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 

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

2014-04-07 Thread Sergej Pupykin
Date: Monday, April 7, 2014 @ 12:58:21
  Author: spupykin
Revision: 108910

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

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

---+
 /PKGBUILD |  246 
 /polkit.rules |   24 +++
 /xbmc.install |   38 ++
 /xbmc.service |   32 +
 community-i686/PKGBUILD   |  123 
 community-i686/polkit.rules   |   12 -
 community-i686/xbmc.install   |   19 ---
 community-i686/xbmc.service   |   16 --
 community-x86_64/PKGBUILD |  123 
 community-x86_64/polkit.rules |   12 -
 community-x86_64/xbmc.install |   19 ---
 community-x86_64/xbmc.service |   16 --
 12 files changed, 340 insertions(+), 340 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-07 10:57:58 UTC (rev 108909)
+++ community-i686/PKGBUILD 2014-04-07 10:58:21 UTC (rev 108910)
@@ -1,123 +0,0 @@
-# $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=13
-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 power management 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'
- '03e9a33e15714d1fd1f2a516abea5393'
- '02f7951824ee13103344f36009c0ef2a'
- '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 \
-  

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

2014-04-01 Thread Ike Devolder
Date: Tuesday, April 1, 2014 @ 11:15:51
  Author: idevolder
Revision: 108685

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

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

---+
 /PKGBUILD |  246 
 /polkit.rules |   24 +++
 /xbmc.install |   38 ++
 /xbmc.service |   32 +
 community-i686/PKGBUILD   |  123 
 community-i686/polkit.rules   |   12 -
 community-i686/xbmc.install   |   19 ---
 community-i686/xbmc.service   |   16 --
 community-x86_64/PKGBUILD |  123 
 community-x86_64/polkit.rules |   12 -
 community-x86_64/xbmc.install |   19 ---
 community-x86_64/xbmc.service |   16 --
 12 files changed, 340 insertions(+), 340 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-01 09:15:06 UTC (rev 108684)
+++ community-i686/PKGBUILD 2014-04-01 09:15:51 UTC (rev 108685)
@@ -1,123 +0,0 @@
-# $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=12
-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 power management 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'
- '03e9a33e15714d1fd1f2a516abea5393'
- '02f7951824ee13103344f36009c0ef2a'
- '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 \

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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:05:15
  Author: spupykin
Revision: 107004

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

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

---+
 /PKGBUILD |  246 
 /polkit.rules |   24 +++
 /xbmc.install |   38 ++
 /xbmc.service |   32 +
 community-i686/PKGBUILD   |  123 
 community-i686/polkit.rules   |   12 -
 community-i686/xbmc.install   |   19 ---
 community-i686/xbmc.service   |   16 --
 community-x86_64/PKGBUILD |  123 
 community-x86_64/polkit.rules |   12 -
 community-x86_64/xbmc.install |   19 ---
 community-x86_64/xbmc.service |   16 --
 12 files changed, 340 insertions(+), 340 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-11 11:04:53 UTC (rev 107003)
+++ community-i686/PKGBUILD 2014-03-11 11:05:15 UTC (rev 107004)
@@ -1,123 +0,0 @@
-# $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=11
-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 power management 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'
- 'b643ab67e4675c6aa88af1857f35baf2'
- '02f7951824ee13103344f36009c0ef2a'
- '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 \

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

2014-03-05 Thread Sergej Pupykin
Date: Wednesday, March 5, 2014 @ 10:28:54
  Author: spupykin
Revision: 106506

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

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

---+
 /PKGBUILD |  246 
 /polkit.rules |   24 +++
 /xbmc.install |   38 ++
 /xbmc.service |   32 +
 community-i686/PKGBUILD   |  123 
 community-i686/polkit.rules   |   12 -
 community-i686/xbmc.install   |   19 ---
 community-i686/xbmc.service   |   14 --
 community-x86_64/PKGBUILD |  123 
 community-x86_64/polkit.rules |   12 -
 community-x86_64/xbmc.install |   19 ---
 community-x86_64/xbmc.service |   14 --
 12 files changed, 340 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-05 09:28:28 UTC (rev 106505)
+++ community-i686/PKGBUILD 2014-03-05 09:28:54 UTC (rev 106506)
@@ -1,123 +0,0 @@
-# $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=10
-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 power management 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'
- 'a32b879d010a0060a8057bb8cb2f4c9e'
- '02f7951824ee13103344f36009c0ef2a'
- '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 \

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

2014-02-26 Thread Sergej Pupykin
Date: Wednesday, February 26, 2014 @ 12:07:31
  Author: spupykin
Revision: 106278

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

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

---+
 /PKGBUILD |  246 
 /polkit.rules |   24 +++
 /xbmc.install |   38 ++
 /xbmc.service |   28 
 community-i686/PKGBUILD   |  123 
 community-i686/polkit.rules   |   12 -
 community-i686/xbmc.install   |   19 ---
 community-i686/xbmc.service   |   13 --
 community-x86_64/PKGBUILD |  123 
 community-x86_64/polkit.rules |   12 -
 community-x86_64/xbmc.install |   19 ---
 community-x86_64/xbmc.service |   13 --
 12 files changed, 336 insertions(+), 334 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-26 11:07:14 UTC (rev 106277)
+++ community-i686/PKGBUILD 2014-02-26 11:07:31 UTC (rev 106278)
@@ -1,123 +0,0 @@
-# $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=9
-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 power management 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'
- '4d3cc17703a9a477a32db486c257a305'
- '02f7951824ee13103344f36009c0ef2a'
- '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 

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

2014-02-24 Thread Sergej Pupykin
Date: Monday, February 24, 2014 @ 10:50:08
  Author: spupykin
Revision: 106154

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

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

---+
 /PKGBUILD |  246 
 /polkit.rules |   24 +++
 /xbmc.install |   38 ++
 /xbmc.service |   26 
 community-i686/PKGBUILD   |  123 
 community-i686/polkit.rules   |   12 -
 community-i686/xbmc.install   |   18 --
 community-i686/xbmc.service   |   13 --
 community-x86_64/PKGBUILD |  123 
 community-x86_64/polkit.rules |   12 -
 community-x86_64/xbmc.install |   18 --
 community-x86_64/xbmc.service |   13 --
 12 files changed, 334 insertions(+), 332 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-24 09:49:46 UTC (rev 106153)
+++ community-i686/PKGBUILD 2014-02-24 09:50:08 UTC (rev 106154)
@@ -1,123 +0,0 @@
-# $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=8
-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 power management 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'
- '02f7951824ee13103344f36009c0ef2a'
- '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 \
-  

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

2014-01-21 Thread Sergej Pupykin
Date: Tuesday, January 21, 2014 @ 10:05:14
  Author: spupykin
Revision: 104462

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

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

---+
 /PKGBUILD |  246 
 /polkit.rules |   24 +++
 /xbmc.install |   36 +
 /xbmc.service |   26 
 community-i686/PKGBUILD   |  123 
 community-i686/polkit.rules   |   11 -
 community-i686/xbmc.install   |   17 --
 community-i686/xbmc.service   |   13 --
 community-x86_64/PKGBUILD |  123 
 community-x86_64/polkit.rules |   11 -
 community-x86_64/xbmc.install |   17 --
 community-x86_64/xbmc.service |   13 --
 12 files changed, 332 insertions(+), 328 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-21 08:35:40 UTC (rev 104461)
+++ community-i686/PKGBUILD 2014-01-21 09:05:14 UTC (rev 104462)
@@ -1,123 +0,0 @@
-# $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 \
-

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

2014-01-21 Thread Sergej Pupykin
Date: Wednesday, January 22, 2014 @ 07:55:38
  Author: spupykin
Revision: 104516

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

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

---+
 /PKGBUILD |  246 
 /polkit.rules |   24 +++
 /xbmc.install |   36 +
 /xbmc.service |   26 
 community-i686/PKGBUILD   |  123 
 community-i686/polkit.rules   |   12 -
 community-i686/xbmc.install   |   18 --
 community-i686/xbmc.service   |   13 --
 community-x86_64/PKGBUILD |  123 
 community-x86_64/polkit.rules |   12 -
 community-x86_64/xbmc.install |   18 --
 community-x86_64/xbmc.service |   13 --
 12 files changed, 332 insertions(+), 332 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-22 06:55:21 UTC (rev 104515)
+++ community-i686/PKGBUILD 2014-01-22 06:55:38 UTC (rev 104516)
@@ -1,123 +0,0 @@
-# $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=7
-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 power management 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'
- '02f7951824ee13103344f36009c0ef2a'
- '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 \
- 

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

2013-12-31 Thread Bartłomiej Piotrowski
Date: Tuesday, December 31, 2013 @ 14:12:55
  Author: bpiotrowski
Revision: 103250

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

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

---+
 /PKGBUILD |  244 
 /polkit.rules |   22 +++
 /xbmc.install |   32 +
 /xbmc.service |   26 
 community-i686/PKGBUILD   |  122 
 community-i686/polkit.rules   |   11 -
 community-i686/xbmc.install   |   16 --
 community-i686/xbmc.service   |   13 --
 community-x86_64/PKGBUILD |  122 
 community-x86_64/polkit.rules |   11 -
 community-x86_64/xbmc.install |   16 --
 community-x86_64/xbmc.service |   13 --
 12 files changed, 324 insertions(+), 324 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-31 13:12:44 UTC (rev 103249)
+++ community-i686/PKGBUILD 2013-12-31 13:12:55 UTC (rev 103250)
@@ -1,122 +0,0 @@
-# $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=1
-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')
-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
-  ./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 \
-

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

2013-12-31 Thread Bartłomiej Piotrowski
Date: Tuesday, December 31, 2013 @ 15:35:11
  Author: bpiotrowski
Revision: 103256

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

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

---+
 /PKGBUILD |  246 
 /polkit.rules |   22 ++
 /xbmc.install |   32 
 /xbmc.service |   26 +++
 community-testing-i686/PKGBUILD   |  122 ---
 community-testing-i686/polkit.rules   |   11 -
 community-testing-i686/xbmc.install   |   16 --
 community-testing-i686/xbmc.service   |   13 -
 community-testing-x86_64/PKGBUILD |  122 ---
 community-testing-x86_64/polkit.rules |   11 -
 community-testing-x86_64/xbmc.install |   16 --
 community-testing-x86_64/xbmc.service |   13 -
 12 files changed, 326 insertions(+), 324 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-12-31 14:34:57 UTC (rev 103255)
+++ community-testing-i686/PKGBUILD 2013-12-31 14:35:11 UTC (rev 103256)
@@ -1,122 +0,0 @@
-# $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=2
-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')
-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
-  ./configure --prefix=$_prefix --exec-prefix=$_prefix \
---disable-debug \
---enable-optimizations \
---enable-gl \
---enable-sdl \
---enable-vaapi \
---enable-vdpau \
---enable-xvba \
---enable-joystick \
---enable-xrandr \
-

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

2013-11-05 Thread Bartłomiej Piotrowski
Date: Tuesday, November 5, 2013 @ 09:57:15
  Author: bpiotrowski
Revision: 100488

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

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

---+
 /ChangeLog|  138 
 /PKGBUILD |  224 
 /xbmc.install |   32 +
 /xbmc.service |   26 
 community-i686/ChangeLog  |   69 
 community-i686/PKGBUILD   |  112 
 community-i686/xbmc.install   |   16 --
 community-i686/xbmc.service   |   13 --
 community-x86_64/ChangeLog|   69 
 community-x86_64/PKGBUILD |  112 
 community-x86_64/xbmc.install |   16 --
 community-x86_64/xbmc.service |   13 --
 12 files changed, 420 insertions(+), 420 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-11-05 08:57:03 UTC (rev 100487)
+++ community-i686/ChangeLog2013-11-05 08:57:15 UTC (rev 100488)
@@ -1,69 +0,0 @@
-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-i686/ChangeLog (from rev 100487, 
xbmc/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-11-05 08:57:15 UTC (rev 100488)
@@ -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 

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

2013-06-05 Thread Sergej Pupykin
Date: Wednesday, June 5, 2013 @ 13:42:28
  Author: spupykin
Revision: 92440

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

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

---+
 /ChangeLog|  138 +++
 /PKGBUILD |  224 
 /xbmc.install |   32 
 /xbmc.service |   26 +++
 community-testing-i686/ChangeLog  |   69 -
 community-testing-i686/PKGBUILD   |  114 
 community-testing-i686/xbmc.install   |   16 --
 community-testing-i686/xbmc.service   |   13 -
 community-testing-x86_64/ChangeLog|   69 -
 community-testing-x86_64/PKGBUILD |  114 
 community-testing-x86_64/xbmc.install |   16 --
 community-testing-x86_64/xbmc.service |   13 -
 12 files changed, 420 insertions(+), 424 deletions(-)

Deleted: community-testing-i686/ChangeLog
===
--- community-testing-i686/ChangeLog2013-06-05 11:42:01 UTC (rev 92439)
+++ community-testing-i686/ChangeLog2013-06-05 11:42:28 UTC (rev 92440)
@@ -1,69 +0,0 @@
-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-testing-i686/ChangeLog (from rev 92439, 
xbmc/trunk/ChangeLog)
===
--- community-testing-i686/ChangeLog(rev 0)
+++ 

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

2013-05-07 Thread Sergej Pupykin
Date: Tuesday, May 7, 2013 @ 14:45:12
  Author: spupykin
Revision: 90148

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

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

---+
 /ChangeLog|  138 
 /PKGBUILD |  228 
 /xbmc.install |   32 +
 /xbmc.service |   26 
 community-i686/ChangeLog  |   69 
 community-i686/PKGBUILD   |  114 
 community-i686/xbmc.install   |   16 --
 community-i686/xbmc.service   |   13 --
 community-x86_64/ChangeLog|   69 
 community-x86_64/PKGBUILD |  114 
 community-x86_64/xbmc.install |   16 --
 community-x86_64/xbmc.service |   13 --
 12 files changed, 424 insertions(+), 424 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-05-07 12:44:38 UTC (rev 90147)
+++ community-i686/ChangeLog2013-05-07 12:45:12 UTC (rev 90148)
@@ -1,69 +0,0 @@
-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-i686/ChangeLog (from rev 90147, 
xbmc/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-05-07 12:45:12 UTC (rev 90148)
@@ -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 

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

2013-04-03 Thread Ike Devolder
Date: Wednesday, April 3, 2013 @ 15:31:16
  Author: idevolder
Revision: 87589

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

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

---+
 /ChangeLog|  138 
 /PKGBUILD |  226 
 /xbmc.install |   32 +
 /xbmc.service |   26 
 community-i686/ChangeLog  |   69 
 community-i686/PKGBUILD   |  113 
 community-i686/xbmc.install   |   16 --
 community-i686/xbmc.service   |   13 --
 community-x86_64/ChangeLog|   69 
 community-x86_64/PKGBUILD |  113 
 community-x86_64/xbmc.install |   16 --
 community-x86_64/xbmc.service |   13 --
 12 files changed, 422 insertions(+), 422 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-04-03 13:30:47 UTC (rev 87588)
+++ community-i686/ChangeLog2013-04-03 13:31:16 UTC (rev 87589)
@@ -1,69 +0,0 @@
-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-i686/ChangeLog (from rev 87588, 
xbmc/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-04-03 13:31:16 UTC (rev 87589)
@@ -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 

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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 14:49:13
  Author: spupykin
Revision: 86722

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

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

---+
 /ChangeLog|  138 +++
 /PKGBUILD |  226 
 /xbmc.install |   32 
 /xbmc.service |   26 +++
 community-testing-i686/ChangeLog  |   69 -
 community-testing-i686/PKGBUILD   |  120 
 community-testing-i686/xbmc.install   |   16 --
 community-testing-i686/xbmc.service   |   13 -
 community-testing-x86_64/ChangeLog|   69 -
 community-testing-x86_64/PKGBUILD |  120 
 community-testing-x86_64/xbmc.install |   16 --
 community-testing-x86_64/xbmc.service |   13 -
 12 files changed, 422 insertions(+), 436 deletions(-)

Deleted: community-testing-i686/ChangeLog
===
--- community-testing-i686/ChangeLog2013-03-21 13:48:47 UTC (rev 86721)
+++ community-testing-i686/ChangeLog2013-03-21 13:49:13 UTC (rev 86722)
@@ -1,69 +0,0 @@
-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-testing-i686/ChangeLog (from rev 86721, 
xbmc/trunk/ChangeLog)
===
--- community-testing-i686/ChangeLog(rev 0)
+++ 

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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 18:05:25
  Author: spupykin
Revision: 86734

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

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

---+
 /ChangeLog|  138 +++
 /PKGBUILD |  226 
 /xbmc.install |   32 
 /xbmc.service |   26 +++
 community-testing-i686/ChangeLog  |   69 -
 community-testing-i686/PKGBUILD   |  113 
 community-testing-i686/xbmc.install   |   16 --
 community-testing-i686/xbmc.service   |   13 -
 community-testing-x86_64/ChangeLog|   69 -
 community-testing-x86_64/PKGBUILD |  113 
 community-testing-x86_64/xbmc.install |   16 --
 community-testing-x86_64/xbmc.service |   13 -
 12 files changed, 422 insertions(+), 422 deletions(-)

Deleted: community-testing-i686/ChangeLog
===
--- community-testing-i686/ChangeLog2013-03-21 16:26:32 UTC (rev 86733)
+++ community-testing-i686/ChangeLog2013-03-21 17:05:25 UTC (rev 86734)
@@ -1,69 +0,0 @@
-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-testing-i686/ChangeLog (from rev 86733, 
xbmc/trunk/ChangeLog)
===
--- community-testing-i686/ChangeLog(rev 0)
+++