[arch-commits] Commit in cdemu-daemon/repos (12 files)

2017-06-12 Thread Jan Steffens
Date: Monday, June 12, 2017 @ 20:37:04
  Author: heftig
Revision: 236566

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

Added:
  
cdemu-daemon/repos/community-i686/0001-Patch-system-daemon-for-Arch-friendliness.patch
(from rev 236565, 
cdemu-daemon/trunk/0001-Patch-system-daemon-for-Arch-friendliness.patch)
  cdemu-daemon/repos/community-i686/PKGBUILD
(from rev 236565, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
(from rev 236565, cdemu-daemon/trunk/cdemu-daemon.install)
  
cdemu-daemon/repos/community-x86_64/0001-Patch-system-daemon-for-Arch-friendliness.patch
(from rev 236565, 
cdemu-daemon/trunk/0001-Patch-system-daemon-for-Arch-friendliness.patch)
  cdemu-daemon/repos/community-x86_64/PKGBUILD
(from rev 236565, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
(from rev 236565, cdemu-daemon/trunk/cdemu-daemon.install)
Deleted:
  cdemu-daemon/repos/community-i686/PKGBUILD
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
  cdemu-daemon/repos/community-i686/system-arch.patch
  cdemu-daemon/repos/community-x86_64/PKGBUILD
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
  cdemu-daemon/repos/community-x86_64/system-arch.patch

---+
 /PKGBUILD |  106 
+++
 /cdemu-daemon.install |   72 

 community-i686/0001-Patch-system-daemon-for-Arch-friendliness.patch   |  151 
++
 community-i686/PKGBUILD   |   54 
---
 community-i686/cdemu-daemon.install   |   42 --
 community-i686/system-arch.patch  |  124 

 community-x86_64/0001-Patch-system-daemon-for-Arch-friendliness.patch |  151 
++
 community-x86_64/PKGBUILD |   54 
---
 community-x86_64/cdemu-daemon.install |   42 --
 community-x86_64/system-arch.patch|  124 

 10 files changed, 480 insertions(+), 440 deletions(-)

Copied: 
cdemu-daemon/repos/community-i686/0001-Patch-system-daemon-for-Arch-friendliness.patch
 (from rev 236565, 
cdemu-daemon/trunk/0001-Patch-system-daemon-for-Arch-friendliness.patch)
===
--- community-i686/0001-Patch-system-daemon-for-Arch-friendliness.patch 
(rev 0)
+++ community-i686/0001-Patch-system-daemon-for-Arch-friendliness.patch 
2017-06-12 20:37:04 UTC (rev 236566)
@@ -0,0 +1,151 @@
+From 17d054bc9fb02bbb557f9de68e29e715a17f3ee6 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 12 Jun 2017 22:22:51 +0200
+Subject: [PATCH] Patch system daemon for Arch-friendliness
+
+---
+ cdemu-daemon/CMakeLists.txt | 15 ++-
+ cdemu-daemon/system/cdemu-daemon-dbus.conf  |  9 +++--
+ cdemu-daemon/system/cdemu-daemon-system.sh  |  6 +++---
+ cdemu-daemon/system/cdemu-daemon.conf   |  8 
+ cdemu-daemon/system/cdemu-daemon.service.in | 10 ++
+ cdemu-daemon/system/net.sf.cdemu.CDEmuDaemon.service.in |  4 ++--
+ 6 files changed, 44 insertions(+), 8 deletions(-)
+ create mode 100644 cdemu-daemon/system/cdemu-daemon.conf
+ create mode 100644 cdemu-daemon/system/cdemu-daemon.service.in
+
+diff --git a/cdemu-daemon/CMakeLists.txt b/cdemu-daemon/CMakeLists.txt
+index 76feb818d09a57af..c6abd56b82484b6f 100644
+--- a/cdemu-daemon/CMakeLists.txt
 b/cdemu-daemon/CMakeLists.txt
+@@ -15,7 +15,7 @@ set (CDEMU_DAEMON_INTERFACE_VERSION_MINOR 0)
+ include (GNUInstallDirs)
+ 
+ # Options
+-option (SYSTEM_BUS_SERVICE "Install CDEmu daemon as D-Bus system bus service" 
off)
++option (SYSTEM_BUS_SERVICE "Install CDEmu daemon as D-Bus system bus service" 
on)
+ option (SESSION_BUS_SERVICE "Install CDEmu daemon as D-Bus session bus 
service" on)
+ 
+ # If install prefix is /usr, override the sysconf dir to be /etc instead of 
/usr/etc
+@@ -45,6 +45,10 @@ configure_file (
+ ${PROJECT_SOURCE_DIR}/system/net.sf.cdemu.CDEmuDaemon.service.in
+ ${PROJECT_BINARY_DIR}/system/net.sf.cdemu.CDEmuDaemon.service
+ )
++configure_file (
++${PROJECT_SOURCE_DIR}/system/cdemu-daemon.service.in
++${PROJECT_BINARY_DIR}/system/cdemu-daemon.service
++)
+ 
+ # Global definitions
+ add_definitions (-std=c99) # We're compiling using C99
+@@ -121,13 +125,22 @@ if (SYSTEM_BUS_SERVICE)
+ DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}
+ )
+ install (
++FILES ${PROJECT_BINARY_DIR}/system/cdemu-daemon.service
++DESTINATION ${CMAKE_INSTALL_LIBDIR}/systemd/system/
++)
++install (
+ FILES 

[arch-commits] Commit in cdemu-daemon/repos (12 files)

2015-12-22 Thread Jan Steffens
Date: Wednesday, December 23, 2015 @ 03:44:54
  Author: heftig
Revision: 154316

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

Added:
  cdemu-daemon/repos/community-i686/PKGBUILD
(from rev 154315, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
(from rev 154315, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-i686/system-arch.patch
(from rev 154315, cdemu-daemon/trunk/system-arch.patch)
  cdemu-daemon/repos/community-x86_64/PKGBUILD
(from rev 154315, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
(from rev 154315, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-x86_64/system-arch.patch
(from rev 154315, cdemu-daemon/trunk/system-arch.patch)
Deleted:
  cdemu-daemon/repos/community-i686/PKGBUILD
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
  cdemu-daemon/repos/community-i686/system-arch.patch
  cdemu-daemon/repos/community-x86_64/PKGBUILD
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
  cdemu-daemon/repos/community-x86_64/system-arch.patch

---+
 /PKGBUILD |  108 +
 /cdemu-daemon.install |   84 ++
 /system-arch.patch|  248 
 community-i686/PKGBUILD   |   54 --
 community-i686/cdemu-daemon.install   |   42 -
 community-i686/system-arch.patch  |  124 
 community-x86_64/PKGBUILD |   54 --
 community-x86_64/cdemu-daemon.install |   42 -
 community-x86_64/system-arch.patch|  124 
 9 files changed, 440 insertions(+), 440 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-23 02:44:09 UTC (rev 154315)
+++ community-i686/PKGBUILD 2015-12-23 02:44:54 UTC (rev 154316)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=cdemu-daemon
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="CD/DVD-ROM device emulator daemon"
-arch=(i686 x86_64)
-url="http://cdemu.sourceforge.net/;
-license=(GPL)
-depends=(dbus "vhba-module>=20140629" libao "libmirage>=3.0.2")
-makedepends=(cmake)
-optdepends=('alsa-lib: to enable the ALSA audio driver'
-'pulseaudio: to enable the PA audio driver')
-backup=(etc/conf.d/cdemu-daemon
-etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
-install=cdemu-daemon.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname/$pkgname-$pkgver.tar.bz2;
-system-arch.patch)
-sha256sums=('75dc8da3e7c5dfb2f9d5257590c1e3eeb446750ef0ceeeb0b729003a401ff101'
-'dee634da8b8301893f458647f536b183d1d3898e289d1ac570c189c986828cfe')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-
-  # Patch system daemon for Arch-friendlyness
-  # It's disabled by default. Should we even ship it?
-  patch -Np1 -i ../system-arch.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBEXECDIR=lib/$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/lib/modules-load.d"
-  echo vhba > "$pkgdir/usr/lib/modules-load.d/cdemu.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdemu-daemon/repos/community-i686/PKGBUILD (from rev 154315, 
cdemu-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-23 02:44:54 UTC (rev 154316)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=cdemu-daemon
+pkgver=3.0.4
+pkgrel=1
+pkgdesc="CD/DVD-ROM device emulator daemon"
+arch=(i686 x86_64)
+url="http://cdemu.sourceforge.net/;
+license=(GPL)
+depends=(dbus "vhba-module>=20140629" libao "libmirage>=3.0.2")
+makedepends=(cmake)
+optdepends=('alsa-lib: to enable the ALSA audio driver'
+'pulseaudio: to enable the PA audio driver')
+backup=(etc/conf.d/cdemu-daemon
+etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
+install=cdemu-daemon.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname/$pkgname-$pkgver.tar.bz2;
+system-arch.patch)
+sha256sums=('8101b4ad659de3cc53dcc39b14381d7d85b3dad131d780caefe9cc1c03551ecd'
+'dee634da8b8301893f458647f536b183d1d3898e289d1ac570c189c986828cfe')
+

[arch-commits] Commit in cdemu-daemon/repos (12 files)

2015-11-24 Thread Jan Steffens
Date: Tuesday, November 24, 2015 @ 23:25:04
  Author: heftig
Revision: 147728

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

Added:
  cdemu-daemon/repos/community-i686/PKGBUILD
(from rev 147727, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
(from rev 147727, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-i686/system-arch.patch
(from rev 147727, cdemu-daemon/trunk/system-arch.patch)
  cdemu-daemon/repos/community-x86_64/PKGBUILD
(from rev 147727, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
(from rev 147727, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-x86_64/system-arch.patch
(from rev 147727, cdemu-daemon/trunk/system-arch.patch)
Deleted:
  cdemu-daemon/repos/community-i686/PKGBUILD
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
  cdemu-daemon/repos/community-i686/system-arch.patch
  cdemu-daemon/repos/community-x86_64/PKGBUILD
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
  cdemu-daemon/repos/community-x86_64/system-arch.patch

---+
 /PKGBUILD |  108 +
 /cdemu-daemon.install |   84 ++
 /system-arch.patch|  248 
 community-i686/PKGBUILD   |   54 --
 community-i686/cdemu-daemon.install   |   42 -
 community-i686/system-arch.patch  |  124 
 community-x86_64/PKGBUILD |   54 --
 community-x86_64/cdemu-daemon.install |   42 -
 community-x86_64/system-arch.patch|  124 
 9 files changed, 440 insertions(+), 440 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-24 22:24:24 UTC (rev 147727)
+++ community-i686/PKGBUILD 2015-11-24 22:25:04 UTC (rev 147728)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=cdemu-daemon
-pkgver=3.0.2
-pkgrel=2
-pkgdesc="CD/DVD-ROM device emulator daemon"
-arch=(i686 x86_64)
-url="http://cdemu.sourceforge.net/;
-license=(GPL)
-depends=(dbus "vhba-module>=20140629" libao "libmirage>=3.0.2")
-makedepends=(cmake)
-optdepends=('alsa-lib: to enable the ALSA audio driver'
-'pulseaudio: to enable the PA audio driver')
-backup=(etc/conf.d/cdemu-daemon
-etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
-install=cdemu-daemon.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname/$pkgname-$pkgver.tar.bz2;
-system-arch.patch)
-sha256sums=('8c9a0d292e0fd71538f123f2b795f4490ff455f68b391b97812be369c34a4f06'
-'dee634da8b8301893f458647f536b183d1d3898e289d1ac570c189c986828cfe')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-
-  # Patch system daemon for Arch-friendlyness
-  # It's disabled by default. Should we even ship it?
-  patch -Np1 -i ../system-arch.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBEXECDIR=lib/$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/lib/modules-load.d"
-  echo vhba > "$pkgdir/usr/lib/modules-load.d/cdemu.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdemu-daemon/repos/community-i686/PKGBUILD (from rev 147727, 
cdemu-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-24 22:25:04 UTC (rev 147728)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=cdemu-daemon
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="CD/DVD-ROM device emulator daemon"
+arch=(i686 x86_64)
+url="http://cdemu.sourceforge.net/;
+license=(GPL)
+depends=(dbus "vhba-module>=20140629" libao "libmirage>=3.0.2")
+makedepends=(cmake)
+optdepends=('alsa-lib: to enable the ALSA audio driver'
+'pulseaudio: to enable the PA audio driver')
+backup=(etc/conf.d/cdemu-daemon
+etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
+install=cdemu-daemon.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname/$pkgname-$pkgver.tar.bz2;
+system-arch.patch)
+sha256sums=('75dc8da3e7c5dfb2f9d5257590c1e3eeb446750ef0ceeeb0b729003a401ff101'
+'dee634da8b8301893f458647f536b183d1d3898e289d1ac570c189c986828cfe')
+

[arch-commits] Commit in cdemu-daemon/repos (12 files)

2015-10-08 Thread Jan Steffens
Date: Thursday, October 8, 2015 @ 22:28:27
  Author: heftig
Revision: 143453

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

Added:
  cdemu-daemon/repos/community-i686/PKGBUILD
(from rev 143452, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
(from rev 143452, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-i686/system-arch.patch
(from rev 143452, cdemu-daemon/trunk/system-arch.patch)
  cdemu-daemon/repos/community-x86_64/PKGBUILD
(from rev 143452, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
(from rev 143452, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-x86_64/system-arch.patch
(from rev 143452, cdemu-daemon/trunk/system-arch.patch)
Deleted:
  cdemu-daemon/repos/community-i686/PKGBUILD
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
  cdemu-daemon/repos/community-i686/system-arch.patch
  cdemu-daemon/repos/community-x86_64/PKGBUILD
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
  cdemu-daemon/repos/community-x86_64/system-arch.patch

---+
 /PKGBUILD |  108 +
 /cdemu-daemon.install |   84 ++
 /system-arch.patch|  248 
 community-i686/PKGBUILD   |   54 --
 community-i686/cdemu-daemon.install   |   42 -
 community-i686/system-arch.patch  |  121 ---
 community-x86_64/PKGBUILD |   54 --
 community-x86_64/cdemu-daemon.install |   42 -
 community-x86_64/system-arch.patch|  121 ---
 9 files changed, 440 insertions(+), 434 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-08 20:26:57 UTC (rev 143452)
+++ community-i686/PKGBUILD 2015-10-08 20:28:27 UTC (rev 143453)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=cdemu-daemon
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="CD/DVD-ROM device emulator daemon"
-arch=(i686 x86_64)
-url="http://cdemu.sourceforge.net/;
-license=(GPL)
-depends=(dbus "vhba-module>=20140629" libao "libmirage>=3.0.2")
-makedepends=(cmake)
-optdepends=('alsa-lib: to enable the ALSA audio driver'
-'pulseaudio: to enable the PA audio driver')
-backup=(etc/conf.d/cdemu-daemon
-etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
-install=cdemu-daemon.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-system-arch.patch)
-sha256sums=('8c9a0d292e0fd71538f123f2b795f4490ff455f68b391b97812be369c34a4f06'
-'29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-
-  # Patch system daemon for Arch-friendlyness
-  # It's disabled by default. Should we even ship it?
-  patch -Np1 -i ../system-arch.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBEXECDIR=lib/$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/lib/modules-load.d"
-  echo vhba > "$pkgdir/usr/lib/modules-load.d/cdemu.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdemu-daemon/repos/community-i686/PKGBUILD (from rev 143452, 
cdemu-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-08 20:28:27 UTC (rev 143453)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=cdemu-daemon
+pkgver=3.0.2
+pkgrel=2
+pkgdesc="CD/DVD-ROM device emulator daemon"
+arch=(i686 x86_64)
+url="http://cdemu.sourceforge.net/;
+license=(GPL)
+depends=(dbus "vhba-module>=20140629" libao "libmirage>=3.0.2")
+makedepends=(cmake)
+optdepends=('alsa-lib: to enable the ALSA audio driver'
+'pulseaudio: to enable the PA audio driver')
+backup=(etc/conf.d/cdemu-daemon
+etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
+install=cdemu-daemon.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname/$pkgname-$pkgver.tar.bz2;
+system-arch.patch)
+sha256sums=('8c9a0d292e0fd71538f123f2b795f4490ff455f68b391b97812be369c34a4f06'
+'dee634da8b8301893f458647f536b183d1d3898e289d1ac570c189c986828cfe')
+
+prepare() {
+  

[arch-commits] Commit in cdemu-daemon/repos (12 files)

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 15:57:35
  Author: heftig
Revision: 124310

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

Added:
  cdemu-daemon/repos/community-i686/PKGBUILD
(from rev 124308, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
(from rev 124308, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-i686/system-arch.patch
(from rev 124308, cdemu-daemon/trunk/system-arch.patch)
  cdemu-daemon/repos/community-x86_64/PKGBUILD
(from rev 124308, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
(from rev 124309, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-x86_64/system-arch.patch
(from rev 124309, cdemu-daemon/trunk/system-arch.patch)
Deleted:
  cdemu-daemon/repos/community-i686/PKGBUILD
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
  cdemu-daemon/repos/community-i686/system-arch.patch
  cdemu-daemon/repos/community-x86_64/PKGBUILD
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
  cdemu-daemon/repos/community-x86_64/system-arch.patch

---+
 /PKGBUILD |  108 ++
 /cdemu-daemon.install |   84 +++
 /system-arch.patch|  242 
 community-i686/PKGBUILD   |   54 ---
 community-i686/cdemu-daemon.install   |   42 -
 community-i686/system-arch.patch  |  121 
 community-x86_64/PKGBUILD |   54 ---
 community-x86_64/cdemu-daemon.install |   42 -
 community-x86_64/system-arch.patch|  121 
 9 files changed, 434 insertions(+), 434 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-21 14:57:26 UTC (rev 124309)
+++ community-i686/PKGBUILD 2014-12-21 14:57:35 UTC (rev 124310)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=cdemu-daemon
-pkgver=3.0.1
-pkgrel=1
-pkgdesc=CD/DVD-ROM device emulator daemon
-arch=(i686 x86_64)
-url=http://cdemu.sourceforge.net/;
-license=(GPL)
-depends=(dbus vhba-module=20130607 libao libmirage=2.1.0)
-makedepends=(cmake)
-optdepends=('alsa-lib: to enable the ALSA audio driver'
-'pulseaudio: to enable the PA audio driver')
-backup=(etc/conf.d/cdemu-daemon
-etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
-install=cdemu-daemon.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-system-arch.patch)
-sha256sums=('9e6fb14f71678ef878f7320e1c685bdd0d0965863e00f127f000cd2a37bb1a39'
-'29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-
-  # Patch system daemon for Arch-friendlyness
-  # It's disabled by default. Should we even ship it?
-  patch -Np1 -i ../system-arch.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBEXECDIR=lib/$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/lib/modules-load.d
-  echo vhba  $pkgdir/usr/lib/modules-load.d/cdemu.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdemu-daemon/repos/community-i686/PKGBUILD (from rev 124308, 
cdemu-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-21 14:57:35 UTC (rev 124310)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=cdemu-daemon
+pkgver=3.0.2
+pkgrel=1
+pkgdesc=CD/DVD-ROM device emulator daemon
+arch=(i686 x86_64)
+url=http://cdemu.sourceforge.net/;
+license=(GPL)
+depends=(dbus vhba-module=20140629 libao libmirage=3.0.2)
+makedepends=(cmake)
+optdepends=('alsa-lib: to enable the ALSA audio driver'
+'pulseaudio: to enable the PA audio driver')
+backup=(etc/conf.d/cdemu-daemon
+etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
+install=cdemu-daemon.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+system-arch.patch)
+sha256sums=('8c9a0d292e0fd71538f123f2b795f4490ff455f68b391b97812be369c34a4f06'
+'29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+
+  # Patch 

[arch-commits] Commit in cdemu-daemon/repos (12 files)

2014-08-31 Thread Jan Steffens
Date: Sunday, August 31, 2014 @ 21:50:40
  Author: heftig
Revision: 118108

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

Added:
  cdemu-daemon/repos/community-i686/PKGBUILD
(from rev 118107, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
(from rev 118107, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-i686/system-arch.patch
(from rev 118107, cdemu-daemon/trunk/system-arch.patch)
  cdemu-daemon/repos/community-x86_64/PKGBUILD
(from rev 118107, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
(from rev 118107, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-x86_64/system-arch.patch
(from rev 118107, cdemu-daemon/trunk/system-arch.patch)
Deleted:
  cdemu-daemon/repos/community-i686/PKGBUILD
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
  cdemu-daemon/repos/community-i686/system-arch.patch
  cdemu-daemon/repos/community-x86_64/PKGBUILD
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
  cdemu-daemon/repos/community-x86_64/system-arch.patch

---+
 /PKGBUILD |  108 ++
 /cdemu-daemon.install |   84 +++
 /system-arch.patch|  242 
 community-i686/PKGBUILD   |   54 ---
 community-i686/cdemu-daemon.install   |   42 -
 community-i686/system-arch.patch  |  121 
 community-x86_64/PKGBUILD |   54 ---
 community-x86_64/cdemu-daemon.install |   42 -
 community-x86_64/system-arch.patch|  121 
 9 files changed, 434 insertions(+), 434 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-31 19:50:04 UTC (rev 118107)
+++ community-i686/PKGBUILD 2014-08-31 19:50:40 UTC (rev 118108)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=cdemu-daemon
-pkgver=3.0.0
-pkgrel=1
-pkgdesc=CD/DVD-ROM device emulator daemon
-arch=(i686 x86_64)
-url=http://cdemu.sourceforge.net/;
-license=(GPL)
-depends=(dbus vhba-module=20130607 libao libmirage=2.1.0)
-makedepends=(cmake)
-optdepends=('alsa-lib: to enable the ALSA audio driver'
-'pulseaudio: to enable the PA audio driver')
-backup=(etc/conf.d/cdemu-daemon
-etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
-install=cdemu-daemon.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-system-arch.patch)
-sha256sums=('7ecfdea0a57b35f5007b63882ca33d2edb568244aa854b5e5c30ffbbf3ba4f56'
-'29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-
-  # Patch system daemon for Arch-friendlyness
-  # It's disabled by default. Should we even ship it?
-  patch -Np1 -i ../system-arch.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBEXECDIR=lib/$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/lib/modules-load.d
-  echo vhba  $pkgdir/usr/lib/modules-load.d/cdemu.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdemu-daemon/repos/community-i686/PKGBUILD (from rev 118107, 
cdemu-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-31 19:50:40 UTC (rev 118108)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=cdemu-daemon
+pkgver=3.0.1
+pkgrel=1
+pkgdesc=CD/DVD-ROM device emulator daemon
+arch=(i686 x86_64)
+url=http://cdemu.sourceforge.net/;
+license=(GPL)
+depends=(dbus vhba-module=20130607 libao libmirage=2.1.0)
+makedepends=(cmake)
+optdepends=('alsa-lib: to enable the ALSA audio driver'
+'pulseaudio: to enable the PA audio driver')
+backup=(etc/conf.d/cdemu-daemon
+etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
+install=cdemu-daemon.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+system-arch.patch)
+sha256sums=('9e6fb14f71678ef878f7320e1c685bdd0d0965863e00f127f000cd2a37bb1a39'
+'29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+
+  # Patch 

[arch-commits] Commit in cdemu-daemon/repos (12 files)

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:48:31
  Author: heftig
Revision: 113771

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

Added:
  cdemu-daemon/repos/community-i686/PKGBUILD
(from rev 113770, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
(from rev 113770, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-i686/system-arch.patch
(from rev 113770, cdemu-daemon/trunk/system-arch.patch)
  cdemu-daemon/repos/community-x86_64/PKGBUILD
(from rev 113770, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
(from rev 113770, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-x86_64/system-arch.patch
(from rev 113770, cdemu-daemon/trunk/system-arch.patch)
Deleted:
  cdemu-daemon/repos/community-i686/PKGBUILD
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
  cdemu-daemon/repos/community-i686/system-arch.patch
  cdemu-daemon/repos/community-x86_64/PKGBUILD
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
  cdemu-daemon/repos/community-x86_64/system-arch.patch

---+
 /PKGBUILD |  108 ++
 /cdemu-daemon.install |   84 +++
 /system-arch.patch|  242 
 community-i686/PKGBUILD   |   54 ---
 community-i686/cdemu-daemon.install   |   42 -
 community-i686/system-arch.patch  |  121 
 community-x86_64/PKGBUILD |   54 ---
 community-x86_64/cdemu-daemon.install |   42 -
 community-x86_64/system-arch.patch|  121 
 9 files changed, 434 insertions(+), 434 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-29 21:47:46 UTC (rev 113770)
+++ community-i686/PKGBUILD 2014-06-29 21:48:31 UTC (rev 113771)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=cdemu-daemon
-pkgver=2.1.1
-pkgrel=1
-pkgdesc=CD/DVD-ROM device emulator daemon
-arch=(i686 x86_64)
-url=http://cdemu.sourceforge.net/;
-license=(GPL)
-depends=(dbus vhba-module=20130607 libao libmirage=2.1.0)
-makedepends=(cmake)
-optdepends=('alsa-lib: to enable the ALSA audio driver'
-'pulseaudio: to enable the PA audio driver')
-backup=(etc/conf.d/cdemu-daemon
-etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
-install=cdemu-daemon.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-system-arch.patch)
-sha256sums=('d26782071184d555b06ad5def7d1c22916cbeb73377328879499b91e1196f36f'
-'29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-
-  # Patch system daemon for Arch-friendlyness
-  # It's disabled by default. Should we even ship it?
-  patch -Np1 -i ../system-arch.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBEXECDIR=lib/$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/lib/modules-load.d
-  echo vhba  $pkgdir/usr/lib/modules-load.d/cdemu.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdemu-daemon/repos/community-i686/PKGBUILD (from rev 113770, 
cdemu-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-29 21:48:31 UTC (rev 113771)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=cdemu-daemon
+pkgver=3.0.0
+pkgrel=1
+pkgdesc=CD/DVD-ROM device emulator daemon
+arch=(i686 x86_64)
+url=http://cdemu.sourceforge.net/;
+license=(GPL)
+depends=(dbus vhba-module=20130607 libao libmirage=2.1.0)
+makedepends=(cmake)
+optdepends=('alsa-lib: to enable the ALSA audio driver'
+'pulseaudio: to enable the PA audio driver')
+backup=(etc/conf.d/cdemu-daemon
+etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
+install=cdemu-daemon.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+system-arch.patch)
+sha256sums=('7ecfdea0a57b35f5007b63882ca33d2edb568244aa854b5e5c30ffbbf3ba4f56'
+'29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+
+  # Patch 

[arch-commits] Commit in cdemu-daemon/repos (12 files)

2013-12-19 Thread Jan Steffens
Date: Friday, December 20, 2013 @ 02:23:58
  Author: heftig
Revision: 102785

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

Added:
  cdemu-daemon/repos/community-i686/PKGBUILD
(from rev 102784, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
(from rev 102784, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-i686/system-arch.patch
(from rev 102784, cdemu-daemon/trunk/system-arch.patch)
  cdemu-daemon/repos/community-x86_64/PKGBUILD
(from rev 102784, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
(from rev 102784, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-x86_64/system-arch.patch
(from rev 102784, cdemu-daemon/trunk/system-arch.patch)
Deleted:
  cdemu-daemon/repos/community-i686/PKGBUILD
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
  cdemu-daemon/repos/community-i686/system-arch.patch
  cdemu-daemon/repos/community-x86_64/PKGBUILD
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
  cdemu-daemon/repos/community-x86_64/system-arch.patch

---+
 /PKGBUILD |  108 ++
 /cdemu-daemon.install |   84 +++
 /system-arch.patch|  242 
 community-i686/PKGBUILD   |   54 ---
 community-i686/cdemu-daemon.install   |   42 -
 community-i686/system-arch.patch  |  121 
 community-x86_64/PKGBUILD |   54 ---
 community-x86_64/cdemu-daemon.install |   42 -
 community-x86_64/system-arch.patch|  121 
 9 files changed, 434 insertions(+), 434 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-20 01:20:37 UTC (rev 102784)
+++ community-i686/PKGBUILD 2013-12-20 01:23:58 UTC (rev 102785)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=cdemu-daemon
-pkgver=2.1.0
-pkgrel=1
-pkgdesc=CD/DVD-ROM device emulator daemon
-arch=(i686 x86_64)
-url=http://cdemu.sourceforge.net/;
-license=(GPL)
-depends=(dbus vhba-module=20130607 libao libmirage=2.1.0)
-makedepends=(cmake)
-optdepends=('alsa-lib: to enable the ALSA audio driver'
-'pulseaudio: to enable the PA audio driver')
-backup=(etc/conf.d/cdemu-daemon
-etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
-install=cdemu-daemon.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-system-arch.patch)
-sha256sums=('8224a5d8d16cbd9a2294e9c7ab544d61059d9870023e48705699af7366846580'
-'29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-
-  # Patch system daemon for Arch-friendlyness
-  # It's disabled by default. Should we even ship it?
-  patch -Np1 -i ../system-arch.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBEXECDIR=lib/$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/lib/modules-load.d
-  echo vhba  $pkgdir/usr/lib/modules-load.d/cdemu.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdemu-daemon/repos/community-i686/PKGBUILD (from rev 102784, 
cdemu-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-20 01:23:58 UTC (rev 102785)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=cdemu-daemon
+pkgver=2.1.1
+pkgrel=1
+pkgdesc=CD/DVD-ROM device emulator daemon
+arch=(i686 x86_64)
+url=http://cdemu.sourceforge.net/;
+license=(GPL)
+depends=(dbus vhba-module=20130607 libao libmirage=2.1.0)
+makedepends=(cmake)
+optdepends=('alsa-lib: to enable the ALSA audio driver'
+'pulseaudio: to enable the PA audio driver')
+backup=(etc/conf.d/cdemu-daemon
+etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
+install=cdemu-daemon.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+system-arch.patch)
+sha256sums=('d26782071184d555b06ad5def7d1c22916cbeb73377328879499b91e1196f36f'
+'29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+
+  # Patch