Date: Monday, May 15, 2023 @ 16:49:38
  Author: arojas
Revision: 1461856

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-15 16:49:29 UTC (rev 1461855)
+++ PKGBUILD    2023-05-15 16:49:38 UTC (rev 1461856)
@@ -1,84 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: Storm Dragon <[email protected]>
-# Contributor: Aaron 'venisonslurpee' Laursen <[email protected]>
-# Contributor: Christopher Rosell <[email protected]>
-# Contributor: lh <[email protected]>
-# Contributor: Sebastian Schwarz <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: Xilon <[email protected]>
-
-pkgname=xmms2
-pkgver=0.9.2
-pkgrel=2
-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'
-          'smbclient: direct CIFS/SMB access'
-          'speex: Speex support'
-          'sqlite: for sqlite2s4'
-          'wavpack: WavPack support')
-makedepends=("${_depends[@]%%:*}" git libpulse perl-pod-parser waf)
-optdepends=("${_depends[@]}" 'pulseaudio: PulseAudio output')
-source=(https://github.com/xmms2/xmms2-devel/releases/download/$pkgver/$pkgname-$pkgver.tar.xz
-        tmpfiles.conf
-        sysusers.conf
-        system.service
-        user.service)
-sha256sums=('05daab0400410647a6424ee564c80dbb4a5a8163762ea2ebb2232ae910ed0ed9'
-            '13e3e2720e21d048d776156f8ab17c40d05b70437823da00b3c4cc2e7f7ecf7f'
-            'a37e35dedd48fb8fbc2c97d79be8a3d3c3b00191826f6046f730f649cd67812a'
-            'a159b18c5959cfe76ca87990ff6879d082bfe9a4c6d674c493461f7f2781f348'
-            '76f1a06b81cec0f5942430401998f6c8cd9cb95d798f97b854f88afd73ffe61d')
-
-build() {
-  cd xmms2-$pkgver
-  export LINKFLAGS="$LDFLAGS"
-  waf configure --prefix=/usr --sbindir=/usr/bin --without-ldconfig \
-    --with-ruby-archdir=`ruby -e 'puts RbConfig::CONFIG["vendorarchdir"]'` \
-    --with-ruby-libdir=`ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]'` \
-    --with-perl-archdir=`perl -V:installvendorarch | cut -f2 -d\'` \
-    
--with-optionals=launcher,xmmsclient++,xmmsclient++-glib,perl,ruby,nycli,pixmaps,et,mdns,medialib-updater,sqlite2s4
 \
-    --without-optionals=python
-  waf build
-}
-
-package() {
-  cd xmms2-$pkgver
-  waf --destdir="$pkgdir" install
-
-  cd "$srcdir"
-  install -Dm644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/xmms2.conf"
-  install -Dm644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/xmms2.conf"
-  install -Dm644 system.service "$pkgdir/usr/lib/systemd/system/xmms2d.service"
-  install -Dm644 user.service "$pkgdir/usr/lib/systemd/user/xmms2d.service"
-}

Copied: xmms2/repos/community-x86_64/PKGBUILD (from rev 1461855, 
xmms2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-15 16:49:38 UTC (rev 1461856)
@@ -0,0 +1,84 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Storm Dragon <[email protected]>
+# Contributor: Aaron 'venisonslurpee' Laursen <[email protected]>
+# Contributor: Christopher Rosell <[email protected]>
+# Contributor: lh <[email protected]>
+# Contributor: Sebastian Schwarz <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Xilon <[email protected]>
+
+pkgname=xmms2
+pkgver=0.9.3
+pkgrel=1
+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'
+          'smbclient: direct CIFS/SMB access'
+          'speex: Speex support'
+          'sqlite: for sqlite2s4'
+          'wavpack: WavPack support')
+makedepends=("${_depends[@]%%:*}" git libpulse perl-pod-parser waf)
+optdepends=("${_depends[@]}" 'pulseaudio: PulseAudio output')
+source=(https://github.com/xmms2/xmms2-devel/releases/download/$pkgver/$pkgname-$pkgver.tar.xz
+        tmpfiles.conf
+        sysusers.conf
+        system.service
+        user.service)
+sha256sums=('fe24798db2e6cd8d8eb131ee9800d211525ffebe561c1c5c057710cd7b90a81b'
+            '13e3e2720e21d048d776156f8ab17c40d05b70437823da00b3c4cc2e7f7ecf7f'
+            'a37e35dedd48fb8fbc2c97d79be8a3d3c3b00191826f6046f730f649cd67812a'
+            'a159b18c5959cfe76ca87990ff6879d082bfe9a4c6d674c493461f7f2781f348'
+            '76f1a06b81cec0f5942430401998f6c8cd9cb95d798f97b854f88afd73ffe61d')
+
+build() {
+  cd xmms2-$pkgver
+  export LINKFLAGS="$LDFLAGS"
+  waf configure --prefix=/usr --sbindir=/usr/bin --without-ldconfig \
+    --with-ruby-archdir=`ruby -e 'puts RbConfig::CONFIG["vendorarchdir"]'` \
+    --with-ruby-libdir=`ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]'` \
+    --with-perl-archdir=`perl -V:installvendorarch | cut -f2 -d\'` \
+    
--with-optionals=launcher,xmmsclient++,xmmsclient++-glib,perl,ruby,nycli,pixmaps,et,mdns,medialib-updater,sqlite2s4
 \
+    --without-optionals=python
+  waf build
+}
+
+package() {
+  cd xmms2-$pkgver
+  waf --destdir="$pkgdir" install
+
+  cd "$srcdir"
+  install -Dm644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/xmms2.conf"
+  install -Dm644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/xmms2.conf"
+  install -Dm644 system.service "$pkgdir/usr/lib/systemd/system/xmms2d.service"
+  install -Dm644 user.service "$pkgdir/usr/lib/systemd/user/xmms2d.service"
+}

