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

2016-02-29 Thread Gaetan Bisson
Date: Tuesday, March 1, 2016 @ 01:49:53
  Author: bisson
Revision: 260422

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 260421, mpd/repos/testing-i686/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 260421, mpd/repos/testing-i686/conf)
  mpd/repos/extra-i686/install
(from rev 260421, mpd/repos/testing-i686/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 260421, mpd/repos/testing-i686/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 260421, mpd/repos/testing-x86_64/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 260421, mpd/repos/testing-x86_64/conf)
  mpd/repos/extra-x86_64/install
(from rev 260421, mpd/repos/testing-x86_64/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 260421, mpd/repos/testing-x86_64/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
  mpd/repos/testing-i686/
  mpd/repos/testing-x86_64/

-+
 /PKGBUILD   |  124 ++
 /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, 160 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-29 21:39:57 UTC (rev 260421)
+++ extra-i686/PKGBUILD 2016-03-01 00:49:53 UTC (rev 260422)
@@ -1,55 +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')
-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
-
-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 260421, 
mpd/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-01 00:49:53 UTC (rev 260422)
@@ -0,0 +1,62 @@
+# $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' 

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

2013-11-08 Thread Gaetan Bisson
Date: Friday, November 8, 2013 @ 17:07:36
  Author: bisson
Revision: 199077

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 199076, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 199076, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 199076, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 199076, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 199076, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 199076, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 199076, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 199076, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/77c63511d8809f7785328138e7e3a50303302730.patch
  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/77c63511d8809f7785328138e7e3a50303302730.patch
  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/77c63511d8809f7785328138e7e3a50303302730.patch   |   53 
 extra-i686/PKGBUILD |   58 -
 extra-i686/conf |7 
 extra-i686/install  |   11 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/77c63511d8809f7785328138e7e3a50303302730.patch |   53 
 extra-x86_64/PKGBUILD   |   58 -
 extra-x86_64/conf   |7 
 extra-x86_64/install|   11 -
 extra-x86_64/tmpfiles.d |1 
 14 files changed, 148 insertions(+), 260 deletions(-)

Deleted: extra-i686/77c63511d8809f7785328138e7e3a50303302730.patch
===
--- extra-i686/77c63511d8809f7785328138e7e3a50303302730.patch   2013-11-08 
16:06:41 UTC (rev 199076)
+++ extra-i686/77c63511d8809f7785328138e7e3a50303302730.patch   2013-11-08 
16:07:36 UTC (rev 199077)
@@ -1,53 +0,0 @@
-From 77c63511d8809f7785328138e7e3a50303302730 Mon Sep 17 00:00:00 2001
-From: Max Kellermann m...@duempel.org
-Date: Wed, 06 Nov 2013 22:30:29 +
-Subject: PlayerThread: reduce the number of DecoderThread wakeups
-
-After the number of decoded chunks has fallen below the threshold, the
-PlayerThread woke up the DecoderThread over and over.  This commit
-adds a boolean flag that avoids these duplicate wakeups, and thus
-reduces the number of system calls.

-diff --git a/src/PlayerThread.cxx b/src/PlayerThread.cxx
-index e2e3ee3..cb3d6a9 100644
 a/src/PlayerThread.cxx
-+++ b/src/PlayerThread.cxx
-@@ -69,6 +69,12 @@ class Player {
-   bool decoder_starting;
- 
-   /**
-+   * Did we wake up the DecoderThread recently?  This avoids
-+   * duplicate wakeup calls.
-+   */
-+  bool decoder_woken;
-+
-+  /**
-* is the player paused?
-*/
-   bool paused;
-@@ -133,6 +139,7 @@ public:
-   :pc(_pc), dc(_dc), buffer(_buffer),
-buffering(true),
-decoder_starting(false),
-+   decoder_woken(false),
-paused(false),
-queued(true),
-output_open(false),
-@@ -861,8 +868,13 @@ Player::PlayNextChunk()
-   pc.Lock();
-   if (!dc.IsIdle() 
-   dc.pipe-GetSize() = (pc.buffered_before_play +
-- buffer.GetSize() * 3) / 4)
--  dc.Signal();
-+ buffer.GetSize() * 3) / 4) {
-+  if (!decoder_woken) {
-+  decoder_woken = true;
-+  dc.Signal();
-+  }
-+  } else
-+  decoder_woken = false;
-   pc.Unlock();
- 
-   return true;
---
-cgit v0.9.1-27-gd5a4

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-08 16:06:41 UTC (rev 199076)
+++ extra-i686/PKGBUILD 2013-11-08 16:07:36 UTC (rev 199077)
@@ -1,58 +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.2
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'

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

