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

2017-10-18 Thread Gaëtan Bisson
Date: Wednesday, October 18, 2017 @ 17:02:48
  Author: bisson
Revision: 308193

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 308192, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 308192, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 308192, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 308192, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 308192, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 308192, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 308192, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 308192, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  124 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   62 ---
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   62 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-18 17:01:48 UTC (rev 308192)
+++ extra-i686/PKGBUILD 2017-10-18 17:02:48 UTC (rev 308193)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.20.10
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme' 'zziplib')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha256sums=('52fbc1125cdba41ba999add2820d45f3ce7cf493006bb04d8f0b2937204d3121'
-'SKIP'
-'c1683ba35774c85e16c70e89f7e2ed1c09619512b1a273daabbd5e34d40439bd'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-iso9660 \
-   --enable-jack \
-   --enable-libmpdclient \
-   --enable-pipe-output \
-   --enable-pulse \
-   --enable-soundcloud \
-   --enable-zzip \
-   --disable-sidplay \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 308192, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-18 17:02:48 UTC (rev 308193)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20.11
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'

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

2017-08-24 Thread Gaëtan Bisson
Date: Thursday, August 24, 2017 @ 16:28:05
  Author: bisson
Revision: 303496

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 303495, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 303495, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 303495, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 303495, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 303495, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 303495, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 303495, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 303495, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  124 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   62 ---
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   62 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-24 16:27:14 UTC (rev 303495)
+++ extra-i686/PKGBUILD 2017-08-24 16:28:05 UTC (rev 303496)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.20.9
-pkgrel=3
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme' 'zziplib')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha256sums=('cd77a2869e32354b004cc6b34fcb0bee56114caa2d9ed862aaa8071441e34eb7'
-'SKIP'
-'c1683ba35774c85e16c70e89f7e2ed1c09619512b1a273daabbd5e34d40439bd'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-iso9660 \
-   --enable-jack \
-   --enable-libmpdclient \
-   --enable-pipe-output \
-   --enable-pulse \
-   --enable-soundcloud \
-   --enable-zzip \
-   --disable-sidplay \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 303495, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-24 16:28:05 UTC (rev 303496)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20.10
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'

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

2017-06-22 Thread Evangelos Foutras
Date: Thursday, June 22, 2017 @ 21:29:15
  Author: foutrelis
Revision: 299155

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 299154, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 299154, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 299154, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 299154, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 299154, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 299154, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 299154, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 299154, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  124 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   62 ---
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   62 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-22 21:28:39 UTC (rev 299154)
+++ extra-i686/PKGBUILD 2017-06-22 21:29:15 UTC (rev 299155)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.20.9
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme' 'zziplib')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha256sums=('cd77a2869e32354b004cc6b34fcb0bee56114caa2d9ed862aaa8071441e34eb7'
-'SKIP'
-'c1683ba35774c85e16c70e89f7e2ed1c09619512b1a273daabbd5e34d40439bd'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-iso9660 \
-   --enable-jack \
-   --enable-libmpdclient \
-   --enable-pipe-output \
-   --enable-pulse \
-   --enable-soundcloud \
-   --enable-zzip \
-   --disable-sidplay \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 299154, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-22 21:29:15 UTC (rev 299155)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20.9
+pkgrel=3
+pkgdesc='Flexible, powerful, server-side application for playing music'

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

2017-06-17 Thread Gaëtan Bisson
Date: Saturday, June 17, 2017 @ 22:26:14
  Author: bisson