Deleted: system.service
===================================================================
--- system.service      2023-05-15 16:49:29 UTC (rev 1461855)
+++ system.service      2023-05-15 16:49:38 UTC (rev 1461856)
@@ -1,17 +0,0 @@
-[Unit]
-Description=XMMS2 daemon
-Documentation=man:xmms2-launcher(1) man:xmms2d(1)
-Wants=fluidsynth.service
-After=fluidsynth.service network.target sound.target
-
-[Service]
-Type=forking
-User=xmms2
-# Trick xmms2d into correctly using /var/lib/xmms2 for its configuration
-Environment=XDG_CONFIG_HOME=/var/lib
-PIDFile=%t/xmms2/xmms2d.pid
-ExecStart=/usr/bin/xmms2-launcher -l /var/log/xmms2d.log -P %t/xmms2/xmms2d.pid
-ExecStop=/usr/bin/xmms2 server shutdown
-
-[Install]
-WantedBy=multi-user.target

Copied: xmms2/repos/community-x86_64/system.service (from rev 1461855, 
xmms2/trunk/system.service)
===================================================================
--- system.service                              (rev 0)
+++ system.service      2023-05-15 16:49:38 UTC (rev 1461856)
@@ -0,0 +1,17 @@
+[Unit]
+Description=XMMS2 daemon
+Documentation=man:xmms2-launcher(1) man:xmms2d(1)
+Wants=fluidsynth.service
+After=fluidsynth.service network.target sound.target
+
+[Service]
+Type=forking
+User=xmms2
+# Trick xmms2d into correctly using /var/lib/xmms2 for its configuration
+Environment=XDG_CONFIG_HOME=/var/lib
+PIDFile=%t/xmms2/xmms2d.pid
+ExecStart=/usr/bin/xmms2-launcher -l /var/log/xmms2d.log -P %t/xmms2/xmms2d.pid
+ExecStop=/usr/bin/xmms2 server shutdown
+
+[Install]
+WantedBy=multi-user.target

Deleted: sysusers.conf
===================================================================
--- sysusers.conf       2023-05-15 16:49:29 UTC (rev 1461855)
+++ sysusers.conf       2023-05-15 16:49:38 UTC (rev 1461856)
@@ -1,2 +0,0 @@
-u xmms2  -      -  /var/lib/xmms2
-m xmms2  audio

Copied: xmms2/repos/community-x86_64/sysusers.conf (from rev 1461855, 
xmms2/trunk/sysusers.conf)
===================================================================
--- sysusers.conf                               (rev 0)
+++ sysusers.conf       2023-05-15 16:49:38 UTC (rev 1461856)
@@ -0,0 +1,2 @@
+u xmms2  -      -  /var/lib/xmms2
+m xmms2  audio

Deleted: tmpfiles.conf
===================================================================
--- tmpfiles.conf       2023-05-15 16:49:29 UTC (rev 1461855)
+++ tmpfiles.conf       2023-05-15 16:49:38 UTC (rev 1461856)
@@ -1,3 +0,0 @@
-d /run/xmms2          0755 xmms2 xmms2
-d /var/lib/xmms2      0755 xmms2 xmms2
-f /var/log/xmms2d.log 0644 xmms2 xmms2

Copied: xmms2/repos/community-x86_64/tmpfiles.conf (from rev 1461855, 
xmms2/trunk/tmpfiles.conf)
===================================================================
--- tmpfiles.conf                               (rev 0)
+++ tmpfiles.conf       2023-05-15 16:49:38 UTC (rev 1461856)
@@ -0,0 +1,3 @@
+d /run/xmms2          0755 xmms2 xmms2
+d /var/lib/xmms2      0755 xmms2 xmms2
+f /var/log/xmms2d.log 0644 xmms2 xmms2

Deleted: user.service
===================================================================
--- user.service        2023-05-15 16:49:29 UTC (rev 1461855)
+++ user.service        2023-05-15 16:49:38 UTC (rev 1461856)
@@ -1,13 +0,0 @@
-[Unit]
-Description=XMMS2 daemon
-Documentation=man:xmms2-launcher(1) man:xmms2d(1)
-After=network.target sound.target
-
-[Service]
-Type=forking
-PIDFile=%t/xmms2d.pid
-ExecStart=/usr/bin/xmms2-launcher -P %t/xmms2d.pid
-ExecStop=/usr/bin/xmms2 server shutdown
-
-[Install]
-WantedBy=default.target

Copied: xmms2/repos/community-x86_64/user.service (from rev 1461855, 
xmms2/trunk/user.service)
===================================================================
--- user.service                                (rev 0)
+++ user.service        2023-05-15 16:49:38 UTC (rev 1461856)
@@ -0,0 +1,13 @@
+[Unit]
+Description=XMMS2 daemon
+Documentation=man:xmms2-launcher(1) man:xmms2d(1)
+After=network.target sound.target
+
+[Service]
+Type=forking
+PIDFile=%t/xmms2d.pid
+ExecStart=/usr/bin/xmms2-launcher -P %t/xmms2d.pid
+ExecStop=/usr/bin/xmms2 server shutdown
+
+[Install]
+WantedBy=default.target

Reply via email to