[arch-commits] Commit in ntp/repos (34 files)

2012-12-14 Thread Gaetan Bisson
Date: Friday, December 14, 2012 @ 07:00:48
  Author: bisson
Revision: 173225

db-move: moved ntp from [testing] to [extra] (i686, x86_64)

Added:
  ntp/repos/extra-i686/PKGBUILD
(from rev 173224, ntp/repos/testing-i686/PKGBUILD)
  ntp/repos/extra-i686/install
(from rev 173224, ntp/repos/testing-i686/install)
  ntp/repos/extra-i686/ntp.conf
(from rev 173224, ntp/repos/testing-i686/ntp.conf)
  ntp/repos/extra-i686/ntpd
(from rev 173224, ntp/repos/testing-i686/ntpd)
  ntp/repos/extra-i686/ntpd.conf
(from rev 173224, ntp/repos/testing-i686/ntpd.conf)
  ntp/repos/extra-i686/ntpd.service
(from rev 173224, ntp/repos/testing-i686/ntpd.service)
  ntp/repos/extra-i686/ntpdate
(from rev 173224, ntp/repos/testing-i686/ntpdate)
  ntp/repos/extra-i686/ntpdate.service
(from rev 173224, ntp/repos/testing-i686/ntpdate.service)
  ntp/repos/extra-x86_64/PKGBUILD
(from rev 173224, ntp/repos/testing-x86_64/PKGBUILD)
  ntp/repos/extra-x86_64/install
(from rev 173224, ntp/repos/testing-x86_64/install)
  ntp/repos/extra-x86_64/ntp.conf
(from rev 173224, ntp/repos/testing-x86_64/ntp.conf)
  ntp/repos/extra-x86_64/ntpd
(from rev 173224, ntp/repos/testing-x86_64/ntpd)
  ntp/repos/extra-x86_64/ntpd.conf
(from rev 173224, ntp/repos/testing-x86_64/ntpd.conf)
  ntp/repos/extra-x86_64/ntpd.service
(from rev 173224, ntp/repos/testing-x86_64/ntpd.service)
  ntp/repos/extra-x86_64/ntpdate
(from rev 173224, ntp/repos/testing-x86_64/ntpdate)
  ntp/repos/extra-x86_64/ntpdate.service
(from rev 173224, ntp/repos/testing-x86_64/ntpdate.service)
Deleted:
  ntp/repos/extra-i686/PKGBUILD
  ntp/repos/extra-i686/install
  ntp/repos/extra-i686/logrotate.d
  ntp/repos/extra-i686/ntp.conf
  ntp/repos/extra-i686/ntpd
  ntp/repos/extra-i686/ntpd.conf
  ntp/repos/extra-i686/ntpd.service
  ntp/repos/extra-i686/ntpdate
  ntp/repos/extra-x86_64/PKGBUILD
  ntp/repos/extra-x86_64/install
  ntp/repos/extra-x86_64/logrotate.d
  ntp/repos/extra-x86_64/ntp.conf
  ntp/repos/extra-x86_64/ntpd
  ntp/repos/extra-x86_64/ntpd.conf
  ntp/repos/extra-x86_64/ntpd.service
  ntp/repos/extra-x86_64/ntpdate
  ntp/repos/testing-i686/
  ntp/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |  135 -
 extra-i686/install   |   74 +++---
 extra-i686/logrotate.d   |4 -
 extra-i686/ntp.conf  |   45 ++---
 extra-i686/ntpd  |   94 ++--
 extra-i686/ntpd.conf |   10 +--
 extra-i686/ntpd.service  |   25 +++
 extra-i686/ntpdate   |   58 -
 extra-i686/ntpdate.service   |   12 +++
 extra-x86_64/PKGBUILD|  135 -
 extra-x86_64/install |   74 +++---
 extra-x86_64/logrotate.d |4 -
 extra-x86_64/ntp.conf|   45 ++---
 extra-x86_64/ntpd|   94 ++--
 extra-x86_64/ntpd.conf   |   10 +--
 extra-x86_64/ntpd.service|   25 +++
 extra-x86_64/ntpdate |   58 -
 extra-x86_64/ntpdate.service |   12 +++
 18 files changed, 466 insertions(+), 448 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-14 03:15:34 UTC (rev 173224)