2013-11-07 Thread Gaetan Bisson
Date: Friday, November 8, 2013 @ 03:00:12
  Author: bisson
Revision: 199063

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

Added:
  mpd/repos/extra-i686/77c63511d8809f7785328138e7e3a50303302730.patch
(from rev 199062, mpd/trunk/77c63511d8809f7785328138e7e3a50303302730.patch)
  mpd/repos/extra-i686/PKGBUILD
(from rev 199062, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 199062, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 199062, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 199062, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/77c63511d8809f7785328138e7e3a50303302730.patch
(from rev 199062, mpd/trunk/77c63511d8809f7785328138e7e3a50303302730.patch)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 199062, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 199062, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 199062, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 199062, 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   |  116 ++
 /conf   |   14 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/77c63511d8809f7785328138e7e3a50303302730.patch   |   53 
 extra-i686/PKGBUILD |   55 
 extra-i686/conf |7 
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/77c63511d8809f7785328138e7e3a50303302730.patch |   53 
 extra-x86_64/PKGBUILD   |   55 
 extra-x86_64/conf   |7 
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 14 files changed, 260 insertions(+), 148 deletions(-)

Copied: mpd/repos/extra-i686/77c63511d8809f7785328138e7e3a50303302730.patch 
(from rev 199062, mpd/trunk/77c63511d8809f7785328138e7e3a50303302730.patch)
===
--- extra-i686/77c63511d8809f7785328138e7e3a50303302730.patch   
(rev 0)
+++ extra-i686/77c63511d8809f7785328138e7e3a50303302730.patch   2013-11-08 
02:00:12 UTC (rev 199063)
@@ -0,0 +1,53 @@
+From 77c63511d8809f7785328138e7e3a50303302730 Mon Sep 17 00:00:00 2001
+From: Max Kellermann m...@duempel.org
+Date: Wed, 06 Nov 2013 22:30:29 +
+Subject: PlayerThread: reduce the number of DecoderThread wakeups
+
+After the number of decoded chunks has fallen below the threshold, the
+PlayerThread woke up the DecoderThread over and over.  This commit
+adds a boolean flag that avoids these duplicate wakeups, and thus
+reduces the number of system calls.
+---
+diff --git a/src/PlayerThread.cxx b/src/PlayerThread.cxx
+index e2e3ee3..cb3d6a9 100644
+--- a/src/PlayerThread.cxx
 b/src/PlayerThread.cxx
+@@ -69,6 +69,12 @@ class Player {
+   bool decoder_starting;
+ 
+   /**
++   * Did we wake up the DecoderThread recently?  This avoids
++   * duplicate wakeup calls.
++   */
++  bool decoder_woken;
++
++  /**
+* is the player paused?
+*/
+   bool paused;
+@@ -133,6 +139,7 @@ public:
+   :pc(_pc), dc(_dc), buffer(_buffer),
+buffering(true),
+decoder_starting(false),
++   decoder_woken(false),
+paused(false),
+queued(true),
+output_open(false),
+@@ -861,8 +868,13 @@ Player::PlayNextChunk()
+   pc.Lock();
+   if (!dc.IsIdle() 
+   dc.pipe-GetSize() = (pc.buffered_before_play +
+- buffer.GetSize() * 3) / 4)
+-  dc.Signal();
++ buffer.GetSize() * 3) / 4) {
++  if (!decoder_woken) {
++  decoder_woken = true;
++  dc.Signal();
++  }
++  } else
++  decoder_woken = false;
+   pc.Unlock();
+ 
+   return true;
+--
+cgit v0.9.1-27-gd5a4

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-08 01:59:09 UTC (rev 199062)
+++ extra-i686/PKGBUILD 2013-11-08 02:00:12 UTC (rev 199063)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: 

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

2013-03-05 Thread Gaetan Bisson
Date: Tuesday, March 5, 2013 @ 12:03:53
  Author: bisson
Revision: 179309

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 179308, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/ffmpeg.patch
(from rev 179308, mpd/trunk/ffmpeg.patch)
  mpd/repos/extra-i686/install
(from rev 179308, mpd/trunk/install)
  mpd/repos/extra-i686/rc.d
(from rev 179308, mpd/trunk/rc.d)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 179308, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 179308, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/ffmpeg.patch
(from rev 179308, mpd/trunk/ffmpeg.patch)
  mpd/repos/extra-x86_64/install
(from rev 179308, mpd/trunk/install)
  mpd/repos/extra-x86_64/rc.d
