[arch-commits] Commit in xmms2/repos/community-staging-x86_64 (10 files)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:19:04
  Author: foutrelis
Revision: 476492

archrelease: copy trunk to community-staging-x86_64

Added:
  xmms2/repos/community-staging-x86_64/PKGBUILD
(from rev 476491, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-staging-x86_64/system.service
(from rev 476491, xmms2/trunk/system.service)
  xmms2/repos/community-staging-x86_64/sysusers.conf
(from rev 476491, xmms2/trunk/sysusers.conf)
  xmms2/repos/community-staging-x86_64/tmpfiles.conf
(from rev 476491, xmms2/trunk/tmpfiles.conf)
  xmms2/repos/community-staging-x86_64/user.service
(from rev 476491, xmms2/trunk/user.service)
Deleted:
  xmms2/repos/community-staging-x86_64/PKGBUILD
  xmms2/repos/community-staging-x86_64/system.service
  xmms2/repos/community-staging-x86_64/sysusers.conf
  xmms2/repos/community-staging-x86_64/tmpfiles.conf
  xmms2/repos/community-staging-x86_64/user.service

+
 PKGBUILD   |  240 +++
 system.service |   34 +++
 sysusers.conf  |4 
 tmpfiles.conf  |6 -
 user.service   |   26 ++---
 5 files changed, 155 insertions(+), 155 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:18:56 UTC (rev 476491)
+++ PKGBUILD2019-06-01 14:19:04 UTC (rev 476492)
@@ -1,120 +0,0 @@
-# Maintainer:
-# Contributor: Storm Dragon 
-# Contributor: Aaron 'venisonslurpee' Laursen 
-# Contributor: Christopher Rosell 
-# Contributor: lh 
-# Contributor: Sebastian Schwarz 
-# Contributor: Sergej Pupykin 
-# Contributor: Xilon 
-
-pkgname=xmms2
-pkgver=0.8DrO_o.949.gca15e830
-_commit=ca15e830bd1b18e26772657b0a057cfedb91d2eb
-pkgrel=17
-pkgdesc="X-platform Music Multiplexing System 2"
-arch=(x86_64)
-url="https://xmms2.org/;
-license=(GPL LGPL)
-_depends=('alsa-lib: ALSA output'
-  'avahi: announce xmms2d via bonjour/mDNS/zeroconf'
-  'boost: C++ bindings'
-  'curl: play HTTP streams'
-  'cython: Python bindings'
-  'faad2: AAC support'
-  'ffmpeg: WMA, avcodec & avformat support'
-  'fftw: visualization'
-  'flac: FLAC support'
-  'fluidsynth: MIDI support'
-  'jack: JACK output'
-  'libao: libao output'
-  'libcdio-paranoia: CDDA support'
-  'libdiscid: CDDA support'
-  'libgme: support for various video game music formats'
-  'libmad: MP3 support'
-  'libmms: play MMS streams'
-  'libmodplug: MOD support'
-  'libmpcdec: Musepack support'
-  'libofa: MusicDNS fingerprinting'
-  'libsamplerate: vocoder support'
-  'libshout: Icecast output'
-  'libvorbis: Ogg Vorbis support'
-  'libxml2: XSPF and podcast support'
-  'mac: APE support'
-  'mpg123: alternative MP3 support'
-  'opusfile: Opus support'
-  'perl: Perl bindings'
-  'ruby: Ruby bindings'
-#  'sidplay2-libs: support for C64 music files'
-# we do not have sidplay 2 series in repos; also it's
-# somehow connected with resid i guess(not in repos also)
-  'smbclient: direct CIFS/SMB access'
-  'speex: Speex support'
-  'wavpack: WavPack support')
-depends=(glib2)
-makedepends=("${_depends[@]%%:*}" libpulse python2 git)
-optdepends=("${_depends[@]}" 'pulseaudio: PulseAudio output')
-source=(git://git.xmms2.org/xmms2/xmms2-devel.git#commit=${_commit}
-git://git.xmms2.org/xmms2/xmms2-tutorial.git
-git://git.xmms2.org/xmms2/s4.git
-tmpfiles.conf
-sysusers.conf
-system.service
-user.service)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'13e3e2720e21d048d776156f8ab17c40d05b70437823da00b3c4cc2e7f7ecf7f'
-'a37e35dedd48fb8fbc2c97d79be8a3d3c3b00191826f6046f730f649cd67812a'
-'a159b18c5959cfe76ca87990ff6879d082bfe9a4c6d674c493461f7f2781f348'
-'76f1a06b81cec0f5942430401998f6c8cd9cb95d798f97b854f88afd73ffe61d')
-
-pkgver() {
-cd xmms2-devel
-git describe --always | sed 's/-/./g'
-}
-
-prepare() {
-cd xmms2-devel
-git submodule init
-git config submodule.doc/tutorial.url "$srcdir"/xmms2-tutorial
-git config submodule.src/lib/s4.url "$srcdir"/s4
-git submodule update
-sed -i '$a#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 /* 1 second of 48kHz 
32bit audio */' src/plugins/avcodec/avcodec_compat.h
-sed -i 's,#include ,#include ,' 
src/plugins/cdda/cdda.c
-sed -i 's,libsmbclient.h,samba-4.0/libsmbclient.h,' 
src/plugins/samba/{samba.c,wscript}
-sed -i 's|Werror|Wno-error|g' waftools/*.py
-}
-
-build() {
-cd xmms2-devel
-CXXFLAGS="-Wall" CFLAGS="-Wall" python2 ./waf configure --prefix=/usr 
--sbindir=/usr/bin --without-ldconfig \
---with-ruby-archdir=`ruby -e 'puts 
RbConfig::CONFIG["vendorarchdir"]'` \
---with-ruby-libdir=`ruby -e 'puts 

[arch-commits] Commit in xmms2/repos/community-staging-x86_64 (10 files)

2018-01-11 Thread Antonio Rojas via arch-commits
Date: Thursday, January 11, 2018 @ 18:35:53
  Author: arojas
Revision: 281366

archrelease: copy trunk to community-staging-x86_64

Added:
  xmms2/repos/community-staging-x86_64/PKGBUILD
(from rev 281365, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-staging-x86_64/system.service
(from rev 281365, xmms2/trunk/system.service)
  xmms2/repos/community-staging-x86_64/sysusers.conf
(from rev 281365, xmms2/trunk/sysusers.conf)
  xmms2/repos/community-staging-x86_64/tmpfiles.conf
(from rev 281365, xmms2/trunk/tmpfiles.conf)
  xmms2/repos/community-staging-x86_64/user.service
(from rev 281365, xmms2/trunk/user.service)
Deleted:
  xmms2/repos/community-staging-x86_64/PKGBUILD
  xmms2/repos/community-staging-x86_64/system.service
  xmms2/repos/community-staging-x86_64/sysusers.conf
  xmms2/repos/community-staging-x86_64/tmpfiles.conf
  xmms2/repos/community-staging-x86_64/user.service

+
 PKGBUILD   |  254 +++
 system.service |   34 +++
 sysusers.conf  |4 
 tmpfiles.conf  |6 -
 user.service   |   26 ++---
 5 files changed, 162 insertions(+), 162 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-11 18:35:09 UTC (rev 281365)
+++ PKGBUILD2018-01-11 18:35:53 UTC (rev 281366)
@@ -1,127 +0,0 @@
-# Maintainer:
-# Contributor: Storm Dragon 
-# Contributor: Aaron 'venisonslurpee' Laursen 
-# Contributor: Christopher Rosell 
-# Contributor: lh 
-# Contributor: Sebastian Schwarz 
-# Contributor: Sergej Pupykin 
-# Contributor: Xilon 
-
-pkgname=xmms2
-pkgver=0.8DrO_o.949.gca15e830
-_commit=ca15e830bd1b18e26772657b0a057cfedb91d2eb
-pkgrel=9
-pkgdesc="X-platform Music Multiplexing System 2"
-arch=(x86_64)
-url="https://xmms2.org/;
-license=(GPL LGPL)
-_depends=('alsa-lib: ALSA output'
-  'avahi: announce xmms2d via bonjour/mDNS/zeroconf'
-  'boost: C++ bindings'
-  'curl: play HTTP streams'
-  'cython: Python bindings'
-  'faad2: AAC support'
-  'ffmpeg: WMA, avcodec & avformat support'
-  'fftw: visualization'
-  'flac: FLAC support'
-  'fluidsynth: MIDI support'
-  'jack: JACK output'
-  'libao: libao output'
-  'libcdio-paranoia: CDDA support'
-  'libdiscid: CDDA support'
-  'libgme: support for various video game music formats'
-  'libmad: MP3 support'
-  'libmms: play MMS streams'
-  'libmodplug: MOD support'
-  'libmpcdec: Musepack support'
-  'libofa: MusicDNS fingerprinting'
-  'libsamplerate: vocoder support'
-  'libshout: Icecast output'
-  'libvorbis: Ogg Vorbis support'
-  'libxml2: XSPF and podcast support'
-  'mac: APE support'
-  'mpg123: alternative MP3 support'
-  'opusfile: Opus support'
-  'perl: Perl bindings'
-  'ruby: Ruby bindings'
-#  'sidplay2-libs: support for C64 music files'
-# we do not have sidplay 2 series in repos; also it's
-# somehow connected with resid i guess(not in repos also)
-  'smbclient: direct CIFS/SMB access'
-  'speex: Speex support'
-  'wavpack: WavPack support')
-depends=(glib2 readline)
-makedepends=("${_depends[@]%%:*}" libpulse python2 git)
-optdepends=("${_depends[@]}" 'pulseaudio: PulseAudio output')
-source=(git://git.xmms2.org/xmms2/xmms2-devel.git#commit=${_commit}
-git://git.xmms2.org/xmms2/xmms2-tutorial.git
-git://git.xmms2.org/xmms2/s4.git
-tmpfiles.conf
-sysusers.conf
-system.service
-user.service)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'13e3e2720e21d048d776156f8ab17c40d05b70437823da00b3c4cc2e7f7ecf7f'
-'a37e35dedd48fb8fbc2c97d79be8a3d3c3b00191826f6046f730f649cd67812a'
-'a159b18c5959cfe76ca87990ff6879d082bfe9a4c6d674c493461f7f2781f348'
-'76f1a06b81cec0f5942430401998f6c8cd9cb95d798f97b854f88afd73ffe61d')
-
-pkgver() {
-cd xmms2-devel
-git describe --always | sed 's/-/./g'
-}
-
-prepare() {
-cd xmms2-devel
-git submodule init
-git config submodule.doc/tutorial.url "$srcdir"/xmms2-tutorial
-git config submodule.src/lib/s4.url "$srcdir"/s4
-git submodule update
-sed -i '$a#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 /* 1 second of 48kHz 
32bit audio */' src/plugins/avcodec/avcodec_compat.h
-sed -i 's,#include ,#include ,' 
src/plugins/cdda/cdda.c
-sed -i 's,libsmbclient.h,samba-4.0/libsmbclient.h,' 
src/plugins/samba/{samba.c,wscript}
-sed -i 's|Werror|Wno-error|g' waftools/*.py
-}
-
-build() {
-cd xmms2-devel
-CXXFLAGS="-Wall" CFLAGS="-Wall" ./waf configure --prefix=/usr 
--sbindir=/usr/bin --without-ldconfig \
-