+++ extra-i686/PKGBUILD 2012-12-14 12:00:48 UTC (rev 173225)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-
-pkgname=ntp
-pkgver=4.2.6.p5
-_realver=4.2.6p5
-pkgrel=11
-pkgdesc='Network Time Protocol reference implementation'
-url='http://www.ntp.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-makedepends=('perl-html-parser')
-depends=('openssl' 'readline' 'libcap')
-backup=('etc/ntp.conf' 'etc/conf.d/ntpd.conf')
-source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${_realver}.tar.gz;
-'ntpd'
-'ntpdate'
-'ntp.conf'
-'ntpd.conf'
-'logrotate.d'
-'ntpd.service')
-sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192'
-  '4e324e625c1f080b5c028be5092aa71adbf9bd99'
-  '01394b8a952f5edc85d19df8335eeac3980320f4'
-  'eb1f63814b9adbd3d518e880fa3b38c375f0fe91'
-  '4537d1f58b299d463db5048129cb264511474b0b'
-  '4f76f7f9ffc8315ff9924f793f272d4f6939b816'
-  '25a27cecdb937f48fa7b7c71dcc8b31cdad89306')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${_realver}
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --enable-linuxcaps \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-$_realver
-
-   make DESTDIR=${pkgdir} install
-
-   rmdir ${pkgdir}/usr/{lib,sbin}
-   install -d -o 87 ${pkgdir}/var/lib/ntp
-   install -Dm755 ../ntpd ${pkgdir}/etc/rc.d/ntpd
-   install -Dm755 ../ntpdate ${pkgdir}/etc/rc.d/ntpdate

[arch-commits] Commit in enlightenment17/trunk (PKGBUILD)

2012-12-14 Thread Ronald van Haren
Date: Friday, December 14, 2012 @ 12:11:15
  Author: ronald
Revision: 173226

upgpkg: enlightenment17 0.17.0lucky-1

update to 0.17.0lucky

Modified:
  enlightenment17/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-14 12:00:48 UTC (rev 173225)
+++ PKGBUILD2012-12-14 17:11:15 UTC (rev 173226)
@@ -4,8 +4,8 @@
 
 pkgname=enlightenment17
 _pkgname=enlightenment
-pkgver=0.17.0gamma1
-_pkgver=0.17.0-gamma
+pkgver=0.17.0lucky
+_pkgver=0.17.0-lucky
 pkgrel=1
 pkgdesc=Enlightenment window manager DR17 (aka e17)
 arch=('i686' 'x86_64')
@@ -16,13 +16,12 @@
   'eio' 'elementary' 'xcb-util-keysyms' 'udisks' 'systemd')
 optdepends=('connman: network module')
 provides=('notification-daemon' 'e')