(from rev 179308, mpd/trunk/rc.d)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 179308, 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   |  126 ++--
 extra-i686/ffmpeg.patch   |   15 +
 extra-i686/install|   22 +++
 extra-i686/rc.d   |   50 -
 extra-i686/tmpfiles.d |2 
 extra-x86_64/PKGBUILD |  126 ++--
 extra-x86_64/ffmpeg.patch |   15 +
 extra-x86_64/install  |   22 +++
 extra-x86_64/rc.d |   50 -
 extra-x86_64/tmpfiles.d   |2 
 10 files changed, 234 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-05 11:02:41 UTC (rev 179308)
+++ extra-i686/PKGBUILD 2013-03-05 11:03:53 UTC (rev 179309)
@@ -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.3
-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' 'avahi' 'libid3tag' 'yajl')
-makedepends=('doxygen')
-source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
-'tmpfiles.d'
-'rc.d') 
-sha1sums=('f684d73a7517371a4461afdb2439f9533b51a49d'
-  '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 179308, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-05 11:03:53 UTC (rev 179309)
@@ -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.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' 

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 05:32:05
  Author: ibiru
Revision: 163157

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 163141, mpd/repos/testing-i686/PKGBUILD)
  mpd/repos/extra-i686/install
(from rev 163141, mpd/repos/testing-i686/install)
  mpd/repos/extra-i686/rc.d
(from rev 163141, mpd/repos/testing-i686/rc.d)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 163141, mpd/repos/testing-i686/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 163141, mpd/repos/testing-x86_64/PKGBUILD)
  mpd/repos/extra-x86_64/install
(from rev 163141, mpd/repos/testing-x86_64/install)
  mpd/repos/extra-x86_64/rc.d
(from rev 163141, mpd/repos/testing-x86_64/rc.d)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 163141, mpd/repos/testing-x86_64/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
  mpd/repos/testing-i686/
  mpd/repos/testing-x86_64/

-+
 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-08 09:31:55 UTC (rev 163156)
+++ extra-i686/PKGBUILD 2012-07-08 09:32:05 UTC (rev 163157)
@@ -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=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=('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 163141, 
mpd/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-08 09:32:05 UTC (rev 163157)
@@ -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' 

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

2011-09-04 Thread Angel Velásquez
Date: Sunday, September 4, 2011 @ 13:03:38
  Author: angvp
Revision: 136986

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

Added:
  mpd/repos/extra-i686/ChangeLog
(from rev 136985, mpd/trunk/ChangeLog)
  mpd/repos/extra-i686/PKGBUILD
(from rev 136985, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/mpd
(from rev 136985, mpd/trunk/mpd)
  mpd/repos/extra-i686/mpd.install
(from rev 136985, mpd/trunk/mpd.install)
  mpd/repos/extra-x86_64/ChangeLog
(from rev 136985, mpd/trunk/ChangeLog)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 136985, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/mpd
(from rev 136985, mpd/trunk/mpd)
  mpd/repos/extra-x86_64/mpd.install
(from rev 136985, 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-0.16.3_ffmpeg_sigsegv.patch
  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-0.16.3_ffmpeg_sigsegv.patch
  mpd/repos/extra-x86_64/mpd.install

--+
 extra-i686/ChangeLog |   14 +-
 extra-i686/PKGBUILD  |  117 -
 extra-i686/mpd   |   72 +++
 extra-i686/mpd-0.16.3_ffmpeg_sigsegv.patch   |   21 
 extra-i686/mpd.install   |   36 +++
 extra-x86_64/ChangeLog   |   14 +-
 extra-x86_64/PKGBUILD|  117 -
 extra-x86_64/mpd |   72 +++
 extra-x86_64/mpd-0.16.3_ffmpeg_sigsegv.patch |   21 
 extra-x86_64/mpd.install |   36 +++
 10 files changed, 240 insertions(+), 280 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-09-04 17:02:27 UTC (rev 136985)
+++ extra-i686/ChangeLog2011-09-04 17:03:38 UTC (rev 136986)
@@ -1,5 +0,0 @@
-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 136985, mpd/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2011-09-04 17:03:38 UTC (rev 136986)
@@ -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-09-04 17:02:27 UTC (rev 136985)
+++ extra-i686/PKGBUILD 2011-09-04 17:03:38 UTC (rev 136986)
@@ -1,60 +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.3
-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' 
-'mpd-0.16.3_ffmpeg_sigsegv.patch')
-md5sums=('6e708c02b0e8c288aec855eecf441a5a'
- 'e5669c2bff4031928531e52475addeb1'
- '9a730957e213c62339e9335971e4b85e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-lastfm \
---enable-jack \
---enable-pulse \
---enable-documentation \
---disable-libwrap \
---disable-cue \
---disable-sidplay 
-  patch -Np1 -i $srcdir/mpd-0.16.3_ffmpeg_sigsegv.patch
-  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