Revision: 298943

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 298942, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 298942, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 298942, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 298942, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 298942, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 298942, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 298942, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 298942, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  124 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   60 --
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   60 --
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 148 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-17 22:25:57 UTC (rev 298942)
+++ extra-i686/PKGBUILD 2017-06-17 22:26:14 UTC (rev 298943)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.20.9
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha256sums=('cd77a2869e32354b004cc6b34fcb0bee56114caa2d9ed862aaa8071441e34eb7'
-'SKIP'
-'c1683ba35774c85e16c70e89f7e2ed1c09619512b1a273daabbd5e34d40439bd'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 298942, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-17 22:26:14 UTC (rev 298943)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20.9
+pkgrel=2
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 

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

2017-06-04 Thread Gaëtan Bisson
Date: Sunday, June 4, 2017 @ 20:02:31
  Author: bisson
Revision: 297780

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 297779, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 297779, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 297779, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 297779, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 297779, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 297779, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 297779, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 297779, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  120 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   60 ---
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   60 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-04 20:01:17 UTC (rev 297779)
+++ extra-i686/PKGBUILD 2017-06-04 20:02:31 UTC (rev 297780)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.20.8
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha256sums=('7d177f29663c4a0997413401e52bbf11d2bb472773bbcf9294f839c4b8751e35'
-'SKIP'
-'c1683ba35774c85e16c70e89f7e2ed1c09619512b1a273daabbd5e34d40439bd'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 297779, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-04 20:02:31 UTC (rev 297780)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20.9
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 

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

2017-05-19 Thread Gaëtan Bisson
Date: Friday, May 19, 2017 @ 21:34:11
  Author: bisson
Revision: 296310

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 296309, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 296309, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 296309, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 296309, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 296309, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 296309, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 296309, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 296309, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  120 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   60 ---
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   60 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-19 21:33:19 UTC (rev 296309)
+++ extra-i686/PKGBUILD 2017-05-19 21:34:11 UTC (rev 296310)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.20.7
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha256sums=('005ac663b39a76701ba043cce4caef82ac6b0c2f16aae12fdc28e1b3b5b6c780'
-'SKIP'
-'c1683ba35774c85e16c70e89f7e2ed1c09619512b1a273daabbd5e34d40439bd'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 296309, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-19 21:34:11 UTC (rev 296310)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20.8
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 

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

2017-05-16 Thread Gaëtan Bisson
Date: Tuesday, May 16, 2017 @ 08:26:27
  Author: bisson
Revision: 296173

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 296172, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 296172, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 296172, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 296172, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 296172, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 296172, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 296172, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 296172, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  120 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   60 ---
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   60 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-16 08:25:39 UTC (rev 296172)
+++ extra-i686/PKGBUILD 2017-05-16 08:26:27 UTC (rev 296173)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.20.6
-pkgrel=3
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha256sums=('f4055e1189e5cc00e83706b2e0b5ead924ced0303e073d7802ee9f9a8eba4b47'
-'SKIP'
-'c1683ba35774c85e16c70e89f7e2ed1c09619512b1a273daabbd5e34d40439bd'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 296172, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-16 08:26:27 UTC (rev 296173)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20.7
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 

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

2017-05-09 Thread Gaëtan Bisson
Date: Tuesday, May 9, 2017 @ 20:52:03
  Author: bisson
Revision: 295508

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 295507, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 295507, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 295507, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 295507, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 295507, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 295507, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 295507, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 295507, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  120 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   60 ---
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   60 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-09 20:51:15 UTC (rev 295507)
+++ extra-i686/PKGBUILD 2017-05-09 20:52:03 UTC (rev 295508)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.20.6
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha256sums=('f4055e1189e5cc00e83706b2e0b5ead924ced0303e073d7802ee9f9a8eba4b47'
-'SKIP'
-'c1683ba35774c85e16c70e89f7e2ed1c09619512b1a273daabbd5e34d40439bd'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 295507, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-09 20:52:03 UTC (rev 295508)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20.6
+pkgrel=3
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 

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

2017-03-13 Thread Gaëtan Bisson
Date: Monday, March 13, 2017 @ 06:01:24
  Author: bisson
Revision: 290697

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 290696, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 290696, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 290696, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 290696, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 290696, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 290696, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 290696, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 290696, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  120 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   59 --
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   59 --
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 144 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-13 06:00:08 UTC (rev 290696)
+++ extra-i686/PKGBUILD 2017-03-13 06:01:24 UTC (rev 290697)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.20.5
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('b6c8e8913979f428771b8e498b334725793a4589' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 290696, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-13 06:01:24 UTC (rev 290697)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20.6
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 

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

2017-02-21 Thread Gaëtan Bisson
Date: Tuesday, February 21, 2017 @ 09:03:50
  Author: bisson
Revision: 289340

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 289339, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 289339, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 289339, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 289339, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 289339, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 289339, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 289339, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 289339, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  118 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   59 ---
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   59 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-21 09:02:50 UTC (rev 289339)
+++ extra-i686/PKGBUILD 2017-02-21 09:03:50 UTC (rev 289340)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.20.4
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('34753876145620c8cb30c036bbd4daf707752cf8' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 289339, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-21 09:03:50 UTC (rev 289340)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20.5
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 

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

2017-02-02 Thread Gaëtan Bisson
Date: Thursday, February 2, 2017 @ 17:28:44
  Author: bisson
Revision: 287914

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 287913, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 287913, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 287913, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 287913, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 287913, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 287913, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 287913, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 287913, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  118 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   59 ---
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   59 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-02 17:28:03 UTC (rev 287913)
+++ extra-i686/PKGBUILD 2017-02-02 17:28:44 UTC (rev 287914)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.20.3
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('d9f055ce55b431b9b61995714fc758f10d916420' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 287913, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-02 17:28:44 UTC (rev 287914)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20.4
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 

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

2017-01-25 Thread Gaëtan Bisson
Date: Wednesday, January 25, 2017 @ 18:11:13
  Author: bisson
Revision: 287437

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 287436, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 287436, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 287436, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 287436, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 287436, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 287436, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 287436, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 287436, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  118 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   59 ---
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   59 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-25 18:10:26 UTC (rev 287436)
+++ extra-i686/PKGBUILD 2017-01-25 18:11:13 UTC (rev 287437)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.20.2
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('b83eb588976f8c7f5383ac423505c259046a42e4' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 287436, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-25 18:11:13 UTC (rev 287437)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20.3
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 

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

2017-01-15 Thread Gaëtan Bisson
Date: Sunday, January 15, 2017 @ 10:11:12
  Author: bisson
Revision: 286410

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 286408, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 286408, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 286408, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 286408, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 286408, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 286408, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 286408, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 286408, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  118 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   59 ---
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   59 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-15 10:11:00 UTC (rev 286409)
+++ extra-i686/PKGBUILD 2017-01-15 10:11:12 UTC (rev 286410)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.20.1
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-#source=("https://www.musicpd.org/download/${pkgname}/0.20/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('afa490380e094006b50360f13b48df6643030ae6' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 286408, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-15 10:11:12 UTC (rev 286410)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20.2
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 

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

2017-01-09 Thread Gaëtan Bisson
Date: Tuesday, January 10, 2017 @ 04:44:41
  Author: bisson
Revision: 285623

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 285622, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 285622, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 285622, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 285622, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 285622, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 285622, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 285622, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 285622, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  118 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   59 ---
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   59 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-10 04:43:29 UTC (rev 285622)
+++ extra-i686/PKGBUILD 2017-01-10 04:44:41 UTC (rev 285623)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.20
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/0.20/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('e63fd1cb005d589e324820cf5799eea6568aa461' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 285622, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-10 04:44:41 UTC (rev 285623)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20.1
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 

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

2017-01-04 Thread Gaëtan Bisson
Date: Wednesday, January 4, 2017 @ 14:28:59
  Author: bisson
Revision: 285281

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 285280, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 285280, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 285280, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 285280, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 285280, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 285280, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 285280, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 285280, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  118 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   65 -
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   65 -
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-04 14:27:56 UTC (rev 285280)
+++ extra-i686/PKGBUILD 2017-01-04 14:28:59 UTC (rev 285281)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.21
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('27dd903f4f7c0f5ffeb85e6820c02d2b82485572' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 285280, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-04 14:28:59 UTC (rev 285281)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'

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

2016-12-13 Thread Gaëtan Bisson
Date: Wednesday, December 14, 2016 @ 04:01:39
  Author: bisson
Revision: 283132

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 283131, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 283131, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 283131, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 283131, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 283131, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 283131, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 283131, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 283131, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  130 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   63 --
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   63 --
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 154 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-14 04:00:23 UTC (rev 283131)
+++ extra-i686/PKGBUILD 2016-12-14 04:01:39 UTC (rev 283132)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.20
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('7f8ec89d9bfee6a85e03746c69c5bf7c7190cba7' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 283131, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-14 04:01:39 UTC (rev 283132)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.21
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 

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

2016-12-10 Thread Gaëtan Bisson
Date: Saturday, December 10, 2016 @ 14:25:46
  Author: bisson
Revision: 283001

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 283000, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 283000, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 283000, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 283000, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 283000, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 283000, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 283000, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 283000, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  126 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   65 ---
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   65 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 150 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-10 14:24:49 UTC (rev 283000)
+++ extra-i686/PKGBUILD 2016-12-10 14:25:46 UTC (rev 283001)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.20
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('7f8ec89d9bfee6a85e03746c69c5bf7c7190cba7'
-  'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 283000, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-10 14:25:46 UTC (rev 283001)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.20
+pkgrel=2
+pkgdesc='Flexible, powerful, server-side application for playing music'

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

2016-12-09 Thread Gaëtan Bisson
Date: Saturday, December 10, 2016 @ 00:21:52
  Author: bisson
Revision: 282991

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 282990, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 282990, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 282990, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 282990, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 282990, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 282990, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 282990, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 282990, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  130 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   65 ---
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   65 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 154 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-10 00:20:15 UTC (rev 282990)
+++ extra-i686/PKGBUILD 2016-12-10 00:21:52 UTC (rev 282991)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.19
-pkgrel=3
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('8c281b823825cab6677cb142b564acbf09a2874d'
-  'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 282990, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-10 00:21:52 UTC (rev 282991)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.20
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'

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

2016-11-05 Thread Gaëtan Bisson
Date: Sunday, November 6, 2016 @ 05:09:22
  Author: bisson
Revision: 279877

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 279876, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 279876, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 279876, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 279876, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 279876, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 279876, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 279876, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 279876, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  130 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   64 --
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   64 --
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 154 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-06 05:08:27 UTC (rev 279876)
+++ extra-i686/PKGBUILD 2016-11-06 05:09:22 UTC (rev 279877)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.19
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('8c281b823825cab6677cb142b564acbf09a2874d'
-  'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 279876, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-06 05:09:22 UTC (rev 279877)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.19
+pkgrel=2
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'

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

2016-08-23 Thread Gaëtan Bisson
Date: Tuesday, August 23, 2016 @ 13:29:33
  Author: bisson
Revision: 274612

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 274611, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 274611, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 274611, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 274611, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 274611, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 274611, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 274611, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 274611, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  128 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   64 ---
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   64 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-23 13:25:19 UTC (rev 274611)
+++ extra-i686/PKGBUILD 2016-08-23 13:29:33 UTC (rev 274612)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.18
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('41065043589208db1100c5a3f3c15fbd3ac87669'
-  'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 274611, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-23 13:29:33 UTC (rev 274612)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.19
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'

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

2016-08-06 Thread Gaëtan Bisson
Date: Saturday, August 6, 2016 @ 06:47:33
  Author: bisson
Revision: 273385

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 273384, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 273384, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 273384, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 273384, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 273384, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 273384, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 273384, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 273384, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  128 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   64 ---
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   64 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-06 06:46:30 UTC (rev 273384)
+++ extra-i686/PKGBUILD 2016-08-06 06:47:33 UTC (rev 273385)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.17
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('88d98884a262af3be74e2791ae9e5eb898f6dfbb'
-  'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 273384, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-06 06:47:33 UTC (rev 273385)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.18
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'

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

2016-07-28 Thread Jan Steffens
Date: Thursday, July 28, 2016 @ 19:22:31
  Author: heftig
Revision: 272652

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 272651, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 272651, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 272651, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 272651, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 272651, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 272651, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 272651, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 272651, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  128 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   63 --
 extra-i686/conf |6 --
 extra-i686/install  |   11 ---
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   63 --
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 ---
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 152 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-28 19:13:36 UTC (rev 272651)
+++ extra-i686/PKGBUILD 2016-07-28 19:22:31 UTC (rev 272652)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.17
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('88d98884a262af3be74e2791ae9e5eb898f6dfbb' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 272651, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-28 19:22:31 UTC (rev 272652)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.17
+pkgrel=2
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'

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

2016-07-09 Thread Gaëtan Bisson
Date: Saturday, July 9, 2016 @ 18:19:26
  Author: bisson
Revision: 271235

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 271234, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 271234, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 271234, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 271234, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 271234, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 271234, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 271234, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 271234, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  126 ++
 /conf   |   12 
 /install|   22 
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   63 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   63 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 162 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-09 18:17:52 UTC (rev 271234)
+++ extra-i686/PKGBUILD 2016-07-09 18:19:26 UTC (rev 271235)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.16
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('2b110898c8365ce69a8cedd01db2404748c4c09c' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 271234, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-09 18:19:26 UTC (rev 271235)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.17
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'

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

2016-06-13 Thread Gaetan Bisson
Date: Monday, June 13, 2016 @ 21:23:04
  Author: bisson
Revision: 269469

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 269468, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 269468, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 269468, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 269468, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 269468, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 269468, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 269468, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 269468, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  126 ++
 /conf   |   12 
 /install|   22 
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   63 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   63 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 162 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-13 19:21:54 UTC (rev 269468)
+++ extra-i686/PKGBUILD 2016-06-13 19:23:04 UTC (rev 269469)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.15
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('5c32aff6ea3f031de5802a39a222efd7e4b1bafd' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 269468, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-13 19:23:04 UTC (rev 269469)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.16
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'

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

2016-05-06 Thread Gaetan Bisson
Date: Saturday, May 7, 2016 @ 06:38:29
  Author: bisson
Revision: 267103

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 267102, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 267102, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 267102, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 267102, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 267102, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 267102, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 267102, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 267102, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  126 ++
 /conf   |   12 
 /install|   22 
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   62 --
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   62 --
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 162 insertions(+), 160 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 04:37:19 UTC (rev 267102)
+++ extra-i686/PKGBUILD 2016-05-07 04:38:29 UTC (rev 267103)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.15
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('5c32aff6ea3f031de5802a39a222efd7e4b1bafd' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 267102, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 04:38:29 UTC (rev 267103)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.15
+pkgrel=2
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 

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

2016-05-03 Thread Gaetan Bisson
Date: Tuesday, May 3, 2016 @ 11:19:38
  Author: bisson
Revision: 266799

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 266798, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 266798, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 266798, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 266798, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 266798, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 266798, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 266798, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 266798, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  124 ++
 /conf   |   12 
 /install|   22 
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   62 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   62 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 160 insertions(+), 160 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-03 09:18:44 UTC (rev 266798)
+++ extra-i686/PKGBUILD 2016-05-03 09:19:38 UTC (rev 266799)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.14
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('2faf8664ae5c9183e73185c9dcfe0be50579f5e8' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 266798, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-03 09:19:38 UTC (rev 266799)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.15
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 

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

2016-03-19 Thread Gaetan Bisson
Date: Friday, March 18, 2016 @ 22:44:40
  Author: bisson
Revision: 262059

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 262058, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 262058, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 262058, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 262058, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 262058, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 262058, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 262058, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 262058, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  124 ++
 /conf   |   12 
 /install|   22 
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   62 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   62 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 160 insertions(+), 160 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-18 21:43:43 UTC (rev 262058)
+++ extra-i686/PKGBUILD 2016-03-18 21:44:40 UTC (rev 262059)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.13
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('1bbd8a9d80018d47867b205ea00e76bef9bbc351' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 262058, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-18 21:44:40 UTC (rev 262059)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.14
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 

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

2016-02-23 Thread Gaetan Bisson
Date: Wednesday, February 24, 2016 @ 01:01:09
  Author: bisson
Revision: 260207

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

Added:
  mpd/repos/testing-i686/PKGBUILD
(from rev 260206, mpd/trunk/PKGBUILD)
  mpd/repos/testing-i686/conf
(from rev 260206, mpd/trunk/conf)
  mpd/repos/testing-i686/install
(from rev 260206, mpd/trunk/install)
  mpd/repos/testing-i686/tmpfiles.d
(from rev 260206, mpd/trunk/tmpfiles.d)
  mpd/repos/testing-x86_64/PKGBUILD
(from rev 260206, mpd/trunk/PKGBUILD)
  mpd/repos/testing-x86_64/conf
(from rev 260206, mpd/trunk/conf)
  mpd/repos/testing-x86_64/install
(from rev 260206, mpd/trunk/install)
  mpd/repos/testing-x86_64/tmpfiles.d
(from rev 260206, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/testing-i686/PKGBUILD
  mpd/repos/testing-i686/conf
  mpd/repos/testing-i686/install
  mpd/repos/testing-i686/tmpfiles.d
  mpd/repos/testing-x86_64/PKGBUILD
  mpd/repos/testing-x86_64/conf
  mpd/repos/testing-x86_64/install
  mpd/repos/testing-x86_64/tmpfiles.d

---+
 /PKGBUILD |  110 
 /conf |   12 
 /install  |   22 
 /tmpfiles.d   |2 
 testing-i686/PKGBUILD |   54 -
 testing-i686/conf |6 --
 testing-i686/install  |   11 
 testing-i686/tmpfiles.d   |1 
 testing-x86_64/PKGBUILD   |   54 -
 testing-x86_64/conf   |6 --
 testing-x86_64/install|   11 
 testing-x86_64/tmpfiles.d |1 
 12 files changed, 146 insertions(+), 144 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-02-23 23:59:51 UTC (rev 260206)
+++ testing-i686/PKGBUILD   2016-02-24 00:01:09 UTC (rev 260207)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.13
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
-makedepends=('boost' 'doxygen')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
-'tmpfiles.d'
-'conf')
-sha1sums=('1bbd8a9d80018d47867b205ea00e76bef9bbc351'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/testing-i686/PKGBUILD (from rev 260206, mpd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-24 00:01:09 UTC (rev 260207)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.13
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 

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

2016-02-23 Thread Gaetan Bisson
Date: Wednesday, February 24, 2016 @ 00:58:40
  Author: bisson
Revision: 260205

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

Added:
  mpd/repos/testing-i686/PKGBUILD
(from rev 260204, mpd/trunk/PKGBUILD)
  mpd/repos/testing-i686/conf
(from rev 260204, mpd/trunk/conf)
  mpd/repos/testing-i686/install
(from rev 260204, mpd/trunk/install)
  mpd/repos/testing-i686/tmpfiles.d
(from rev 260204, mpd/trunk/tmpfiles.d)
  mpd/repos/testing-x86_64/PKGBUILD
(from rev 260204, mpd/trunk/PKGBUILD)
  mpd/repos/testing-x86_64/conf
(from rev 260204, mpd/trunk/conf)
  mpd/repos/testing-x86_64/install
(from rev 260204, mpd/trunk/install)
  mpd/repos/testing-x86_64/tmpfiles.d
(from rev 260204, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/testing-i686/PKGBUILD
  mpd/repos/testing-i686/conf
  mpd/repos/testing-i686/install
  mpd/repos/testing-i686/tmpfiles.d
  mpd/repos/testing-x86_64/PKGBUILD
  mpd/repos/testing-x86_64/conf
  mpd/repos/testing-x86_64/install
  mpd/repos/testing-x86_64/tmpfiles.d

---+
 /PKGBUILD |  108 
 /conf |   12 
 /install  |   22 
 /tmpfiles.d   |2 
 testing-i686/PKGBUILD |   55 --
 testing-i686/conf |6 --
 testing-i686/install  |   11 
 testing-i686/tmpfiles.d   |1 
 testing-x86_64/PKGBUILD   |   55 --
 testing-x86_64/conf   |6 --
 testing-x86_64/install|   11 
 testing-x86_64/tmpfiles.d |1 
 12 files changed, 144 insertions(+), 146 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-02-23 23:57:53 UTC (rev 260204)
+++ testing-i686/PKGBUILD   2016-02-23 23:58:40 UTC (rev 260205)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.12
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('9de55e24d2612526ca8eb688126d0784339f2ee8' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/testing-i686/PKGBUILD (from rev 260204, mpd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-23 23:58:40 UTC (rev 260205)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.13
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 

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

2015-12-15 Thread Gaetan Bisson
Date: Wednesday, December 16, 2015 @ 03:19:17
  Author: bisson
Revision: 256265

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 256264, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 256264, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 256264, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 256264, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 256264, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 256264, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 256264, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 256264, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  110 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   55 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   55 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-16 02:18:31 UTC (rev 256264)
+++ extra-i686/PKGBUILD 2015-12-16 02:19:17 UTC (rev 256265)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.11
-pkgrel=3
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('bc39026742b43d851a846b1f09bff94895cd1927' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 256264, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-16 02:19:17 UTC (rev 256265)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.12
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')

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

2015-10-27 Thread Gaetan Bisson
Date: Tuesday, October 27, 2015 @ 17:48:07
  Author: bisson
Revision: 249800

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 249799, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 249799, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 249799, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 249799, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 249799, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 249799, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 249799, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 249799, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  110 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   55 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   55 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-27 16:47:23 UTC (rev 249799)
+++ extra-i686/PKGBUILD 2015-10-27 16:48:07 UTC (rev 249800)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.10
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('4635b33223d3f1e67eed41f6350ef75515153213' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 249799, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-27 16:48:07 UTC (rev 249800)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.11
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')

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

2015-06-21 Thread Gaetan Bisson
Date: Monday, June 22, 2015 @ 01:57:49
  Author: bisson
Revision: 241172

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 241171, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 241171, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 241171, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 241171, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 241171, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 241171, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 241171, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 241171, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  110 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   55 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   55 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-21 23:57:00 UTC (rev 241171)
+++ extra-i686/PKGBUILD 2015-06-21 23:57:49 UTC (rev 241172)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.19.9
-pkgrel=6
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('6683bee5f132eda318c5a61ec14b2df8d9164d60' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd{,/playlists}
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 241171, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-21 23:57:49 UTC (rev 241172)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.10
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
+makedepends=('boost' 'doxygen')

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

2015-06-14 Thread Gaetan Bisson
Date: Sunday, June 14, 2015 @ 18:46:50
  Author: bisson
Revision: 240767

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 240766, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 240766, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 240766, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 240766, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 240766, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 240766, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 240766, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 240766, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  110 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   55 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   55 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-14 16:46:05 UTC (rev 240766)
+++ extra-i686/PKGBUILD 2015-06-14 16:46:50 UTC (rev 240767)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.19.9
-pkgrel=5
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('6683bee5f132eda318c5a61ec14b2df8d9164d60' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 240766, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-14 16:46:50 UTC (rev 240767)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.9
+pkgrel=6
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
+makedepends=('boost' 'doxygen')

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

2015-06-08 Thread Gaetan Bisson
Date: Monday, June 8, 2015 @ 21:03:33
  Author: bisson
Revision: 240424

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 240423, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 240423, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 240423, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 240423, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 240423, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 240423, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 240423, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 240423, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  110 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   55 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   55 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-08 19:02:46 UTC (rev 240423)
+++ extra-i686/PKGBUILD 2015-06-08 19:03:33 UTC (rev 240424)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.19.9
-pkgrel=4
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('6683bee5f132eda318c5a61ec14b2df8d9164d60' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 240423, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-08 19:03:33 UTC (rev 240424)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.9
+pkgrel=5
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
+makedepends=('boost' 'doxygen')

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

2015-06-02 Thread Gaetan Bisson
Date: Wednesday, June 3, 2015 @ 06:52:09
  Author: bisson
Revision: 240274

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 240273, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 240273, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 240273, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 240273, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 240273, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 240273, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 240273, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 240273, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  110 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   55 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   55 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-03 04:51:23 UTC (rev 240273)
+++ extra-i686/PKGBUILD 2015-06-03 04:52:09 UTC (rev 240274)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.19.9
-pkgrel=3
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
-'tmpfiles.d'
-'conf')
-sha1sums=('6683bee5f132eda318c5a61ec14b2df8d9164d60'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 240273, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-03 04:52:09 UTC (rev 240274)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.9
+pkgrel=4
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr')
+makedepends=('boost' 'doxygen')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')

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

2015-02-10 Thread Gaetan Bisson
Date: Tuesday, February 10, 2015 @ 20:30:11
  Author: bisson
Revision: 231234

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 231233, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 231233, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 231233, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 231233, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 231233, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 231233, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 231233, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 231233, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  110 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   55 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   55 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-10 19:28:26 UTC (rev 231233)
+++ extra-i686/PKGBUILD 2015-02-10 19:30:11 UTC (rev 231234)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.19.9
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('6683bee5f132eda318c5a61ec14b2df8d9164d60' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 231233, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-10 19:30:11 UTC (rev 231234)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.9
+pkgrel=2
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs')
+makedepends=('boost' 'doxygen')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')

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

2015-02-06 Thread Gaetan Bisson
Date: Saturday, February 7, 2015 @ 06:06:36
  Author: bisson
Revision: 230921

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 230920, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 230920, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 230920, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 230920, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 230920, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 230920, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 230920, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 230920, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  110 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   55 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   55 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-07 05:05:48 UTC (rev 230920)
+++ extra-i686/PKGBUILD 2015-02-07 05:06:36 UTC (rev 230921)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.19.8
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('e5e325b666474bddec6c07502fa2dcf3710a42e3' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 230920, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-07 05:06:36 UTC (rev 230921)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.9
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs')
+makedepends=('boost' 'doxygen')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')

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

2015-01-15 Thread Gaetan Bisson
Date: Friday, January 16, 2015 @ 02:33:23
  Author: bisson
Revision: 229129

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 229128, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 229128, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 229128, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 229128, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 229128, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 229128, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 229128, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 229128, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  110 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   54 --
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   54 --
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 146 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-16 01:32:28 UTC (rev 229128)
+++ extra-i686/PKGBUILD 2015-01-16 01:33:23 UTC (rev 229129)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.19.7
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs')
-makedepends=('boost' 'doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('6f67d8ac14881c2d72c2907c2c1e14c6b2fd04c5' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 229128, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-16 01:33:23 UTC (rev 229129)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.8
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs')
+makedepends=('boost' 'doxygen')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+  

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

2014-12-17 Thread Gaetan Bisson
Date: Wednesday, December 17, 2014 @ 22:01:30
  Author: bisson
Revision: 227719

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 227718, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 227718, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 227718, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 227718, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 227718, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 227718, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 227718, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 227718, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  108 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   54 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   54 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-17 21:00:20 UTC (rev 227718)
+++ extra-i686/PKGBUILD 2014-12-17 21:01:30 UTC (rev 227719)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.19.6
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs')
-makedepends=('boost' 'doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('723c224a24292d70823a3f58fc7dbf20cac770e9' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 227718, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-17 21:01:30 UTC (rev 227719)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.7
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs')
+makedepends=('boost' 'doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')

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

2014-12-08 Thread Gaetan Bisson
Date: Tuesday, December 9, 2014 @ 06:48:03
  Author: bisson
Revision: 227376

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 227375, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 227375, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 227375, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 227375, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 227375, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 227375, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 227375, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 227375, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  108 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   54 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   54 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-09 05:47:13 UTC (rev 227375)
+++ extra-i686/PKGBUILD 2014-12-09 05:48:03 UTC (rev 227376)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.19.5
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs')
-makedepends=('boost' 'doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('59bab61cfc89c6ef7a1c3cbc877957df633ad1ac' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 227375, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-09 05:48:03 UTC (rev 227376)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.6
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs')
+makedepends=('boost' 'doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')

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

2014-11-26 Thread Gaetan Bisson
Date: Wednesday, November 26, 2014 @ 22:09:42
  Author: bisson
Revision: 227143

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 227142, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 227142, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 227142, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 227142, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 227142, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 227142, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 227142, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 227142, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  108 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   54 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   54 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-26 21:08:58 UTC (rev 227142)
+++ extra-i686/PKGBUILD 2014-11-26 21:09:42 UTC (rev 227143)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.19.4
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs')
-makedepends=('boost' 'doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('f0397d7e923cd11fef8dae238efe9ae9ff12120f' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 227142, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-26 21:09:42 UTC (rev 227143)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.5
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs')
+makedepends=('boost' 'doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')

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

2014-11-19 Thread Gaetan Bisson
Date: Wednesday, November 19, 2014 @ 17:21:29
  Author: bisson
Revision: 226404

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 226403, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 226403, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 226403, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 226403, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 226403, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 226403, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 226403, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 226403, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  108 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   54 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   54 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-19 16:20:42 UTC (rev 226403)
+++ extra-i686/PKGBUILD 2014-11-19 16:21:29 UTC (rev 226404)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.19.3
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs')
-makedepends=('boost' 'doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('2027ea7c379e045dec6cddfe0ccef341fe00c387' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 226403, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-19 16:21:29 UTC (rev 226404)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.4
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs')
+makedepends=('boost' 'doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')

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

2014-11-11 Thread Gaetan Bisson
Date: Tuesday, November 11, 2014 @ 19:17:29
  Author: bisson
Revision: 226066

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 226065, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 226065, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 226065, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 226065, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 226065, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 226065, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 226065, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 226065, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  108 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   54 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   54 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-11 18:15:21 UTC (rev 226065)
+++ extra-i686/PKGBUILD 2014-11-11 18:17:29 UTC (rev 226066)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.19.2
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs')
-makedepends=('boost' 'doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('47616949d1617f467c31fb10df8ddd5a5c4ddc84' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 226065, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-11 18:17:29 UTC (rev 226066)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.3
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs')
+makedepends=('boost' 'doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')

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

2014-11-10 Thread Gaetan Bisson
Date: Monday, November 10, 2014 @ 23:17:57
  Author: bisson
Revision: 225909

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 225908, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 225908, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 225908, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 225908, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 225908, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 225908, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 225908, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 225908, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  108 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   54 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   54 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-10 22:17:12 UTC (rev 225908)
+++ extra-i686/PKGBUILD 2014-11-10 22:17:57 UTC (rev 225909)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.19.1
-pkgrel=3
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs')
-makedepends=('boost' 'doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('68f1ff43a2dd4de913d6c979db504dc2955f5737' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 225908, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-10 22:17:57 UTC (rev 225909)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.2
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs')
+makedepends=('boost' 'doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')

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

2014-10-29 Thread Gaetan Bisson
Date: Wednesday, October 29, 2014 @ 21:45:35
  Author: bisson
Revision: 225448

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 225447, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 225447, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 225447, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 225447, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 225447, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 225447, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 225447, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 225447, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  108 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   54 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   54 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-29 20:44:51 UTC (rev 225447)
+++ extra-i686/PKGBUILD 2014-10-29 20:45:35 UTC (rev 225448)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.19.1
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp')
-makedepends=('boost' 'doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('68f1ff43a2dd4de913d6c979db504dc2955f5737' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 225447, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-29 20:45:35 UTC (rev 225448)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.1
+pkgrel=3
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs')
+makedepends=('boost' 'doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')

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

2014-10-22 Thread Gaetan Bisson
Date: Wednesday, October 22, 2014 @ 18:54:09
  Author: bisson
Revision: 225189

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 225188, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 225188, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 225188, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 225188, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 225188, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 225188, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 225188, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 225188, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  108 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   54 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   54 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-22 16:53:21 UTC (rev 225188)
+++ extra-i686/PKGBUILD 2014-10-22 16:54:09 UTC (rev 225189)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.19.1
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'boost-libs')
-makedepends=('boost' 'doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('68f1ff43a2dd4de913d6c979db504dc2955f5737' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 225188, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-22 16:54:09 UTC (rev 225189)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.1
+pkgrel=2
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp')
+makedepends=('boost' 'doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')

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

2014-10-19 Thread Gaetan Bisson
Date: Monday, October 20, 2014 @ 00:23:19
  Author: bisson
Revision: 224840

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

Added:
  mpd/repos/testing-i686/PKGBUILD
(from rev 224839, mpd/trunk/PKGBUILD)
  mpd/repos/testing-i686/conf
(from rev 224839, mpd/trunk/conf)
  mpd/repos/testing-i686/install
(from rev 224839, mpd/trunk/install)
  mpd/repos/testing-i686/tmpfiles.d
(from rev 224839, mpd/trunk/tmpfiles.d)
  mpd/repos/testing-x86_64/PKGBUILD
(from rev 224839, mpd/trunk/PKGBUILD)
  mpd/repos/testing-x86_64/conf
(from rev 224839, mpd/trunk/conf)
  mpd/repos/testing-x86_64/install
(from rev 224839, mpd/trunk/install)
  mpd/repos/testing-x86_64/tmpfiles.d
(from rev 224839, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/testing-i686/PKGBUILD
  mpd/repos/testing-i686/conf
  mpd/repos/testing-i686/install
  mpd/repos/testing-i686/tmpfiles.d
  mpd/repos/testing-x86_64/PKGBUILD
  mpd/repos/testing-x86_64/conf
  mpd/repos/testing-x86_64/install
  mpd/repos/testing-x86_64/tmpfiles.d

---+
 /PKGBUILD |  108 
 /conf |   12 
 /install  |   22 
 /tmpfiles.d   |2 
 testing-i686/PKGBUILD |   60 
 testing-i686/conf |6 --
 testing-i686/install  |   11 
 testing-i686/tmpfiles.d   |1 
 testing-x86_64/PKGBUILD   |   60 
 testing-x86_64/conf   |6 --
 testing-x86_64/install|   11 
 testing-x86_64/tmpfiles.d |1 
 12 files changed, 144 insertions(+), 156 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-19 22:22:40 UTC (rev 224839)
+++ testing-i686/PKGBUILD   2014-10-19 22:23:19 UTC (rev 224840)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.19
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'boost-libs')
-makedepends=('boost' 'doxygen')
-#source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('1e86d7a724394e81ca0c248f032fc042aee9d2dc' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   touch systemd/mpd.socket
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/testing-i686/PKGBUILD (from rev 224839, mpd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-19 22:23:19 UTC (rev 224840)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.1
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 

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

2014-10-12 Thread Gaetan Bisson
Date: Sunday, October 12, 2014 @ 08:04:10
  Author: bisson
Revision: 224223

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 224222, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 224222, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 224222, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 224222, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 224222, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 224222, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 224222, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 224222, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  120 ++
 /conf   |   12 
 /install|   22 
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   53 
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   53 
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 156 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-12 06:03:23 UTC (rev 224222)
+++ extra-i686/PKGBUILD 2014-10-12 06:04:10 UTC (rev 224223)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.16
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('ef510446e858fadf20d36fa2c1bed6f35a51e613' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 224222, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-12 06:04:10 UTC (rev 224223)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'boost-libs')
+makedepends=('boost' 'doxygen')
+#source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+   

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

2014-09-26 Thread Gaetan Bisson
Date: Friday, September 26, 2014 @ 18:27:35
  Author: bisson
Revision: 223188

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 223187, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 223187, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 223187, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 223187, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 223187, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 223187, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 223187, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 223187, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  106 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   53 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   53 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-26 16:26:50 UTC (rev 223187)
+++ extra-i686/PKGBUILD 2014-09-26 16:27:35 UTC (rev 223188)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.14
-pkgrel=4
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('5a4b5f5b0447994f3fc186ffd7c16cabeeed2978' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 223187, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-26 16:27:35 UTC (rev 223188)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.15
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('cef7b02aaf2d8fc1ce0e6114fe9ded350a4479cc' 'SKIP'
+  

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

2014-09-26 Thread Gaetan Bisson
Date: Friday, September 26, 2014 @ 19:27:20
  Author: bisson
Revision: 223356

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 223355, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 223355, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 223355, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 223355, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 223355, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 223355, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 223355, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 223355, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  106 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   53 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   53 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-26 17:26:29 UTC (rev 223355)
+++ extra-i686/PKGBUILD 2014-09-26 17:27:20 UTC (rev 223356)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.15
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('cef7b02aaf2d8fc1ce0e6114fe9ded350a4479cc' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 223355, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-26 17:27:20 UTC (rev 223356)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.16
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('ef510446e858fadf20d36fa2c1bed6f35a51e613' 'SKIP'
+  

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

2014-09-25 Thread Gaetan Bisson
Date: Thursday, September 25, 2014 @ 21:29:19
  Author: bisson
Revision: 223008

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 223007, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 223007, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 223007, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 223007, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 223007, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 223007, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 223007, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 223007, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  106 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   55 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   55 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-25 19:28:35 UTC (rev 223007)
+++ extra-i686/PKGBUILD 2014-09-25 19:29:19 UTC (rev 223008)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.14
-pkgrel=3
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('5a4b5f5b0447994f3fc186ffd7c16cabeeed2978' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed \
-   -e '/\[Service\]/a User=mpd' \
-   -e '/WantedBy=/c WantedBy=default.target' \
-   -i ${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 223007, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-25 19:29:19 UTC (rev 223008)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.14
+pkgrel=4
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('5a4b5f5b0447994f3fc186ffd7c16cabeeed2978' 'SKIP'
+  

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

2014-09-24 Thread Gaetan Bisson
Date: Wednesday, September 24, 2014 @ 19:31:06
  Author: bisson
Revision: 222945

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 222944, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 222944, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 222944, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 222944, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 222944, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 222944, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 222944, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 222944, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  110 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   52 -
 extra-i686/conf |7 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   52 -
 extra-x86_64/conf   |7 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 146 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-24 17:29:53 UTC (rev 222944)
+++ extra-i686/PKGBUILD 2014-09-24 17:31:06 UTC (rev 222945)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.14
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('5a4b5f5b0447994f3fc186ffd7c16cabeeed2978' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 222944, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-24 17:31:06 UTC (rev 222945)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.14
+pkgrel=3
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('5a4b5f5b0447994f3fc186ffd7c16cabeeed2978' 'SKIP'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '291fd5cda9f0845834a553017327c4586bd853f6')
+
+backup=('etc/mpd.conf')

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

2014-09-11 Thread Gaetan Bisson
Date: Friday, September 12, 2014 @ 01:45:56
  Author: bisson
Revision: 221437

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 221436, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 221436, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 221436, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 221436, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 221436, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 221436, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 221436, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 221436, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  104 ++
 /conf   |   14 ++
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   52 ---
 extra-i686/conf |7 ---
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   52 ---
 extra-x86_64/conf   |7 ---
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-11 23:45:09 UTC (rev 221436)
+++ extra-i686/PKGBUILD 2014-09-11 23:45:56 UTC (rev 221437)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.13
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('0ddf8c55228fcc67522ecdd7710f93dc146c99a7' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 221436, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-11 23:45:56 UTC (rev 221437)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.14
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('5a4b5f5b0447994f3fc186ffd7c16cabeeed2978' 'SKIP'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
+

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

2014-08-31 Thread Gaetan Bisson
Date: Sunday, August 31, 2014 @ 19:15:56
  Author: bisson
Revision: 220844

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 220843, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 220843, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 220843, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 220843, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 220843, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 220843, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 220843, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 220843, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  104 ++
 /conf   |   14 ++
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   52 ---
 extra-i686/conf |7 ---
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   52 ---
 extra-x86_64/conf   |7 ---
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-31 17:15:12 UTC (rev 220843)
+++ extra-i686/PKGBUILD 2014-08-31 17:15:56 UTC (rev 220844)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.12
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('99ba27a541cb18fcd093d93551d34c1c3145ba49' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 220843, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-31 17:15:56 UTC (rev 220844)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.13
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('0ddf8c55228fcc67522ecdd7710f93dc146c99a7' 'SKIP'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
+
+backup=('etc/mpd.conf')

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

2014-07-30 Thread Gaetan Bisson
Date: Thursday, July 31, 2014 @ 02:11:34
  Author: bisson
Revision: 218418

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 218417, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 218417, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 218417, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 218417, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 218417, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 218417, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 218417, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 218417, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  104 ++
 /conf   |   14 ++
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   52 ---
 extra-i686/conf |7 ---
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   52 ---
 extra-x86_64/conf   |7 ---
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-31 00:10:49 UTC (rev 218417)
+++ extra-i686/PKGBUILD 2014-07-31 00:11:34 UTC (rev 218418)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.11
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('34585fcb49107508b198798b5657df07c86157f0' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 218417, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-31 00:11:34 UTC (rev 218418)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.12
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('99ba27a541cb18fcd093d93551d34c1c3145ba49' 'SKIP'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
+
+backup=('etc/mpd.conf')

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

2014-05-12 Thread Gaetan Bisson
Date: Monday, May 12, 2014 @ 19:53:26
  Author: bisson
Revision: 212312

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 212311, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 212311, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 212311, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 212311, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 212311, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 212311, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 212311, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 212311, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  104 ++
 /conf   |   14 ++
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   52 ---
 extra-i686/conf |7 ---
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   52 ---
 extra-x86_64/conf   |7 ---
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-12 17:52:42 UTC (rev 212311)
+++ extra-i686/PKGBUILD 2014-05-12 17:53:26 UTC (rev 212312)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.10
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('0923318cfda033bb4f89c219e6effa9d5b330c1d' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 212311, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-12 17:53:26 UTC (rev 212312)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.11
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('34585fcb49107508b198798b5657df07c86157f0' 'SKIP'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
+
+backup=('etc/mpd.conf')

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

2014-04-10 Thread Gaetan Bisson
Date: Thursday, April 10, 2014 @ 18:28:59
  Author: bisson
Revision: 210174

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 210173, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 210173, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 210173, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 210173, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 210173, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 210173, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 210173, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 210173, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  104 ++
 /conf   |   14 ++
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   52 ---
 extra-i686/conf |7 ---
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   52 ---
 extra-x86_64/conf   |7 ---
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-10 16:28:00 UTC (rev 210173)
+++ extra-i686/PKGBUILD 2014-04-10 16:28:59 UTC (rev 210174)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.9
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('70e96857d68c0191bbf721aa08a8b5f4ec8120c7' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 210173, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-10 16:28:59 UTC (rev 210174)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.10
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('0923318cfda033bb4f89c219e6effa9d5b330c1d' 'SKIP'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
+
+backup=('etc/mpd.conf')

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

2014-03-02 Thread Gaetan Bisson
Date: Sunday, March 2, 2014 @ 17:53:57
  Author: bisson
Revision: 206590

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 206589, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 206589, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 206589, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 206589, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 206589, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 206589, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 206589, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 206589, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  104 ++
 /conf   |   14 ++
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   52 ---
 extra-i686/conf |7 ---
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   52 ---
 extra-x86_64/conf   |7 ---
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-02 16:53:10 UTC (rev 206589)
+++ extra-i686/PKGBUILD 2014-03-02 16:53:57 UTC (rev 206590)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.8
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('04e6c657e9b5b7330c2ab4af2fb361d7d1e294d8' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 206589, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-02 16:53:57 UTC (rev 206590)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.9
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('70e96857d68c0191bbf721aa08a8b5f4ec8120c7' 'SKIP'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
+
+backup=('etc/mpd.conf')

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

2014-02-06 Thread Gaetan Bisson
Date: Friday, February 7, 2014 @ 01:40:00
  Author: bisson
Revision: 205558

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 205557, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 205557, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 205557, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 205557, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 205557, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 205557, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 205557, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 205557, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  104 ++
 /conf   |   14 ++
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   52 ---
 extra-i686/conf |7 ---
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   52 ---
 extra-x86_64/conf   |7 ---
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-07 00:38:47 UTC (rev 205557)
+++ extra-i686/PKGBUILD 2014-02-07 00:40:00 UTC (rev 205558)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.7
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('feaea4781f01e518db22ccdb097059f33d77616e' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 205557, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-07 00:40:00 UTC (rev 205558)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.8
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('04e6c657e9b5b7330c2ab4af2fb361d7d1e294d8' 'SKIP'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
+
+backup=('etc/mpd.conf')

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

2014-01-13 Thread Gaetan Bisson
Date: Monday, January 13, 2014 @ 18:25:09
  Author: bisson
Revision: 203656

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 203655, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 203655, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 203655, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 203655, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 203655, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 203655, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 203655, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 203655, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  104 ++
 /conf   |   14 ++
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   52 ---
 extra-i686/conf |7 ---
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   52 ---
 extra-x86_64/conf   |7 ---
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-13 17:24:08 UTC (rev 203655)
+++ extra-i686/PKGBUILD 2014-01-13 17:25:09 UTC (rev 203656)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.6
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('06951d043a57ce460b728402768a235d8b18ba93' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 203655, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-13 17:25:09 UTC (rev 203656)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.7
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('feaea4781f01e518db22ccdb097059f33d77616e' 'SKIP'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
+
+backup=('etc/mpd.conf')

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

2013-12-24 Thread Gaetan Bisson
Date: Tuesday, December 24, 2013 @ 19:48:56
  Author: bisson
Revision: 202687

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 202686, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 202686, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 202686, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 202686, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 202686, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 202686, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 202686, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 202686, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  104 ++
 /conf   |   14 ++
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   57 -
 extra-i686/conf |7 ---
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   57 -
 extra-x86_64/conf   |7 ---
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 142 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-24 18:48:07 UTC (rev 202686)
+++ extra-i686/PKGBUILD 2013-12-24 18:48:56 UTC (rev 202687)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.5
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('4078755d77b7de4135458ae7db2518d2e057e745' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:g' -i 
src/input/CdioParanoiaInputPlugin.cxx
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 202686, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-24 18:48:56 UTC (rev 202687)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.6
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')

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

2013-11-23 Thread Gaetan Bisson
Date: Sunday, November 24, 2013 @ 01:08:07
  Author: bisson
Revision: 200260

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 200259, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 200259, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 200259, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 200259, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 200259, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 200259, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 200259, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 200259, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  114 ++
 /conf   |   14 +
 /install|   22 
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   57 ---
 extra-i686/conf |7 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   57 ---
 extra-x86_64/conf   |7 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-24 00:07:17 UTC (rev 200259)
+++ extra-i686/PKGBUILD 2013-11-24 00:08:07 UTC (rev 200260)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.4
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('3a2c6b713f7e058b45d73295d0a45b1046037d77' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:g' -i 
src/input/CdioParanoiaInputPlugin.cxx
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 200259, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-24 00:08:07 UTC (rev 200260)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.5
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')

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

2013-11-17 Thread Gaetan Bisson
Date: Sunday, November 17, 2013 @ 19:29:35
  Author: bisson
Revision: 199871

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 199870, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 199870, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 199870, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 199870, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 199870, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 199870, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 199870, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 199870, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  114 ++
 /conf   |   14 +
 /install|   22 
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   56 --
 extra-i686/conf |7 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   56 --
 extra-x86_64/conf   |7 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 152 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-17 18:28:45 UTC (rev 199870)
+++ extra-i686/PKGBUILD 2013-11-17 18:29:35 UTC (rev 199871)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.4
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('3a2c6b713f7e058b45d73295d0a45b1046037d77' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:g' -i 
src/input/CdioParanoiaInputPlugin.cxx
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -d ${pkgdir}/usr/lib/systemd/user
-   ln -s ../system/mpd.service ${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 199870, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-17 18:29:35 UTC (rev 199871)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.4
+pkgrel=2
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('3a2c6b713f7e058b45d73295d0a45b1046037d77' 'SKIP'
+  

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

2013-11-13 Thread Gaetan Bisson
Date: Wednesday, November 13, 2013 @ 21:44:05
  Author: bisson
Revision: 199513

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 199512, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 199512, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 199512, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 199512, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 199512, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 199512, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 199512, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 199512, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  112 ++
 /conf   |   14 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   56 ---
 extra-i686/conf |7 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   56 ---
 extra-x86_64/conf   |7 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 150 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-13 20:42:27 UTC (rev 199512)
+++ extra-i686/PKGBUILD 2013-11-13 20:44:05 UTC (rev 199513)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.3
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('e95d1a818ddeff6bb83c969bcc8d3b6ae26ff058' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:g' -i 
src/input/CdioParanoiaInputPlugin.cxx
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -d ${pkgdir}/usr/lib/systemd/user
-   ln -s ../system/mpd.service ${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 199512, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-13 20:44:05 UTC (rev 199513)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.4
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('3a2c6b713f7e058b45d73295d0a45b1046037d77' 'SKIP'
+  

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

2013-11-08 Thread Gaetan Bisson
Date: Saturday, November 9, 2013 @ 05:37:10
  Author: bisson
Revision: 199272

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 199271, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 199271, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 199271, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 199271, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 199271, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 199271, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 199271, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 199271, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  112 ++
 /conf   |   14 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   55 --
 extra-i686/conf |7 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   55 --
 extra-x86_64/conf   |7 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 150 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-09 04:32:04 UTC (rev 199271)
+++ extra-i686/PKGBUILD 2013-11-09 04:37:10 UTC (rev 199272)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.3
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('e95d1a818ddeff6bb83c969bcc8d3b6ae26ff058' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:g' -i 
src/input/CdioParanoiaInputPlugin.cxx
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -d ${pkgdir}/usr/lib/systemd/user
-   ln -s ../system/mpd.service ${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 199271, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-09 04:37:10 UTC (rev 199272)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.3
+pkgrel=2
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('e95d1a818ddeff6bb83c969bcc8d3b6ae26ff058' 'SKIP'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  

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

2013-11-07 Thread Gaetan Bisson
Date: Friday, November 8, 2013 @ 02:10:20
  Author: bisson
Revision: 199059

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 199058, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 199058, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 199058, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 199058, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 199058, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 199058, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 199058, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 199058, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  110 ++
 /conf   |   14 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   55 ---
 extra-i686/conf |7 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   55 ---
 extra-x86_64/conf   |7 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-08 01:09:26 UTC (rev 199058)
+++ extra-i686/PKGBUILD 2013-11-08 01:10:20 UTC (rev 199059)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.1
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
-'tmpfiles.d'
-'conf')
-sha1sums=('1556e8d7533ed016a552bae9f8da891a6a6443cd'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:g' -i 
src/input/CdioParanoiaInputPlugin.cxx
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -d ${pkgdir}/usr/lib/systemd/user
-   ln -s ../system/mpd.service ${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 199058, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-08 01:10:20 UTC (rev 199059)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.2
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('116f4cf0147320abd5253435c4be134a1d5eace8' 'SKIP'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
+

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

2013-11-05 Thread Gaetan Bisson
Date: Wednesday, November 6, 2013 @ 08:05:23
  Author: bisson
Revision: 199000

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 198999, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 198999, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 198999, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 198999, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 198999, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 198999, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 198999, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 198999, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  110 ++
 /conf   |   14 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   55 ---
 extra-i686/conf |7 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   55 ---
 extra-x86_64/conf   |7 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-06 07:04:29 UTC (rev 198999)
+++ extra-i686/PKGBUILD 2013-11-06 07:05:23 UTC (rev 199000)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;
-'tmpfiles.d'
-'conf')
-sha1sums=('e3cc99de0c2c595ca576cdb455c6aaedd4f7726a'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:g' -i 
src/input/CdioParanoiaInputPlugin.cxx
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -d ${pkgdir}/usr/lib/systemd/user
-   ln -s ../system/mpd.service ${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 198999, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-06 07:05:23 UTC (rev 199000)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.1
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'tmpfiles.d'
+'conf')
+sha1sums=('1556e8d7533ed016a552bae9f8da891a6a6443cd'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
+

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

2013-04-10 Thread Gaetan Bisson
Date: Thursday, April 11, 2013 @ 01:37:20
  Author: bisson
Revision: 182601

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 182600, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/install
(from rev 182600, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 182600, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 182600, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/install
(from rev 182600, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 182600, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/ffmpeg.patch
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/rc.d
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/ffmpeg.patch
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/rc.d
  mpd/repos/extra-x86_64/tmpfiles.d

---+
 /PKGBUILD |  106 
 /install  |   22 +
 /tmpfiles.d   |2 
 extra-i686/PKGBUILD   |   65 --
 extra-i686/ffmpeg.patch   |   15 --
 extra-i686/install|   11 
 extra-i686/rc.d   |   25 --
 extra-i686/tmpfiles.d |1 
 extra-x86_64/PKGBUILD |   65 --
 extra-x86_64/ffmpeg.patch |   15 --
 extra-x86_64/install  |   11 
 extra-x86_64/rc.d |   25 --
 extra-x86_64/tmpfiles.d   |1 
 13 files changed, 130 insertions(+), 234 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-10 23:36:49 UTC (rev 182600)
+++ extra-i686/PKGBUILD 2013-04-10 23:37:20 UTC (rev 182601)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.17.3
-pkgrel=3
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
-makedepends=('doxygen')
-source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
-'ffmpeg.patch'
-'tmpfiles.d'
-'rc.d') 
-sha1sums=('f684d73a7517371a4461afdb2439f9533b51a49d'
-  '8a06d04bfdf4e0dc43479907dc9b3bd7fba6dd10'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '3470d489565f0ed479f1665dd2876f66acb5a585')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -p1 -i ../ffmpeg.patch
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-jack \
-   --enable-lastfm \
-   --enable-soundcloud \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   sed \
-   -e '/^#playlist_directory/c playlist_directory 
/var/lib/mpd/playlists' \
-   -e '/^#db_file/c db_file /var/lib/mpd/mpd.db' \
-   -e '/^#pid_file/c pid_file /run/mpd/mpd.pid' \
-   -e '/^#state_file/c state_file /var/lib/mpd/mpdstate' \
-   -e '/^#user/c user mpd' \
-   -i doc/mpdconf.example
-
-   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/mpd
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -Dm644 doc/mpdconf.example ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 182600, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-10 23:37:20 UTC (rev 182601)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.17.4
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')

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

2013-01-07 Thread Gaetan Bisson
Date: Monday, January 7, 2013 @ 09:37:06
  Author: bisson
Revision: 174779

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 174778, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/install
(from rev 174778, mpd/trunk/install)
  mpd/repos/extra-i686/rc.d
(from rev 174778, mpd/trunk/rc.d)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 174778, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 174778, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/install
(from rev 174778, mpd/trunk/install)
  mpd/repos/extra-x86_64/rc.d
(from rev 174778, mpd/trunk/rc.d)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 174778, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/rc.d
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/rc.d
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 extra-i686/PKGBUILD |  122 +++---
 extra-i686/install  |   22 
 extra-i686/rc.d |   50 +-
 extra-i686/tmpfiles.d   |2 
 extra-x86_64/PKGBUILD   |  122 +++---
 extra-x86_64/install|   22 
 extra-x86_64/rc.d   |   50 +-
 extra-x86_64/tmpfiles.d |2 
 8 files changed, 196 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-07 14:36:15 UTC (rev 174778)
+++ extra-i686/PKGBUILD 2013-01-07 14:37:06 UTC (rev 174779)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.17.2
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
-makedepends=('doxygen')
-source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
-'tmpfiles.d'
-'rc.d') 
-sha1sums=('5e7ccf39f44e51240f181c2e1d9af5a7dafb1f02'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '3470d489565f0ed479f1665dd2876f66acb5a585')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-jack \
-   --enable-lastfm \
-   --enable-soundcloud \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   sed \
-   -e '/^#playlist_directory/c playlist_directory 
/var/lib/mpd/playlists' \
-   -e '/^#db_file/c db_file /var/lib/mpd/mpd.db' \
-   -e '/^#pid_file/c pid_file /run/mpd/mpd.pid' \
-   -e '/^#state_file/c state_file /var/lib/mpd/mpdstate' \
-   -e '/^#user/c user mpd' \
-   -i doc/mpdconf.example
-
-   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/mpd
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -Dm644 doc/mpdconf.example ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 174778, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-07 14:37:06 UTC (rev 174779)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.17.3
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
+makedepends=('doxygen')
+source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
+'tmpfiles.d'
+'rc.d') 
+sha1sums=('f684d73a7517371a4461afdb2439f9533b51a49d'
+  

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

2012-10-05 Thread Gaetan Bisson
Date: Friday, October 5, 2012 @ 10:07:35
  Author: bisson
Revision: 168060

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 168059, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/install
(from rev 168059, mpd/trunk/install)
  mpd/repos/extra-i686/rc.d
(from rev 168059, mpd/trunk/rc.d)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 168059, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 168059, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/install
(from rev 168059, mpd/trunk/install)
  mpd/repos/extra-x86_64/rc.d
(from rev 168059, mpd/trunk/rc.d)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 168059, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/rc.d
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/rc.d
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 extra-i686/PKGBUILD |  122 +++---
 extra-i686/install  |   22 
 extra-i686/rc.d |   50 +-
 extra-i686/tmpfiles.d   |2 
 extra-x86_64/PKGBUILD   |  122 +++---
 extra-x86_64/install|   22 
 extra-x86_64/rc.d   |   50 +-
 extra-x86_64/tmpfiles.d |2 
 8 files changed, 196 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-05 14:07:08 UTC (rev 168059)
+++ extra-i686/PKGBUILD 2012-10-05 14:07:35 UTC (rev 168060)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.17.1
-pkgrel=3
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
-makedepends=('doxygen')
-source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
-'tmpfiles.d'
-'rc.d') 
-sha1sums=('11da36217d57d08010f309977a4a77cce6240f77'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '3470d489565f0ed479f1665dd2876f66acb5a585')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-jack \
-   --enable-lastfm \
-   --enable-soundcloud \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   sed \
-   -e '/^#playlist_directory/c playlist_directory 
/var/lib/mpd/playlists' \
-   -e '/^#db_file/c db_file /var/lib/mpd/mpd.db' \
-   -e '/^#pid_file/c pid_file /run/mpd/mpd.pid' \
-   -e '/^#state_file/c state_file /var/lib/mpd/mpdstate' \
-   -e '/^#user/c user mpd' \
-   -i doc/mpdconf.example
-
-   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/mpd
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -Dm644 doc/mpdconf.example ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 168059, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-05 14:07:35 UTC (rev 168060)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.17.2
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
+makedepends=('doxygen')
+source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
+'tmpfiles.d'
+'rc.d') 
+sha1sums=('5e7ccf39f44e51240f181c2e1d9af5a7dafb1f02'
+  

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

2012-09-19 Thread Gaetan Bisson
Date: Wednesday, September 19, 2012 @ 09:11:09
  Author: bisson
Revision: 166807

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 166806, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/install
(from rev 166806, mpd/trunk/install)
  mpd/repos/extra-i686/rc.d
(from rev 166806, mpd/trunk/rc.d)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 166806, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 166806, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/install
(from rev 166806, mpd/trunk/install)
  mpd/repos/extra-x86_64/rc.d
(from rev 166806, mpd/trunk/rc.d)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 166806, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/rc.d
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/rc.d
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 extra-i686/PKGBUILD |  122 +++---
 extra-i686/install  |   22 
 extra-i686/rc.d |   50 +-
 extra-i686/tmpfiles.d   |2 
 extra-x86_64/PKGBUILD   |  122 +++---
 extra-x86_64/install|   22 
 extra-x86_64/rc.d   |   50 +-
 extra-x86_64/tmpfiles.d |2 
 8 files changed, 196 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-19 13:10:23 UTC (rev 166806)
+++ extra-i686/PKGBUILD 2012-09-19 13:11:09 UTC (rev 166807)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.17.1
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
- 'libpulse')
-makedepends=('doxygen')
-source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
-'tmpfiles.d'
-'rc.d') 
-sha1sums=('11da36217d57d08010f309977a4a77cce6240f77'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '3470d489565f0ed479f1665dd2876f66acb5a585')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-lastfm \
-   --enable-jack \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   sed \
-   -e '/^#playlist_directory/c playlist_directory 
/var/lib/mpd/playlists' \
-   -e '/^#db_file/c db_file /var/lib/mpd/mpd.db' \
-   -e '/^#pid_file/c pid_file /run/mpd/mpd.pid' \
-   -e '/^#state_file/c state_file /var/lib/mpd/mpdstate' \
-   -e '/^#user/c user mpd' \
-   -i doc/mpdconf.example
-
-   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/mpd
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -Dm644 doc/mpdconf.example ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 166806, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-19 13:11:09 UTC (rev 166807)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.17.1
+pkgrel=3
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
+makedepends=('doxygen')
+source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
+'tmpfiles.d'
+'rc.d') 
+sha1sums=('11da36217d57d08010f309977a4a77cce6240f77'
+  

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

2012-08-27 Thread Gaetan Bisson
Date: Monday, August 27, 2012 @ 08:03:29
  Author: bisson
Revision: 165616

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 165615, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/install
(from rev 165615, mpd/trunk/install)
  mpd/repos/extra-i686/rc.d
(from rev 165615, mpd/trunk/rc.d)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 165615, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 165615, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/install
(from rev 165615, mpd/trunk/install)
  mpd/repos/extra-x86_64/rc.d
(from rev 165615, mpd/trunk/rc.d)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 165615, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/rc.d
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/rc.d
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 extra-i686/PKGBUILD |  123 ++
 extra-i686/install  |   22 
 extra-i686/rc.d |   50 +-
 extra-i686/tmpfiles.d   |2 
 extra-x86_64/PKGBUILD   |  123 ++
 extra-x86_64/install|   22 
 extra-x86_64/rc.d   |   50 +-
 extra-x86_64/tmpfiles.d |2 
 8 files changed, 196 insertions(+), 198 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-27 12:02:30 UTC (rev 165615)
+++ extra-i686/PKGBUILD 2012-08-27 12:03:29 UTC (rev 165616)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.17.1
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
- 'libpulse')
-makedepends=('doxygen')
-source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
-'tmpfiles.d'
-'rc.d') 
-sha1sums=('11da36217d57d08010f309977a4a77cce6240f77'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '3470d489565f0ed479f1665dd2876f66acb5a585')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-lastfm \
-   --enable-jack \
-   --enable-pulse \
-   --disable-cue \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   sed \
-   -e '/^#playlist_directory/c playlist_directory 
/var/lib/mpd/playlists' \
-   -e '/^#db_file/c db_file /var/lib/mpd/mpd.db' \
-   -e '/^#pid_file/c pid_file /run/mpd/mpd.pid' \
-   -e '/^#state_file/c state_file /var/lib/mpd/mpdstate' \
-   -e '/^#user/c user mpd' \
-   -i doc/mpdconf.example
-
-   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/mpd
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -Dm644 doc/mpdconf.example ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 165615, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-27 12:03:29 UTC (rev 165616)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.17.1
+pkgrel=2
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
+ 'libpulse')
+makedepends=('doxygen')
+source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
+'tmpfiles.d'
+'rc.d') 

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

2012-08-11 Thread Gaetan Bisson
Date: Sunday, August 12, 2012 @ 00:32:32
  Author: bisson
Revision: 165175

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 165174, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/install
(from rev 165174, mpd/trunk/install)
  mpd/repos/extra-i686/rc.d
(from rev 165174, mpd/trunk/rc.d)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 165174, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 165174, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/install
(from rev 165174, mpd/trunk/install)
  mpd/repos/extra-x86_64/rc.d
(from rev 165174, mpd/trunk/rc.d)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 165174, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/rc.d
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/rc.d
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 extra-i686/PKGBUILD |  127 ++
 extra-i686/install  |   22 +++
 extra-i686/rc.d |   50 +-
 extra-i686/tmpfiles.d   |2 
 extra-x86_64/PKGBUILD   |  127 ++
 extra-x86_64/install|   22 +++
 extra-x86_64/rc.d   |   50 +-
 extra-x86_64/tmpfiles.d |2 
 8 files changed, 198 insertions(+), 204 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-12 04:31:21 UTC (rev 165174)
+++ extra-i686/PKGBUILD 2012-08-12 04:32:32 UTC (rev 165175)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.17
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
- 'libpulse')
-makedepends=('doxygen')
-source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
-'tmpfiles.d'
-'rc.d') 
-sha1sums=('36201f32ca5729b62b0e6cbddb19ade20ee3f7d7'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '3470d489565f0ed479f1665dd2876f66acb5a585')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-lastfm \
-   --enable-jack \
-   --enable-pulse \
-   --enable-documentation \
-   --disable-libwrap \
-   --disable-cue \
-   --disable-sidplay \
-   --disable-documentation \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   sed \
-   -e '/^#playlist_directory/c playlist_directory 
/var/lib/mpd/playlists' \
-   -e '/^#db_file/c db_file /var/lib/mpd/mpd.db' \
-   -e '/^#pid_file/c pid_file /run/mpd/mpd.pid' \
-   -e '/^#state_file/c state_file /var/lib/mpd/mpdstate' \
-   -e '/^#user/c user mpd' \
-   -i doc/mpdconf.example
-
-   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/mpd
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -Dm644 doc/mpdconf.example ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 165174, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-12 04:32:32 UTC (rev 165175)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.17.1
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
+ 'libpulse')
+makedepends=('doxygen')

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

2012-07-01 Thread Gaetan Bisson
Date: Sunday, July 1, 2012 @ 19:45:22
  Author: bisson
Revision: 162847

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 162846, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/install
(from rev 162846, mpd/trunk/install)
  mpd/repos/extra-i686/rc.d
(from rev 162846, mpd/trunk/rc.d)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 162846, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 162846, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/install
(from rev 162846, mpd/trunk/install)
  mpd/repos/extra-x86_64/rc.d
(from rev 162846, mpd/trunk/rc.d)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 162846, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/rc.d
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/rc.d
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 extra-i686/PKGBUILD |  130 +++---
 extra-i686/install  |   22 +++
 extra-i686/rc.d |   50 -
 extra-i686/tmpfiles.d   |2 
 extra-x86_64/PKGBUILD   |  130 +++---
 extra-x86_64/install|   22 +++
 extra-x86_64/rc.d   |   50 -
 extra-x86_64/tmpfiles.d |2 
 8 files changed, 204 insertions(+), 204 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-01 23:44:13 UTC (rev 162846)
+++ extra-i686/PKGBUILD 2012-07-01 23:45:22 UTC (rev 162847)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.16.8
-pkgrel=3
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
- 'libpulse')
-makedepends=('doxygen')
-source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
-'tmpfiles.d'
-'rc.d') 
-sha1sums=('977c80db8dc64e65c2bc523f69a9a7a71adca2b1'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '3470d489565f0ed479f1665dd2876f66acb5a585')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-lastfm \
-   --enable-jack \
-   --enable-pulse \
-   --enable-documentation \
-   --disable-libwrap \
-   --disable-cue \
-   --disable-sidplay \
-   --disable-documentation \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   sed \
-   -e '/^#playlist_directory/c playlist_directory 
/var/lib/mpd/playlists' \
-   -e '/^#db_file/c db_file /var/lib/mpd/mpd.db' \
-   -e '/^#pid_file/c pid_file /run/mpd/mpd.pid' \
-   -e '/^#state_file/c state_file /var/lib/mpd/mpdstate' \
-   -e '/^#user/c user mpd' \
-   -i doc/mpdconf.example
-
-   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/mpd
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -Dm644 doc/mpdconf.example ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 162846, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-01 23:45:22 UTC (rev 162847)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.17
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
+ 'libpulse')
+makedepends=('doxygen')

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

2012-07-01 Thread Gaetan Bisson
Date: Sunday, July 1, 2012 @ 19:58:44
  Author: bisson
Revision: 162849

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

Added:
  mpd/repos/staging-i686/PKGBUILD
(from rev 162848, mpd/trunk/PKGBUILD)
  mpd/repos/staging-i686/install
(from rev 162848, mpd/trunk/install)
  mpd/repos/staging-i686/rc.d
(from rev 162848, mpd/trunk/rc.d)
  mpd/repos/staging-i686/tmpfiles.d
(from rev 162848, mpd/trunk/tmpfiles.d)
  mpd/repos/staging-x86_64/PKGBUILD
(from rev 162848, mpd/trunk/PKGBUILD)
  mpd/repos/staging-x86_64/install
(from rev 162848, mpd/trunk/install)
  mpd/repos/staging-x86_64/rc.d
(from rev 162848, mpd/trunk/rc.d)
  mpd/repos/staging-x86_64/tmpfiles.d
(from rev 162848, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/staging-i686/PKGBUILD
  mpd/repos/staging-i686/install
  mpd/repos/staging-i686/rc.d
  mpd/repos/staging-i686/tmpfiles.d
  mpd/repos/staging-x86_64/PKGBUILD
  mpd/repos/staging-x86_64/install
  mpd/repos/staging-x86_64/rc.d
  mpd/repos/staging-x86_64/tmpfiles.d

---+
 staging-i686/PKGBUILD |  130 ++--
 staging-i686/install  |   22 +++
 staging-i686/rc.d |   50 
 staging-i686/tmpfiles.d   |2 
 staging-x86_64/PKGBUILD   |  130 ++--
 staging-x86_64/install|   22 +++
 staging-x86_64/rc.d   |   50 
 staging-x86_64/tmpfiles.d |2 
 8 files changed, 204 insertions(+), 204 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-07-01 23:58:06 UTC (rev 162848)
+++ staging-i686/PKGBUILD   2012-07-01 23:58:44 UTC (rev 162849)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.16.8
-pkgrel=4
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
- 'libpulse')
-makedepends=('doxygen')
-source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
-'tmpfiles.d'
-'rc.d') 
-sha1sums=('977c80db8dc64e65c2bc523f69a9a7a71adca2b1'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '3470d489565f0ed479f1665dd2876f66acb5a585')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-lastfm \
-   --enable-jack \
-   --enable-pulse \
-   --enable-documentation \
-   --disable-libwrap \
-   --disable-cue \
-   --disable-sidplay \
-   --disable-documentation \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   sed \
-   -e '/^#playlist_directory/c playlist_directory 
/var/lib/mpd/playlists' \
-   -e '/^#db_file/c db_file /var/lib/mpd/mpd.db' \
-   -e '/^#pid_file/c pid_file /run/mpd/mpd.pid' \
-   -e '/^#state_file/c state_file /var/lib/mpd/mpdstate' \
-   -e '/^#user/c user mpd' \
-   -i doc/mpdconf.example
-
-   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/mpd
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -Dm644 doc/mpdconf.example ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-}

Copied: mpd/repos/staging-i686/PKGBUILD (from rev 162848, mpd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-01 23:58:44 UTC (rev 162849)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.17
+pkgrel=2
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
+ 

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

2012-02-11 Thread Angel Velásquez
Date: Saturday, February 11, 2012 @ 04:25:31
  Author: angvp
Revision: 149829

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

Added:
  mpd/repos/extra-i686/ChangeLog
(from rev 149827, mpd/trunk/ChangeLog)
  mpd/repos/extra-i686/PKGBUILD
(from rev 149827, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/mpd
(from rev 149827, mpd/trunk/mpd)
  mpd/repos/extra-i686/mpd.install
(from rev 149827, mpd/trunk/mpd.install)
  mpd/repos/extra-x86_64/ChangeLog
(from rev 149827, mpd/trunk/ChangeLog)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 149827, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/mpd
(from rev 149827, mpd/trunk/mpd)
  mpd/repos/extra-x86_64/mpd.install
(from rev 149827, mpd/trunk/mpd.install)
Deleted:
  mpd/repos/extra-i686/ChangeLog
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/mpd
  mpd/repos/extra-i686/mpd.install
  mpd/repos/extra-x86_64/ChangeLog
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/mpd
  mpd/repos/extra-x86_64/mpd.install

--+
 extra-i686/ChangeLog |   27 +
 extra-i686/PKGBUILD  |  122 ++---
 extra-i686/mpd   |   72 +-
 extra-i686/mpd.install   |   36 ++---
 extra-x86_64/ChangeLog   |   27 +
 extra-x86_64/PKGBUILD|  122 ++---
 extra-x86_64/mpd |   72 +-
 extra-x86_64/mpd.install |   36 ++---
 8 files changed, 260 insertions(+), 254 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-02-11 09:25:31 UTC (rev 149828)
+++ extra-i686/ChangeLog2012-02-11 09:25:31 UTC (rev 149829)
@@ -1,12 +0,0 @@
-2011-12-05 Angel Velasquez an...@archlinux.org
-* Version bump to 0.16.6
-
-2011-09-03 Angel Velasquez an...@archlinux.org
-* Version bump to 0.16.4
-* Removed the patch mpd-0.16.3_ffmpeg_sigsegv.patch since is included 
upstream
-
-2011-06-25 Angel Velasquez an...@archlinux.org
-* Added a patch for bug with ffmpeg FS#24839 
-
-
-# vim: set ft=changelog ts=4 sw=4 et:

Copied: mpd/repos/extra-i686/ChangeLog (from rev 149827, mpd/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-02-11 09:25:31 UTC (rev 149829)
@@ -0,0 +1,15 @@
+2012-02-11 Angel Velasquez an...@archlinux.org
+* Version bump to 0.16.7
+
+2011-12-05 Angel Velasquez an...@archlinux.org
+* Version bump to 0.16.6
+
+2011-09-03 Angel Velasquez an...@archlinux.org
+* Version bump to 0.16.4
+* Removed the patch mpd-0.16.3_ffmpeg_sigsegv.patch since is included 
upstream
+
+2011-06-25 Angel Velasquez an...@archlinux.org
+* Added a patch for bug with ffmpeg FS#24839 
+
+
+# vim: set ft=changelog ts=4 sw=4 et:

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-11 09:25:31 UTC (rev 149828)
+++ extra-i686/PKGBUILD 2012-02-11 09:25:31 UTC (rev 149829)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.16.6
-pkgrel=2
-pkgdesc=Music daemon that plays MP3, FLAC, and Ogg Vorbis files
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://mpd.wikia.com/wiki/Server;
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite3' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
- 'libpulse')
-makedepends=('pkgconfig' 'doxygen')
-install=${pkgname}.install
-changelog=ChangeLog
-source=(http://downloads.sourceforge.net/musicpd/$pkgname-$pkgver.tar.bz2;
-'mpd') 
-md5sums=('5489dd327fba12c67f01558d2cfa6d57'
- 'e5669c2bff4031928531e52475addeb1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-lastfm \
---enable-jack \
---enable-pulse \
---enable-documentation \
---disable-libwrap \
---disable-cue \
---disable-sidplay \
---with-systemdsystemunitdir=/lib/systemd/system
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # set our dirs in mpd.conf file
-  sed -i 's|^music_directory.*$|#music_directory 
path_to_your_music_collection|1' doc/mpdconf.example
-  sed -i 's|playlist_directory.*$|playlist_directory 
/var/lib/mpd/playlists|1' doc/mpdconf.example
-  sed -i 's|db_file.*$|db_file /var/lib/mpd/mpd.db|1' doc/mpdconf.example
-  sed -i 's|log_file.*$|log_file /var/log/mpd/mpd.log|1' doc/mpdconf.example
-  sed -i 's|error_file.*$|error_file /var/log/mpd/mpd.error|1' 
doc/mpdconf.example
-  sed -i 's|#pid_file.*$|pid_file /var/run/mpd/mpd.pid|1' 

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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 05:51:32
  Author: bisson
Revision: 148654

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

Added:
  mpd/repos/extra-i686/ChangeLog
(from rev 148653, mpd/trunk/ChangeLog)
  mpd/repos/extra-i686/PKGBUILD
(from rev 148653, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/mpd
(from rev 148653, mpd/trunk/mpd)
  mpd/repos/extra-i686/mpd.install
(from rev 148653, mpd/trunk/mpd.install)
  mpd/repos/extra-x86_64/ChangeLog
(from rev 148653, mpd/trunk/ChangeLog)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 148653, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/mpd
(from rev 148653, mpd/trunk/mpd)
  mpd/repos/extra-x86_64/mpd.install
(from rev 148653, mpd/trunk/mpd.install)
Deleted:
  mpd/repos/extra-i686/ChangeLog
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/mpd
  mpd/repos/extra-i686/mpd.install
  mpd/repos/extra-x86_64/ChangeLog
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/mpd
  mpd/repos/extra-x86_64/mpd.install

--+
 extra-i686/ChangeLog |   24 
 extra-i686/PKGBUILD  |  122 ++---
 extra-i686/mpd   |   72 +-
 extra-i686/mpd.install   |   36 ++---
 extra-x86_64/ChangeLog   |   24 
 extra-x86_64/PKGBUILD|  122 ++---
 extra-x86_64/mpd |   72 +-
 extra-x86_64/mpd.install |   36 ++---
 8 files changed, 254 insertions(+), 254 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-02-05 10:50:31 UTC (rev 148653)
+++ extra-i686/ChangeLog2012-02-05 10:51:32 UTC (rev 148654)
@@ -1,12 +0,0 @@
-2011-12-05 Angel Velasquez an...@archlinux.org
-* Version bump to 0.16.6
-
-2011-09-03 Angel Velasquez an...@archlinux.org
-* Version bump to 0.16.4
-* Removed the patch mpd-0.16.3_ffmpeg_sigsegv.patch since is included 
upstream
-
-2011-06-25 Angel Velasquez an...@archlinux.org
-* Added a patch for bug with ffmpeg FS#24839 
-
-
-# vim: set ft=changelog ts=4 sw=4 et:

Copied: mpd/repos/extra-i686/ChangeLog (from rev 148653, mpd/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-02-05 10:51:32 UTC (rev 148654)
@@ -0,0 +1,12 @@
+2011-12-05 Angel Velasquez an...@archlinux.org
+* Version bump to 0.16.6
+
+2011-09-03 Angel Velasquez an...@archlinux.org
+* Version bump to 0.16.4
+* Removed the patch mpd-0.16.3_ffmpeg_sigsegv.patch since is included 
upstream
+
+2011-06-25 Angel Velasquez an...@archlinux.org
+* Added a patch for bug with ffmpeg FS#24839 
+
+
+# vim: set ft=changelog ts=4 sw=4 et:

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 10:50:31 UTC (rev 148653)
+++ extra-i686/PKGBUILD 2012-02-05 10:51:32 UTC (rev 148654)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.16.6
-pkgrel=1
-pkgdesc=Music daemon that plays MP3, FLAC, and Ogg Vorbis files
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://mpd.wikia.com/wiki/Server;
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite3' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
- 'libpulse')
-makedepends=('pkgconfig' 'doxygen')
-install=${pkgname}.install
-changelog=ChangeLog
-source=(http://downloads.sourceforge.net/musicpd/$pkgname-$pkgver.tar.bz2;
-'mpd') 
-md5sums=('5489dd327fba12c67f01558d2cfa6d57'
- 'e5669c2bff4031928531e52475addeb1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-lastfm \
---enable-jack \
---enable-pulse \
---enable-documentation \
---disable-libwrap \
---disable-cue \
---disable-sidplay \
---with-systemdsystemunitdir=/lib/systemd/system
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # set our dirs in mpd.conf file
-  sed -i 's|^music_directory.*$|#music_directory 
path_to_your_music_collection|1' doc/mpdconf.example
-  sed -i 's|playlist_directory.*$|playlist_directory 
/var/lib/mpd/playlists|1' doc/mpdconf.example
-  sed -i 's|db_file.*$|db_file /var/lib/mpd/mpd.db|1' doc/mpdconf.example
-  sed -i 's|log_file.*$|log_file /var/log/mpd/mpd.log|1' doc/mpdconf.example
-  sed -i 's|error_file.*$|error_file /var/log/mpd/mpd.error|1' 
doc/mpdconf.example
-  sed -i 's|#pid_file.*$|pid_file /var/run/mpd/mpd.pid|1' doc/mpdconf.example
-  sed -i 's|#state_file.*$|state_file /var/lib/mpd/mpdstate|1' 

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

2011-12-05 Thread Angel Velásquez
Date: Tuesday, December 6, 2011 @ 01:52:26
  Author: angvp
Revision: 144459

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

Added:
  mpd/repos/extra-i686/ChangeLog
(from rev 144458, mpd/trunk/ChangeLog)
  mpd/repos/extra-i686/PKGBUILD
(from rev 144458, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/mpd
(from rev 144458, mpd/trunk/mpd)
  mpd/repos/extra-i686/mpd.install
(from rev 144458, mpd/trunk/mpd.install)
  mpd/repos/extra-x86_64/ChangeLog
(from rev 144458, mpd/trunk/ChangeLog)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 144458, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/mpd
(from rev 144458, mpd/trunk/mpd)
  mpd/repos/extra-x86_64/mpd.install
(from rev 144458, mpd/trunk/mpd.install)
Deleted:
  mpd/repos/extra-i686/ChangeLog
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/mpd
  mpd/repos/extra-i686/mpd.install
  mpd/repos/extra-x86_64/ChangeLog
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/mpd
  mpd/repos/extra-x86_64/mpd.install

--+
 extra-i686/ChangeLog |   21 ---
 extra-i686/PKGBUILD  |  122 ++---
 extra-i686/mpd   |   72 +-
 extra-i686/mpd.install   |   36 ++---
 extra-x86_64/ChangeLog   |   21 ---
 extra-x86_64/PKGBUILD|  122 ++---
 extra-x86_64/mpd |   72 +-
 extra-x86_64/mpd.install |   36 ++---
 8 files changed, 254 insertions(+), 248 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-12-06 06:51:18 UTC (rev 144458)
+++ extra-i686/ChangeLog2011-12-06 06:52:26 UTC (rev 144459)
@@ -1,9 +0,0 @@
-2011-09-03 Angel Velasquez an...@archlinux.org
-* Version bump to 0.16.4
-* Removed the patch mpd-0.16.3_ffmpeg_sigsegv.patch since is included 
upstream
-
-2011-06-25 Angel Velasquez an...@archlinux.org
-* Added a patch for bug with ffmpeg FS#24839 
-
-
-# vim: set ft=changelog ts=4 sw=4 et:

Copied: mpd/repos/extra-i686/ChangeLog (from rev 144458, mpd/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2011-12-06 06:52:26 UTC (rev 144459)
@@ -0,0 +1,12 @@
+2011-12-05 Angel Velasquez an...@archlinux.org
+* Version bump to 0.16.6
+
+2011-09-03 Angel Velasquez an...@archlinux.org
+* Version bump to 0.16.4
+* Removed the patch mpd-0.16.3_ffmpeg_sigsegv.patch since is included 
upstream
+
+2011-06-25 Angel Velasquez an...@archlinux.org
+* Added a patch for bug with ffmpeg FS#24839 
+
+
+# vim: set ft=changelog ts=4 sw=4 et:

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-06 06:51:18 UTC (rev 144458)
+++ extra-i686/PKGBUILD 2011-12-06 06:52:26 UTC (rev 144459)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.16.5
-pkgrel=2
-pkgdesc=Music daemon that plays MP3, FLAC, and Ogg Vorbis files
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://mpd.wikia.com/wiki/Server;
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite3' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
- 'libpulse')
-makedepends=('pkgconfig' 'doxygen')
-install=${pkgname}.install
-changelog=ChangeLog
-source=(http://downloads.sourceforge.net/musicpd/$pkgname-$pkgver.tar.bz2;
-'mpd') 
-md5sums=('f7564cff12035f6a1112cce770655df7'
- 'e5669c2bff4031928531e52475addeb1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-lastfm \
---enable-jack \
---enable-pulse \
---enable-documentation \
---disable-libwrap \
---disable-cue \
---disable-sidplay \
---with-systemdsystemunitdir=/lib/systemd/system
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # set our dirs in mpd.conf file
-  sed -i 's|^music_directory.*$|#music_directory 
path_to_your_music_collection|1' doc/mpdconf.example
-  sed -i 's|playlist_directory.*$|playlist_directory 
/var/lib/mpd/playlists|1' doc/mpdconf.example
-  sed -i 's|db_file.*$|db_file /var/lib/mpd/mpd.db|1' doc/mpdconf.example
-  sed -i 's|log_file.*$|log_file /var/log/mpd/mpd.log|1' doc/mpdconf.example
-  sed -i 's|error_file.*$|error_file /var/log/mpd/mpd.error|1' 
doc/mpdconf.example
-  sed -i 's|#pid_file.*$|pid_file /var/run/mpd/mpd.pid|1' doc/mpdconf.example
-  sed -i 's|#state_file.*$|state_file /var/lib/mpd/mpdstate|1' 
doc/mpdconf.example
-  sed -i 's|#user.*$|user mpd|1' doc/mpdconf.example
-
-  install -Dm644 

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

2011-10-23 Thread Dave Reisner
Date: Sunday, October 23, 2011 @ 12:35:52
  Author: dreisner
Revision: 141091

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

Added:
  mpd/repos/extra-i686/ChangeLog
(from rev 141090, mpd/trunk/ChangeLog)
  mpd/repos/extra-i686/PKGBUILD
(from rev 141090, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/mpd
(from rev 141090, mpd/trunk/mpd)
  mpd/repos/extra-i686/mpd.install
(from rev 141090, mpd/trunk/mpd.install)
  mpd/repos/extra-x86_64/ChangeLog
(from rev 141090, mpd/trunk/ChangeLog)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 141090, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/mpd
(from rev 141090, mpd/trunk/mpd)
  mpd/repos/extra-x86_64/mpd.install
(from rev 141090, mpd/trunk/mpd.install)
Deleted:
  mpd/repos/extra-i686/ChangeLog
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/mpd
  mpd/repos/extra-i686/mpd.install
  mpd/repos/extra-x86_64/ChangeLog
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/mpd
  mpd/repos/extra-x86_64/mpd.install

--+
 extra-i686/ChangeLog |   18 +++---
 extra-i686/PKGBUILD  |  118 +++--
 extra-i686/mpd   |   72 +--
 extra-i686/mpd.install   |   36 ++---
 extra-x86_64/ChangeLog   |   18 +++---
 extra-x86_64/PKGBUILD|  118 +++--
 extra-x86_64/mpd |   72 +--
 extra-x86_64/mpd.install |   36 ++---
 8 files changed, 248 insertions(+), 240 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-10-23 16:35:33 UTC (rev 141090)
+++ extra-i686/ChangeLog2011-10-23 16:35:52 UTC (rev 141091)
@@ -1,9 +0,0 @@
-2011-09-03 Angel Velasquez an...@archlinux.org
-* Version bump to 0.16.4
-* Removed the patch mpd-0.16.3_ffmpeg_sigsegv.patch since is included 
upstream
-
-2011-06-25 Angel Velasquez an...@archlinux.org
-* Added a patch for bug with ffmpeg FS#24839 
-
-
-# vim: set ft=changelog ts=4 sw=4 et:

Copied: mpd/repos/extra-i686/ChangeLog (from rev 141090, mpd/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2011-10-23 16:35:52 UTC (rev 141091)
@@ -0,0 +1,9 @@
+2011-09-03 Angel Velasquez an...@archlinux.org
+* Version bump to 0.16.4
+* Removed the patch mpd-0.16.3_ffmpeg_sigsegv.patch since is included 
upstream
+
+2011-06-25 Angel Velasquez an...@archlinux.org
+* Added a patch for bug with ffmpeg FS#24839 
+
+
+# vim: set ft=changelog ts=4 sw=4 et:

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-23 16:35:33 UTC (rev 141090)
+++ extra-i686/PKGBUILD 2011-10-23 16:35:52 UTC (rev 141091)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.16.4
-pkgrel=1
-pkgdesc=Music daemon that plays MP3, FLAC, and Ogg Vorbis files
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://mpd.wikia.com/wiki/Server;
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite3' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
- 'libpulse')
-makedepends=('pkgconfig' 'doxygen')
-install=${pkgname}.install
-changelog=ChangeLog
-source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
-'mpd') 
-md5sums=('ddac46eb7d976c5cc6f9bac9e4e100f1'
- 'e5669c2bff4031928531e52475addeb1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-lastfm \
---enable-jack \
---enable-pulse \
---enable-documentation \
---disable-libwrap \
---disable-cue \
---disable-sidplay 
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # set ours dirs in mpd.conf file
-  sed -i 's|^music_directory.*$|#music_directory 
path_to_your_music_collection|1' doc/mpdconf.example
-  sed -i 's|playlist_directory.*$|playlist_directory 
/var/lib/mpd/playlists|1' doc/mpdconf.example
-  sed -i 's|db_file.*$|db_file /var/lib/mpd/mpd.db|1' doc/mpdconf.example
-  sed -i 's|log_file.*$|log_file /var/log/mpd/mpd.log|1' doc/mpdconf.example
-  sed -i 's|error_file.*$|error_file /var/log/mpd/mpd.error|1' 
doc/mpdconf.example
-  sed -i 's|#pid_file.*$|pid_file /var/run/mpd/mpd.pid|1' doc/mpdconf.example
-  sed -i 's|#state_file.*$|state_file /var/lib/mpd/mpdstate|1' 
doc/mpdconf.example
-  sed -i 's|#user.*$|user mpd|1' doc/mpdconf.example
-
-  install -Dm644 doc/mpdconf.example ${pkgdir}/usr/share/mpd/mpd.conf.example
-
-  install -Dm755 ${srcdir}/mpd ${pkgdir}/etc/rc.d/mpd
-