-
 backup=('etc/enlightenment/sysactions.conf')
 options=('!libtool' '!emptydirs')
 install=enlightenment17.install
 source=(http://download.enlightenment.org/releases/$_pkgname-$_pkgver.tar.gz
   'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('365672de47b6db371af9eff45f7758a7c52c9280'
+sha1sums=('432d76e95ff0d36a624876af829440bdd91f5b0e'
   'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
   '3f53931ae86de8fe99e386aeb097521aac0decd8'
   '86f1c5e36dc274c3101362532378be034e89c593')



[arch-commits] Commit in enlightenment17/repos (20 files)

2012-12-14 Thread Ronald van Haren
Date: Friday, December 14, 2012 @ 12:12:10
  Author: ronald
Revision: 173227

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

Added:
  enlightenment17/repos/extra-i686/PKGBUILD
(from rev 173226, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-i686/e-applications.menu
(from rev 173226, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-i686/enlightenment17.install
(from rev 173226, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-i686/quickstart.patch
(from rev 173226, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
(from rev 173226, enlightenment17/trunk/sysactions_systemd.patch)
  enlightenment17/repos/extra-x86_64/PKGBUILD
(from rev 173226, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-x86_64/e-applications.menu
(from rev 173226, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-x86_64/enlightenment17.install
(from rev 173226, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-x86_64/quickstart.patch
(from rev 173226, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch
(from rev 173226, enlightenment17/trunk/sysactions_systemd.patch)
Deleted:
  enlightenment17/repos/extra-i686/PKGBUILD
  enlightenment17/repos/extra-i686/e-applications.menu
  enlightenment17/repos/extra-i686/enlightenment17.install
  enlightenment17/repos/extra-i686/quickstart.patch
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
  enlightenment17/repos/extra-x86_64/PKGBUILD
  enlightenment17/repos/extra-x86_64/e-applications.menu
  enlightenment17/repos/extra-x86_64/enlightenment17.install
  enlightenment17/repos/extra-x86_64/quickstart.patch
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch

---+
 extra-i686/PKGBUILD   |  171 -
 extra-i686/e-applications.menu|  308 
 extra-i686/enlightenment17.install|   34 +--
 extra-i686/quickstart.patch   |   26 +-
 extra-i686/sysactions_systemd.patch   |   34 +--
 extra-x86_64/PKGBUILD |  171 -
 extra-x86_64/e-applications.menu  |  308 
 extra-x86_64/enlightenment17.install  |   34 +--
 extra-x86_64/quickstart.patch |   26 +-
 extra-x86_64/sysactions_systemd.patch |   34 +--
 10 files changed, 572 insertions(+), 574 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-14 17:11:15 UTC (rev 173226)
+++ extra-i686/PKGBUILD 2012-12-14 17:12:10 UTC (rev 173227)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
-
-pkgname=enlightenment17
-_pkgname=enlightenment
-pkgver=0.17.0gamma1
-_pkgver=0.17.0-gamma
-pkgrel=1
-pkgdesc=Enlightenment window manager DR17 (aka e17)
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD')
-depends=('alsa-lib' 'pm-utils' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
-  'desktop-file-utils' 'e_dbus' 'edje' 'eeze' 'efreet'
-  'eio' 'elementary' 'xcb-util-keysyms' 'udisks' 'systemd')
-optdepends=('connman: network module')
-provides=('notification-daemon' 'e')
-
-backup=('etc/enlightenment/sysactions.conf')
-options=('!libtool' '!emptydirs')
-install=enlightenment17.install
-source=(http://download.enlightenment.org/releases/$_pkgname-$_pkgver.tar.gz
-  'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('365672de47b6db371af9eff45f7758a7c52c9280'
-  'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
-  '3f53931ae86de8fe99e386aeb097521aac0decd8'
-  '86f1c5e36dc274c3101362532378be034e89c593')
-
-build() {
-  cd $srcdir/$_pkgname-$_pkgver
-
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
-  patch -p0  $srcdir/quickstart.patch
-
-  # default to systemd for sysactions
-  patch -Np0  $srcdir/sysactions_systemd.patch 
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/enlightenment  \
---enable-strict \
---disable-static \
---enable-pam \
---disable-device-hal \
---enable-device-udev \
---disable-mount-hal \
---enable-mount-udisks \
---enable-mount-eeze \
---enable-elementary \
---enable-emotion \
---enable-enotify \
---disable-ephysics \
---disable-wayland-clients \
---disable-conf-wallpaper2 \
---disable-illume2 \
---disable-physics \
---disable-doc
-  make
-}
-
-package() {
-  cd 

[arch-commits] Commit in dnsmasq/trunk (PKGBUILD)

2012-12-14 Thread Dave Reisner
Date: Friday, December 14, 2012 @ 12:31:19
  Author: dreisner
Revision: 173228

upgpkg: dnsmasq 2.65-1

Modified:
  dnsmasq/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-14 17:12:10 UTC (rev 173227)
+++ PKGBUILD2012-12-14 17:31:19 UTC (rev 173228)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=dnsmasq
-pkgver=2.64
+pkgver=2.65
 pkgrel=1
 pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
 url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
@@ -18,7 +18,7 @@
 'dnsmasq.confd'
 'rc.dnsmasq'
 'dnsmasq.service')
-md5sums=('60adb8e01960a41ce67e0422c4cf9ab3'
+md5sums=('a91534a5d6f053d5c80f67ef502afa34'
  '66479e99123faeab83ebaed709ef95b5'
  '819fbdf6440d710616e6df5f8ca9cdba'
  '7ac45726cabef4145db40d758cc7fedf')



[arch-commits] Commit in dnsmasq/repos (20 files)

2012-12-14 Thread Dave Reisner
Date: Friday, December 14, 2012 @ 12:31:42
  Author: dreisner
Revision: 173229

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

Added:
  dnsmasq/repos/extra-i686/PKGBUILD
(from rev 173228, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-i686/dnsmasq.confd
(from rev 173228, dnsmasq/trunk/dnsmasq.confd)
  dnsmasq/repos/extra-i686/dnsmasq.install
(from rev 173228, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-i686/dnsmasq.service
(from rev 173228, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/extra-i686/rc.dnsmasq
(from rev 173228, dnsmasq/trunk/rc.dnsmasq)
  dnsmasq/repos/extra-x86_64/PKGBUILD
(from rev 173228, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-x86_64/dnsmasq.confd
(from rev 173228, dnsmasq/trunk/dnsmasq.confd)
  dnsmasq/repos/extra-x86_64/dnsmasq.install
(from rev 173228, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-x86_64/dnsmasq.service
(from rev 173228, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/extra-x86_64/rc.dnsmasq
(from rev 173228, dnsmasq/trunk/rc.dnsmasq)
Deleted:
  dnsmasq/repos/extra-i686/PKGBUILD
  dnsmasq/repos/extra-i686/dnsmasq.confd
  dnsmasq/repos/extra-i686/dnsmasq.install
  dnsmasq/repos/extra-i686/dnsmasq.service
  dnsmasq/repos/extra-i686/rc.dnsmasq
  dnsmasq/repos/extra-x86_64/PKGBUILD
  dnsmasq/repos/extra-x86_64/dnsmasq.confd
  dnsmasq/repos/extra-x86_64/dnsmasq.install
  dnsmasq/repos/extra-x86_64/dnsmasq.service
  dnsmasq/repos/extra-x86_64/rc.dnsmasq

--+
 extra-i686/PKGBUILD  |   98 +++
 extra-i686/dnsmasq.confd |   18 ++---
 extra-i686/dnsmasq.install   |   42 ++---
 extra-i686/dnsmasq.service   |   30 -
 extra-i686/rc.dnsmasq|  128 -
 extra-x86_64/PKGBUILD|   98 +++
 extra-x86_64/dnsmasq.confd   |   18 ++---
 extra-x86_64/dnsmasq.install |   42 ++---
 extra-x86_64/dnsmasq.service |   30 -
 extra-x86_64/rc.dnsmasq  |  128 -
 10 files changed, 316 insertions(+), 316 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-14 17:31:19 UTC (rev 173228)
+++ extra-i686/PKGBUILD 2012-12-14 17:31:42 UTC (rev 173229)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=dnsmasq
-pkgver=2.64
-pkgrel=1
-pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
-url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc' 'dbus-core')
-install=$pkgname.install
-backup=('etc/dnsmasq.conf'
-'etc/conf.d/dnsmasq')
-source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.gz;
-'dnsmasq.confd'
-'rc.dnsmasq'
-'dnsmasq.service')
-md5sums=('60adb8e01960a41ce67e0422c4cf9ab3'
- '66479e99123faeab83ebaed709ef95b5'
- '819fbdf6440d710616e6df5f8ca9cdba'
- '7ac45726cabef4145db40d758cc7fedf')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # link against dbus. this ugliness is needed to ensure that the
-  # compile time opts report properly on startup. yuck.
-  sed -i '/^#ifdef DNSMASQ_COMPILE_OPTS/ i#define HAVE_DBUS' src/config.h
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
-
-  install -Dm755 $srcdir/rc.dnsmasq $pkgdir/etc/rc.d/dnsmasq
-  install -Dm644 $srcdir/dnsmasq.confd $pkgdir/etc/conf.d/dnsmasq
-
-  install -Dm644 dbus/dnsmasq.conf $pkgdir/etc/dbus-1/system.d/dnsmasq.conf
-  install -Dm644 dnsmasq.conf.example $pkgdir/etc/dnsmasq.conf
-  install -Dm644 $srcdir/dnsmasq.service 
$pkgdir/usr/lib/systemd/system/dnsmasq.service
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: dnsmasq/repos/extra-i686/PKGBUILD (from rev 173228, 
dnsmasq/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-14 17:31:42 UTC (rev 173229)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=dnsmasq
+pkgver=2.65
+pkgrel=1
+pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
+url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'dbus-core')
+install=$pkgname.install
+backup=('etc/dnsmasq.conf'
+'etc/conf.d/dnsmasq')
+source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.gz;
+'dnsmasq.confd'
+'rc.dnsmasq'
+'dnsmasq.service')
+md5sums=('a91534a5d6f053d5c80f67ef502afa34'
+ '66479e99123faeab83ebaed709ef95b5'
+ '819fbdf6440d710616e6df5f8ca9cdba'
+ 

[arch-commits] Commit in vlc/trunk (PKGBUILD)

2012-12-14 Thread Giovanni Scafora
Date: Friday, December 14, 2012 @ 15:30:09
  Author: giovanni
Revision: 173230

upgpkg: vlc 2.0.5-1

upstream release

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-14 17:31:42 UTC (rev 173229)
+++ PKGBUILD2012-12-14 20:30:09 UTC (rev 173230)
@@ -4,8 +4,8 @@
 # Contributor: Martin Sandsmark martin.sandsm...@kde.org
 
 pkgname=vlc
-pkgver=2.0.4
-pkgrel=5
+pkgver=2.0.5
+pkgrel=1
 pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
 arch=('i686' 'x86_64')
 url=http://www.videolan.org/vlc/;
@@ -60,7 +60,7 @@
 options=('!libtool' '!emptydirs')
 install=vlc.install
 
source=(http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('f36dab8f126922c56b372388b7fade47')
+md5sums=('4f959c0766ada8cea5a72c65fce94ebe')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in vlc/repos (8 files)

2012-12-14 Thread Giovanni Scafora
Date: Friday, December 14, 2012 @ 15:30:38
  Author: giovanni
Revision: 173231

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

Added:
  vlc/repos/extra-i686/PKGBUILD
(from rev 173230, vlc/trunk/PKGBUILD)
  vlc/repos/extra-i686/vlc.install
(from rev 173230, vlc/trunk/vlc.install)
  vlc/repos/extra-x86_64/PKGBUILD
(from rev 173230, vlc/trunk/PKGBUILD)
  vlc/repos/extra-x86_64/vlc.install
(from rev 173230, vlc/trunk/vlc.install)
Deleted:
  vlc/repos/extra-i686/PKGBUILD
  vlc/repos/extra-i686/vlc.install
  vlc/repos/extra-x86_64/PKGBUILD
  vlc/repos/extra-x86_64/vlc.install

--+
 extra-i686/PKGBUILD  |  202 ++---
 extra-i686/vlc.install   |   36 
 extra-x86_64/PKGBUILD|  202 ++---
 extra-x86_64/vlc.install |   36 
 4 files changed, 238 insertions(+), 238 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-14 20:30:09 UTC (rev 173230)
+++ extra-i686/PKGBUILD 2012-12-14 20:30:38 UTC (rev 173231)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-# Contributor: Martin Sandsmark martin.sandsm...@kde.org
-
-pkgname=vlc
-pkgver=2.0.4
-pkgrel=5
-pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
-arch=('i686' 'x86_64')
-url=http://www.videolan.org/vlc/;
-license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' 
- 'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska' 
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 
- 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' 
- 'xcb-util-keysyms')
-makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
- 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd'
- 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
- 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2'
- 'mesa')
-optdepends=('avahi: for service discovery using bonjour protocol'
-'libnotify: for notification plugin'
-'ncurses: for ncurses interface support'
-'libdvdcss: for decoding encrypted DVDs'
-'lirc-utils: for lirc plugin'
-'libavc1394: for devices using the 1394ta AV/C'
-'libdc1394: for IEEE 1394 plugin'
-'kdelibs: KDE Solid hardware integration'
-'libva-vdpau-driver: vdpau back-end for nvidia'
-'libva-intel-driver: back-end for intel cards'
-'libbluray: for Blu-Ray support'
-'flac: for Free Lossless Audio Codec plugin'
-'oss: for OSS audio support'
-'portaudio: for portaudio support'
-'twolame: for TwoLAME mpeg2 encoder plugin'
-'projectm: for ProjectM visualisation plugin'
-'libcaca: for colored ASCII art video output'
-'libgme: for libgme plugin'
-'librsvg: for SVG plugin'
-'gnome-vfs: for GNOME Virtual File System support'
-'libgoom2: for libgoom plugin'
-'vcdimager: navigate VCD with libvcdinfo'
-'xosd: for xosd support'
-'aalib: for ASCII art plugin'
-'libmtp: for MTP devices support'
-'fluidsynth: for synthesizer MIDI FluidSynth'
-'smbclient: for SMB access plugin'
-'libcdio: for audio CD playback support'
-'ttf-freefont: for subtitle font '
-'ttf-dejavu: for subtitle font'
-'opus: for opus support'
-'libssh2: for sftp support')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!libtool' '!emptydirs')
-install=vlc.install
-source=(http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('f36dab8f126922c56b372388b7fade47')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
-  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --disable-rpath \
-  --enable-oss \
-  --enable-faad \
-  --enable-nls \
-  --enable-lirc \
-  --enable-pvr \
-  --enable-ncurses \
-  --enable-realrtsp \
-  --enable-xosd \
-  --enable-aa \
-  --enable-vcdx \
-  --enable-upnp \
-  --enable-opus \
-  --enable-sftp \
-  LUAC=luac5.1
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  for