From 23d110a0118c7b9ff32a56fb310d8d1c59c040ec Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Sun, 22 Mar 2009 18:09:50 -0700
Subject: Already in core-testing.

---
 abs/extra-testing/cmake/PKGBUILD    | 33 ---------------------------------
 abs/extra-testing/libjpeg/PKGBUILD  | 28 ----------------------------
 abs/extra-testing/xmlrpc-c/PKGBUILD | 32 --------------------------------
 3 files changed, 93 deletions(-)
 delete mode 100644 abs/extra-testing/cmake/PKGBUILD
 delete mode 100644 abs/extra-testing/libjpeg/PKGBUILD
 delete mode 100644 abs/extra-testing/xmlrpc-c/PKGBUILD

diff --git a/abs/extra-testing/cmake/PKGBUILD b/abs/extra-testing/cmake/PKGBUILD
deleted file mode 100644
index 60e7f35..0000000
--- a/abs/extra-testing/cmake/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 27686 2009-02-24 20:21:28Z pierre $
-# Maintainer: Pierre Schmitz <pierre@archlinux.de>
-# Contributor: damir <damir@archlinux.org>
-# Contributor: Konstantinos Pachnis <kpachnis@mes-direct.com>
-
-pkgname=cmake
-pkgver=2.6.3
-pkgrel=1
-pkgdesc="CMake is a cross-platform open-source make system"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.cmake.org"
-depends=('expat' 'xmlrpc-c')
-makedepends=('qt')
-optdepends=('qt: cmake-gui')
-source=("http://www.cmake.org/files/v2.6/$pkgname-$pkgver.tar.gz")
-md5sums=('5ba47a94ce276f326abca1fd72a7e7c6')
-
-build() {
-	cd $srcdir/$pkgname-$pkgver
-	./bootstrap --prefix=/usr \
-		--mandir=/share/man \
-		--docdir=/share/doc/cmake \
-		--system-libs \
-		--qt-gui
-	make || return 1
-	make DESTDIR=$pkgdir install
-
-	install -D -m644 Docs/cmake-indent.vim $pkgdir/usr/share/vim/indent/cmake-indent.vim
-	install -D -m644 Docs/cmake-syntax.vim $pkgdir/usr/share/vim/syntax/cmake-syntax.vim
-	install -D -m644 Docs/cmake-mode.el $pkgdir/usr/share/emacs/site-lisp/cmake-mode.el
-	install -D -m644 Copyright.txt $pkgdir/usr/share/licenses/$pkgname/Copyright.txt	
-}
diff --git a/abs/extra-testing/libjpeg/PKGBUILD b/abs/extra-testing/libjpeg/PKGBUILD
deleted file mode 100644
index 996ae6c..0000000
--- a/abs/extra-testing/libjpeg/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 19605 2008-11-28 10:52:08Z allan $
-# Maintainer: Allan McRae <allan@archlinux.org>
-# Committer: Judd Vinet <jvinet@zeroflux.org>
-
-pkgname=libjpeg
-pkgver=6b
-pkgrel=6
-pkgdesc="Library of JPEG support functions"
-arch=('i686' 'x86_64')
-url="http://www.ijg.org/"
-license=('custom')
-depends=('glibc')
-makedepends=('libtool')
-options=(!libtool)
-source=(ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v$pkgver.tar.gz)
-md5sums=('dbd5f3b47ed13132f04c685d608a7547')
-
-build() {
-  cd $srcdir/jpeg-$pkgver
-  cp /usr/share/libtool/config/config.{guess,sub} .
-  sed -i "s#./libtool#libtool#" configure
-  ./configure --prefix=/usr --enable-shared --enable-static
-  make || return 1
-  mkdir -p $pkgdir/usr/{bin,lib,include,share/man/man1}
-  make prefix=$pkgdir/usr mandir=$pkgdir/usr/share/man/man1 install
-  install -m644 jpegint.h $pkgdir/usr/include
-  install -Dm644 README $pkgdir/usr/share/licenses/libjpeg/README
-}
diff --git a/abs/extra-testing/xmlrpc-c/PKGBUILD b/abs/extra-testing/xmlrpc-c/PKGBUILD
deleted file mode 100644
index 4a1057e..0000000
--- a/abs/extra-testing/xmlrpc-c/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Maintainer: Pierre Schmitz <pierre@archlinux.de>
-# Contributor: Vitaliy Berdinskikh <skipper13@root.ua>
-
-pkgname=xmlrpc-c
-pkgver=1.06.32
-pkgrel=1
-pkgdesc='This library provides a modular implementation of XML-RPC for C and C++'
-arch=('i686' 'x86_64')
-url='http://xmlrpc-c.sourceforge.net/'
-license=('custom')
-depends=('curl' 'libxml2')
-makedepends=('libtool')
-options=('!makeflags' '!libtool')
-source=("http://downloads.sourceforge.net/xmlrpc-c/xmlrpc-c-${pkgver}.tgz")
-md5sums=('1a5a0771a22e75819d90e7fab38ef377')
-
-build() {
-	[ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC"
-
-	cd $srcdir/$pkgname-$pkgver
-	./configure --prefix=/usr \
-		--enable-libxml2-backend \
-		--disable-cgi-server \
-		--disable-abyss-server \
-		--disable-libwww-client \
-		--disable-wininet-client
-
-	make CFLAGS_PERSONAL="${CFLAGS}" || return 1
-	make DESTDIR=$pkgdir install
-
-	install -m 644 -D doc/COPYING $pkgdir/usr/share/licenses/${pkgname}/COPYING
-}
-- 
cgit v0.12


From 957c35e8467bf62ef4ea7477cd80690dc320c111 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Sun, 22 Mar 2009 18:48:39 -0700
Subject: Move ATI_wonder dir to ATI_Remote_Wonder.

---
 abs/core-testing/system-templates/PKGBUILD         |   2 +-
 .../templates/remotes/ATI_Remote_Wonder/lircd.conf |  76 +++
 .../templates/remotes/ATI_Remote_Wonder/lircrc     | 592 +++++++++++++++++++++
 .../remotes/ATI_Remote_Wonder/preview.jpg          | Bin 0 -> 63480 bytes
 .../templates/remotes/ATI_wonder/lircd.conf        |  76 ---
 .../templates/remotes/ATI_wonder/lircrc            | 592 ---------------------
 .../templates/remotes/ATI_wonder/preview.jpg       | Bin 63480 -> 0 bytes
 7 files changed, 669 insertions(+), 669 deletions(-)
 create mode 100644 abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder/lircd.conf
 create mode 100644 abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder/lircrc
 create mode 100644 abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder/preview.jpg
 delete mode 100644 abs/core-testing/system-templates/templates/remotes/ATI_wonder/lircd.conf
 delete mode 100644 abs/core-testing/system-templates/templates/remotes/ATI_wonder/lircrc
 delete mode 100644 abs/core-testing/system-templates/templates/remotes/ATI_wonder/preview.jpg

diff --git a/abs/core-testing/system-templates/PKGBUILD b/abs/core-testing/system-templates/PKGBUILD
index 682757e..549ce64 100755
--- a/abs/core-testing/system-templates/PKGBUILD
+++ b/abs/core-testing/system-templates/PKGBUILD
@@ -1,6 +1,6 @@
 pkgname=system-templates
 pkgver=1.0
-pkgrel=8
+pkgrel=9
 conflicts=( )
 pkgdesc="Templates used for system configuration"
 depends=()
diff --git a/abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder/lircd.conf b/abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder/lircd.conf
new file mode 100644
index 0000000..087b9ad
--- /dev/null
+++ b/abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder/lircd.conf
@@ -0,0 +1,76 @@
+# brand: ATI Remote Wonder
+# model no. of remote control: 5000023600
+# devices being controlled by this remote: ATI USB Receiver
+#
+# Found on a linpvr.org forum, thanks.
+
+begin remote
+
+  name  ati_remote
+  bits           40
+  eps            30
+  aeps          100
+
+  one             0     0
+  zero            0     0
+  gap          235966
+  toggle_bit      0
+
+
+      begin codes
+          a                        0x00000014D5000000
+          b                        0x00000014D6010000
+          power                    0x00000014D7020000
+          tv                       0x00000014D8030000
+          dvd                      0x00000014D9040000
+          web                      0x00000014DA050000
+          media_library            0x00000014DB060000
+          drag                     0x00000014DC070000
+          mouse-button_left        0x000000144D780000
+          mouse-button_right       0x00000014517C0000
+          mouse-up                 0x0000001447720000
+          mouse-down               0x0000001448730000
+          mouse-left               0x0000001445700000
+          mouse-right              0x0000001446710000
+          mouse-left_up            0x0000001449740000
+          mouse-right_up           0x000000144A750000
+          mouse-left_down          0x000000144C770000
+          mouse-right_down         0x000000144B760000
+          vol-up                   0x00000014DD080000
+          vol-down                 0x00000014DE090000
+          mute                     0x00000014DF0A0000
+          chan-up                  0x00000014E00B0000
+          chan-down                0x00000014E10C0000
+          1                        0x00000014E20D0000
+          2                        0x00000014E30E0000
+          3                        0x00000014E40F0000
+          4                        0x00000014E5100000
+          5                        0x00000014E6110000
+          6                        0x00000014E7120000
+          7                        0x00000014E8130000
+          8                        0x00000014E9140000
+          9                        0x00000014EA150000
+          0                        0x00000014EC170000
+          dvd-root_menu            0x00000014EB160000
+          launch_setup             0x00000014ED180000
+          c                        0x00000014EE190000
+          d                        0x00000014F01B0000
+          tv_on_demand             0x00000014F11C0000
+          max_window               0x00000014F5200000
+          cursor-up                0x00000014EF1A0000
+          cursor-down              0x00000014F7220000
+          cursor-left              0x00000014F21D0000
+          cursor-right             0x00000014F41F0000
+          ok                       0x00000014F31E0000
+          e                        0x00000014F6210000
+          f                        0x00000014F8230000
+          rewind                   0x00000014F9240000
+          play                     0x00000014FA250000
+          fastforward              0x00000014FB260000
+          record                   0x00000014FC270000
+          stop                     0x00000014FD280000
+          pause                    0x00000014FE290000
+      end codes
+
+end remote
+
diff --git a/abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder/lircrc b/abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder/lircrc
new file mode 100644
index 0000000..a2f1ebb
--- /dev/null
+++ b/abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder/lircrc
@@ -0,0 +1,592 @@
+# ~/.mythtv/lircrc
+# 
+# MythTV native LIRC config file for
+# the ATI-Wonder Remote
+# using lirc_atiusb driver
+# 
+
+begin
+#Jumppoint for Program Guide created in Mythweb
+    prog = mythtv
+    button = tv
+    config = ! 
+end
+
+begin
+#Jumppoint for DVD playback created in Mythweb
+    prog = mythtv
+    button = dvd
+    config = @
+end
+
+begin
+    prog = mythtv
+#Jumppoint for MythWeater created in Mythweb
+    button = web
+    config = #
+end
+
+begin
+    prog = mythtv
+#Jumppoint for MythVideo created in Mythweb
+    button = media_library
+    config = $
+end
+
+begin
+    prog = mythtv
+#Jumppoint for MythWeater created in Mythweb
+    button = HAND
+    config = %
+end
+
+begin
+prog = mythtv
+button = 1
+config = 1
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = 2
+config = 2
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = 3
+config = 3
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = 4
+config = 4
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = 5
+config = 5
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = 6
+config = 6
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = 7
+config = 7
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = 8
+config = 8
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = 9
+config = 9
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = 0
+config = 0
+repeat = 5
+end
+
+begin
+    prog = mythtv
+    button = mouse-up
+    config = Up
+end
+
+begin
+    prog = mythtv
+    button = mouse-down
+    config = Down
+end
+
+begin
+    prog = mythtv
+    button = mouse-left
+    config = Left
+end
+
+begin
+    prog = mythtv
+    button = mouse-right
+    config = Right
+end
+
+begin
+    prog = mythtv
+    button = mouse-button-right
+    config = Esc
+end
+
+begin
+    prog = mythtv
+# Enter button
+    button = mouse-button-left
+    config = Return
+end
+
+begin
+    prog = mythtv
+    button = power
+    config = Esc
+end
+
+begin
+    prog = mythtv
+# Enter button
+    button = ok
+    config = Return
+end
+
+begin
+    prog = mythtv
+    button = cursor-up
+    config = Up
+end
+
+begin
+    prog = mythtv
+    button = cursor-down
+    config = Down
+end
+
+begin
+    prog = mythtv
+    button = cursor-left
+    config = Left
+end
+
+begin
+    prog = mythtv
+    button = cursor-right
+    config = Right
+end
+
+begin
+    prog = mythtv
+    button = D
+    config = Esc
+end
+
+begin
+prog = mythtv
+button = chan-up
+config = Up
+end
+
+begin
+prog = mythtv
+button = chan-down
+config = Down
+end
+
+begin
+  prog = mythtv
+  button = vol-down
+  repeat = 3
+  config = F10  
+end
+
+begin
+  prog = mythtv
+  button = vol-up
+  repeat = 3
+  config = F11  
+end
+begin
+    prog = mythtv
+    button = mute
+    config = F9  
+end
+
+begin
+# Mute for MythMusic
+    prog = mythtv
+    button = mute
+    config = |  
+end
+
+begin
+    prog = mythtv
+    button = dvd-root_menu
+    config = M  
+end
+
+begin
+    prog = mythtv
+# Enter button
+    button = launch_setup
+    config = Return
+end
+
+
+begin
+    prog = mythtv
+    button = a 
+    config = S  
+end
+
+begin
+    prog = mythtv
+    button = b
+    config = I   
+end
+
+begin
+    prog = mythtv
+    button = c
+    config = T   
+end
+
+begin
+prog = mythtv
+# Change focus for PiP (to change channel in the other window)
+button = max_window
+config = B
+end
+
+begin
+prog = mythtv
+# Toggle PiP on/off
+button = tv_on_demand
+config = V
+end
+
+begin
+    prog = mythtv
+    button = rewind
+    config = Left  
+end
+
+
+begin
+    prog = mythtv
+    button = fastforward
+    config = Right  
+end
+
+begin
+prog = mythtv
+button = record
+config = R
+end
+
+begin
+prog = mythtv
+button = stop
+config = Esc
+end
+
+begin
+prog = mythtv
+button = play
+config = P
+end
+
+begin
+prog = mythtv
+button = pause
+config = P
+end
+
+begin
+prog = mythtv
+button = e
+# Use for backwards commercial skip
+config = Q
+end
+
+begin
+prog = mythtv
+button = f
+# Use for forward commercial skip
+config = Z
+end
+
+#Mplayer
+
+begin
+prog = mplayer
+button = play
+config = pause
+end
+
+begin
+prog = mplayer
+button = pause
+config = pause
+end
+
+begin
+prog = mplayer
+button = stop
+config = quit
+end
+
+begin
+prog = mplayer
+button = power
+config = quit
+end
+
+begin
+prog = mplayer
+button = d
+config = quit
+end
+
+begin
+prog = mplayer
+button = mouse-button-right
+config = quit
+end
+
+begin
+prog = mplayer
+button = mute
+config = mute
+end
+
+begin
+prog = mplayer
+button = e
+repeat = 6
+config = seek -10
+end
+
+begin
+prog = mplayer
+button = r
+repeat = 6
+config = seek 10
+end
+
+begin
+prog = mplayer
+button = rewind
+repeat = 6
+config = seek -70
+end
+
+begin
+prog = mplayer
+button = fastforward
+repeat = 6
+config = seek 70
+end
+
+begin
+prog = mplayer
+button = vol-down
+repeat = 6
+config = volume -1
+end
+
+begin
+prog = mplayer
+button = vol-up
+repeat = 6
+config = volume 1
+end
+
+#Xine
+
+begin
+prog = xine
+button = play
+config = Play
+end
+
+begin
+prog = xine
+button = pause
+config = PAUSE
+end
+
+begin
+prog = xine
+button = stop
+config = Stop
+end
+
+begin
+prog = xine
+button = power
+config = Quit
+end
+
+begin
+prog = xine
+button = d
+config = quit
+end
+
+begin
+prog = xine
+button = mouse-button-right
+config = quit
+end
+
+begin
+prog = xine
+button = cursor-up
+repeat = 4
+config = EventUp
+end
+
+begin
+prog = xine
+button = cursor-down
+repeat = 4
+config = EventDown
+end
+
+begin
+prog = xine
+button = cursor-left
+repeat = 4
+config = EventLeft
+end
+
+begin
+prog = xine
+button = corsor-right
+repeat = 4
+config = EventRight
+end
+
+begin
+prog = xine
+button = ok
+repeat = 0
+config = EventSelect
+end
+
+begin
+prog = xine
+button = mouse-up
+repeat = 4
+config = EventUp
+end
+
+begin
+prog = xine
+button = mouse-down
+repeat = 4
+config = EventDown
+end
+
+begin
+prog = xine
+button = mouse-left
+repeat = 4
+config = EventLeft
+end
+
+begin
+prog = xine
+button = mouse-right
+repeat = 4
+config = EventRight
+end
+
+begin
+prog = xine
+button = mouse-button-left
+repeat = 0
+config = EventSelect
+end
+
+begin
+prog = xine
+button = dvd-root_menu
+repeat = 0
+config = Menu
+end
+
+#vol down
+begin
+prog = xine
+button = vol-down
+repeat = 1
+config = Volume-
+end
+
+#vol up
+begin
+prog = xine
+button = vol-up
+repeat = 1
+config = Volume+
+end
+
+begin
+prog = xine
+button = tv_on_demand
+repeat = 1
+config = ZoomIn
+end
+
+begin
+prog = xine
+button = max_window
+repeat = 1
+config = ZoomOut
+end
+
+#skip chapter forward
+begin
+prog = xine
+button = fastforward
+repeat = 1
+config = EventNext
+end
+
+#skip chapter backward
+begin
+prog = xine
+button = rewind
+repeat = 1
+config = EventPrior
+end
+
+begin
+prog = xine
+button = f
+repeat = 2
+config = SeekRelative+45
+end
+
+begin
+prog = xine
+button = e
+repeat = 2
+config = SeekRelative-45
+end 
+
+
+
+
+
diff --git a/abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder/preview.jpg b/abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder/preview.jpg
new file mode 100644
index 0000000..351a111
Binary files /dev/null and b/abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder/preview.jpg differ
diff --git a/abs/core-testing/system-templates/templates/remotes/ATI_wonder/lircd.conf b/abs/core-testing/system-templates/templates/remotes/ATI_wonder/lircd.conf
deleted file mode 100644
index 087b9ad..0000000
--- a/abs/core-testing/system-templates/templates/remotes/ATI_wonder/lircd.conf
+++ /dev/null
@@ -1,76 +0,0 @@
-# brand: ATI Remote Wonder
-# model no. of remote control: 5000023600
-# devices being controlled by this remote: ATI USB Receiver
-#
-# Found on a linpvr.org forum, thanks.
-
-begin remote
-
-  name  ati_remote
-  bits           40
-  eps            30
-  aeps          100
-
-  one             0     0
-  zero            0     0
-  gap          235966
-  toggle_bit      0
-
-
-      begin codes
-          a                        0x00000014D5000000
-          b                        0x00000014D6010000
-          power                    0x00000014D7020000
-          tv                       0x00000014D8030000
-          dvd                      0x00000014D9040000
-          web                      0x00000014DA050000
-          media_library            0x00000014DB060000
-          drag                     0x00000014DC070000
-          mouse-button_left        0x000000144D780000
-          mouse-button_right       0x00000014517C0000
-          mouse-up                 0x0000001447720000
-          mouse-down               0x0000001448730000
-          mouse-left               0x0000001445700000
-          mouse-right              0x0000001446710000
-          mouse-left_up            0x0000001449740000
-          mouse-right_up           0x000000144A750000
-          mouse-left_down          0x000000144C770000
-          mouse-right_down         0x000000144B760000
-          vol-up                   0x00000014DD080000
-          vol-down                 0x00000014DE090000
-          mute                     0x00000014DF0A0000
-          chan-up                  0x00000014E00B0000
-          chan-down                0x00000014E10C0000
-          1                        0x00000014E20D0000
-          2                        0x00000014E30E0000
-          3                        0x00000014E40F0000
-          4                        0x00000014E5100000
-          5                        0x00000014E6110000
-          6                        0x00000014E7120000
-          7                        0x00000014E8130000
-          8                        0x00000014E9140000
-          9                        0x00000014EA150000
-          0                        0x00000014EC170000
-          dvd-root_menu            0x00000014EB160000
-          launch_setup             0x00000014ED180000
-          c                        0x00000014EE190000
-          d                        0x00000014F01B0000
-          tv_on_demand             0x00000014F11C0000
-          max_window               0x00000014F5200000
-          cursor-up                0x00000014EF1A0000
-          cursor-down              0x00000014F7220000
-          cursor-left              0x00000014F21D0000
-          cursor-right             0x00000014F41F0000
-          ok                       0x00000014F31E0000
-          e                        0x00000014F6210000
-          f                        0x00000014F8230000
-          rewind                   0x00000014F9240000
-          play                     0x00000014FA250000
-          fastforward              0x00000014FB260000
-          record                   0x00000014FC270000
-          stop                     0x00000014FD280000
-          pause                    0x00000014FE290000
-      end codes
-
-end remote
-
diff --git a/abs/core-testing/system-templates/templates/remotes/ATI_wonder/lircrc b/abs/core-testing/system-templates/templates/remotes/ATI_wonder/lircrc
deleted file mode 100644
index a2f1ebb..0000000
--- a/abs/core-testing/system-templates/templates/remotes/ATI_wonder/lircrc
+++ /dev/null
@@ -1,592 +0,0 @@
-# ~/.mythtv/lircrc
-# 
-# MythTV native LIRC config file for
-# the ATI-Wonder Remote
-# using lirc_atiusb driver
-# 
-
-begin
-#Jumppoint for Program Guide created in Mythweb
-    prog = mythtv
-    button = tv
-    config = ! 
-end
-
-begin
-#Jumppoint for DVD playback created in Mythweb
-    prog = mythtv
-    button = dvd
-    config = @
-end
-
-begin
-    prog = mythtv
-#Jumppoint for MythWeater created in Mythweb
-    button = web
-    config = #
-end
-
-begin
-    prog = mythtv
-#Jumppoint for MythVideo created in Mythweb
-    button = media_library
-    config = $
-end
-
-begin
-    prog = mythtv
-#Jumppoint for MythWeater created in Mythweb
-    button = HAND
-    config = %
-end
-
-begin
-prog = mythtv
-button = 1
-config = 1
-repeat = 5
-end
-
-begin
-prog = mythtv
-button = 2
-config = 2
-repeat = 5
-end
-
-begin
-prog = mythtv
-button = 3
-config = 3
-repeat = 5
-end
-
-begin
-prog = mythtv
-button = 4
-config = 4
-repeat = 5
-end
-
-begin
-prog = mythtv
-button = 5
-config = 5
-repeat = 5
-end
-
-begin
-prog = mythtv
-button = 6
-config = 6
-repeat = 5
-end
-
-begin
-prog = mythtv
-button = 7
-config = 7
-repeat = 5
-end
-
-begin
-prog = mythtv
-button = 8
-config = 8
-repeat = 5
-end
-
-begin
-prog = mythtv
-button = 9
-config = 9
-repeat = 5
-end
-
-begin
-prog = mythtv
-button = 0
-config = 0
-repeat = 5
-end
-
-begin
-    prog = mythtv
-    button = mouse-up
-    config = Up
-end
-
-begin
-    prog = mythtv
-    button = mouse-down
-    config = Down
-end
-
-begin
-    prog = mythtv
-    button = mouse-left
-    config = Left
-end
-
-begin
-    prog = mythtv
-    button = mouse-right
-    config = Right
-end
-
-begin
-    prog = mythtv
-    button = mouse-button-right
-    config = Esc
-end
-
-begin
-    prog = mythtv
-# Enter button
-    button = mouse-button-left
-    config = Return
-end
-
-begin
-    prog = mythtv
-    button = power
-    config = Esc
-end
-
-begin
-    prog = mythtv
-# Enter button
-    button = ok
-    config = Return
-end
-
-begin
-    prog = mythtv
-    button = cursor-up
-    config = Up
-end
-
-begin
-    prog = mythtv
-    button = cursor-down
-    config = Down
-end
-
-begin
-    prog = mythtv
-    button = cursor-left
-    config = Left
-end
-
-begin
-    prog = mythtv
-    button = cursor-right
-    config = Right
-end
-
-begin
-    prog = mythtv
-    button = D
-    config = Esc
-end
-
-begin
-prog = mythtv
-button = chan-up
-config = Up
-end
-
-begin
-prog = mythtv
-button = chan-down
-config = Down
-end
-
-begin
-  prog = mythtv
-  button = vol-down
-  repeat = 3
-  config = F10  
-end
-
-begin
-  prog = mythtv
-  button = vol-up
-  repeat = 3
-  config = F11  
-end
-begin
-    prog = mythtv
-    button = mute
-    config = F9  
-end
-
-begin
-# Mute for MythMusic
-    prog = mythtv
-    button = mute
-    config = |  
-end
-
-begin
-    prog = mythtv
-    button = dvd-root_menu
-    config = M  
-end
-
-begin
-    prog = mythtv
-# Enter button
-    button = launch_setup
-    config = Return
-end
-
-
-begin
-    prog = mythtv
-    button = a 
-    config = S  
-end
-
-begin
-    prog = mythtv
-    button = b
-    config = I   
-end
-
-begin
-    prog = mythtv
-    button = c
-    config = T   
-end
-
-begin
-prog = mythtv
-# Change focus for PiP (to change channel in the other window)
-button = max_window
-config = B
-end
-
-begin
-prog = mythtv
-# Toggle PiP on/off
-button = tv_on_demand
-config = V
-end
-
-begin
-    prog = mythtv
-    button = rewind
-    config = Left  
-end
-
-
-begin
-    prog = mythtv
-    button = fastforward
-    config = Right  
-end
-
-begin
-prog = mythtv
-button = record
-config = R
-end
-
-begin
-prog = mythtv
-button = stop
-config = Esc
-end
-
-begin
-prog = mythtv
-button = play
-config = P
-end
-
-begin
-prog = mythtv
-button = pause
-config = P
-end
-
-begin
-prog = mythtv
-button = e
-# Use for backwards commercial skip
-config = Q
-end
-
-begin
-prog = mythtv
-button = f
-# Use for forward commercial skip
-config = Z
-end
-
-#Mplayer
-
-begin
-prog = mplayer
-button = play
-config = pause
-end
-
-begin
-prog = mplayer
-button = pause
-config = pause
-end
-
-begin
-prog = mplayer
-button = stop
-config = quit
-end
-
-begin
-prog = mplayer
-button = power
-config = quit
-end
-
-begin
-prog = mplayer
-button = d
-config = quit
-end
-
-begin
-prog = mplayer
-button = mouse-button-right
-config = quit
-end
-
-begin
-prog = mplayer
-button = mute
-config = mute
-end
-
-begin
-prog = mplayer
-button = e
-repeat = 6
-config = seek -10
-end
-
-begin
-prog = mplayer
-button = r
-repeat = 6
-config = seek 10
-end
-
-begin
-prog = mplayer
-button = rewind
-repeat = 6
-config = seek -70
-end
-
-begin
-prog = mplayer
-button = fastforward
-repeat = 6
-config = seek 70
-end
-
-begin
-prog = mplayer
-button = vol-down
-repeat = 6
-config = volume -1
-end
-
-begin
-prog = mplayer
-button = vol-up
-repeat = 6
-config = volume 1
-end
-
-#Xine
-
-begin
-prog = xine
-button = play
-config = Play
-end
-
-begin
-prog = xine
-button = pause
-config = PAUSE
-end
-
-begin
-prog = xine
-button = stop
-config = Stop
-end
-
-begin
-prog = xine
-button = power
-config = Quit
-end
-
-begin
-prog = xine
-button = d
-config = quit
-end
-
-begin
-prog = xine
-button = mouse-button-right
-config = quit
-end
-
-begin
-prog = xine
-button = cursor-up
-repeat = 4
-config = EventUp
-end
-
-begin
-prog = xine
-button = cursor-down
-repeat = 4
-config = EventDown
-end
-
-begin
-prog = xine
-button = cursor-left
-repeat = 4
-config = EventLeft
-end
-
-begin
-prog = xine
-button = corsor-right
-repeat = 4
-config = EventRight
-end
-
-begin
-prog = xine
-button = ok
-repeat = 0
-config = EventSelect
-end
-
-begin
-prog = xine
-button = mouse-up
-repeat = 4
-config = EventUp
-end
-
-begin
-prog = xine
-button = mouse-down
-repeat = 4
-config = EventDown
-end
-
-begin
-prog = xine
-button = mouse-left
-repeat = 4
-config = EventLeft
-end
-
-begin
-prog = xine
-button = mouse-right
-repeat = 4
-config = EventRight
-end
-
-begin
-prog = xine
-button = mouse-button-left
-repeat = 0
-config = EventSelect
-end
-
-begin
-prog = xine
-button = dvd-root_menu
-repeat = 0
-config = Menu
-end
-
-#vol down
-begin
-prog = xine
-button = vol-down
-repeat = 1
-config = Volume-
-end
-
-#vol up
-begin
-prog = xine
-button = vol-up
-repeat = 1
-config = Volume+
-end
-
-begin
-prog = xine
-button = tv_on_demand
-repeat = 1
-config = ZoomIn
-end
-
-begin
-prog = xine
-button = max_window
-repeat = 1
-config = ZoomOut
-end
-
-#skip chapter forward
-begin
-prog = xine
-button = fastforward
-repeat = 1
-config = EventNext
-end
-
-#skip chapter backward
-begin
-prog = xine
-button = rewind
-repeat = 1
-config = EventPrior
-end
-
-begin
-prog = xine
-button = f
-repeat = 2
-config = SeekRelative+45
-end
-
-begin
-prog = xine
-button = e
-repeat = 2
-config = SeekRelative-45
-end 
-
-
-
-
-
diff --git a/abs/core-testing/system-templates/templates/remotes/ATI_wonder/preview.jpg b/abs/core-testing/system-templates/templates/remotes/ATI_wonder/preview.jpg
deleted file mode 100644
index 351a111..0000000
Binary files a/abs/core-testing/system-templates/templates/remotes/ATI_wonder/preview.jpg and /dev/null differ
-- 
cgit v0.12


From 28715689e49836ab7e05f9d601db3eaecc8c0124 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Sun, 22 Mar 2009 20:58:42 -0700
Subject: Added support for the ATI Remote Wonder Plus.

---
 abs/core-testing/system-templates/PKGBUILD         |   2 +-
 .../remotes/ATI_Remote_Wonder_Plus/lircd.conf      | 198 ++++++++++++++++
 .../remotes/ATI_Remote_Wonder_Plus/lircrc          | 258 +++++++++++++++++++++
 .../remotes/ATI_Remote_Wonder_Plus/preview.jpg     | Bin 0 -> 25555 bytes
 4 files changed, 457 insertions(+), 1 deletion(-)
 create mode 100644 abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder_Plus/lircd.conf
 create mode 100644 abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder_Plus/lircrc
 create mode 100644 abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder_Plus/preview.jpg

diff --git a/abs/core-testing/system-templates/PKGBUILD b/abs/core-testing/system-templates/PKGBUILD
index 549ce64..686a49a 100755
--- a/abs/core-testing/system-templates/PKGBUILD
+++ b/abs/core-testing/system-templates/PKGBUILD
@@ -1,6 +1,6 @@
 pkgname=system-templates
 pkgver=1.0
-pkgrel=9
+pkgrel=10
 conflicts=( )
 pkgdesc="Templates used for system configuration"
 depends=()
diff --git a/abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder_Plus/lircd.conf b/abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder_Plus/lircd.conf
new file mode 100644
index 0000000..6b1172a
--- /dev/null
+++ b/abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder_Plus/lircd.conf
@@ -0,0 +1,198 @@
+
+# Please make this file available to others
+# by sending it to <lirc@bartelmus.de>
+#
+# this config file was automatically generated
+# using lirc-0.8.0pre3(atiusb) on Tue Feb  7 19:33:37 2006
+#
+# contributed by 
+# edited 2/19/2006 for dual code generation problem
+#
+# brand: ATI Remote Wonder Plus / RW3 
+# model no. of remote control: 5000026900
+# devices being controlled by this remote: 500002700
+#
+
+begin remote
+
+  name ATI_RWP 
+  bits           24
+  eps            30
+  aeps          100
+
+  one             0     0
+  zero            0     0
+  post_data_bits  16
+  post_data      0x0
+  gap          243966
+  min_repeat      2 
+  toggle_bit      0
+
+
+      begin codes
+	  
+          A                        0x155580
+          A                        0x15D500
+
+          B			   0x155681
+          B                        0x15D601
+		  
+          ?                        0x155A85
+          ?                        0x15da05
+          
+          POWER                    0x15d702
+          POWER                    0x155782
+		  
+          FM                       0x15F11C
+          FM                       0x15719C
+
+          TV                       0x155883
+          TV                       0x15d803
+
+          GUIDE                    0x15DB06
+          GUIDE                    0x155B86
+
+          TV2                      0x15FF2A
+          TV2                      0x157FAA
+
+          DVD                      0x15D904
+          DVD                      0x155984
+		  
+          Vol+                     0x155D88
+          Vol+			   0x15dd08
+		  
+          Vol-                     0x15DE09
+          Vol-                     0x155e89
+		  
+          Ch+                      0x15608B
+          Ch+                      0x15e00b
+		  
+          Ch-                      0x15E10C
+          Ch-                      0x15618c
+		  
+          Mute                     0x155F8A
+          Mute                     0x15df0a
+		  
+          ATI                      0x15022D
+          ATI                      0x1582ad
+
+          Maximize                 0x1575A0
+          Maximize                 0x15f520
+		  
+          Hand		           0x15dc07
+          Hand                     0x155c87
+
+          Mouse_LeftButton         0x154d78
+          Mouse_LeftButton         0x15cdf8  
+		  
+          Mouse_RightButton        0x15517c 
+          Mouse_RightButton        0x15d1fc 
+		  
+          Mouse_Up                 0x15C7F2
+          Mouse_Up                 0x154772
+		  
+          Mouse_Down               0x154873
+          Mouse_Down               0x15c8f3 
+		  
+          Mouse_Left               0x154570
+          Mouse_Left               0x15c5f0
+		  
+          Mouse_Right              0x154671
+          Mouse_Right              0x15c6f1
+		  
+          Mouse_UpRight            0x154A75
+          Mouse_UpRight            0x15caf5
+		  
+          Mouse_UpLeft             0x15C9F4
+          Mouse_UpLeft             0x154974 
+		  
+          Mouse_DownRight          0x15CBF6
+          Mouse_DownRight          0x154b76 
+		  
+          Mouse_DownLeft           0x154c77
+          Mouse_DownLeft           0x15ccf7
+		  
+          Play                     0x157AA5
+          Play                     0x15fa25
+		  
+          Pause                    0x15FE29
+          Pause                    0x157ea9
+		  
+          Stop                     0x157DA8
+          Stop                     0x15fd28 
+		  
+          Previous                 0x15F924
+          Previous                 0x1579a4
+		  
+          Next                     0x157BA6
+          Next                     0x15fb26
+		  
+          Record                   0x15fc27
+          Record		   0x157ca7
+		  
+          C                        0x156E99
+          C                        0x15ee19 
+
+          D                        0x15F01B
+          D                        0x15709b
+		  
+          E                        0x1576A1
+          E                        0x15f621
+		  
+          F                        0x15F823
+          F                        0x1578a3
+		  
+          OK                       0x15739E
+          OK                       0x15f31e
+		  
+          Information              0x15012C
+          Information              0x1581ac
+		  
+          Clock                    0x1580AB
+          Clock			   0x15002b
+		  
+          1                        0x15E20D
+          1                        0x15628d
+          2                        0x15638E
+          2                        0x15e30e
+          3                        0x15E40F
+          3                        0x15648f
+          4                        0x156590
+          4                        0x15e510
+          5                        0x15E611
+          5                        0x156691
+          6                        0x156792
+          6                        0x15e712
+          7                        0x15E813
+          7                        0x156893
+          8                        0x156994
+          8                        0x15e914
+          9                        0x15EA15
+          9                        0x156a95
+          0                        0x156C97
+          0                        0x15ec17
+		  
+          Checkmark                0x15ED18
+          Checkmark                0x156d98
+
+          Dropdown                 0x156B96
+          Dropdown                 0x15eb16
+		  
+          Arrow_Up                 0x156F9A
+          Arrow_Up                 0x15EF1A
+		  
+          Arrow_Down               0x15F722
+          Arrow_Down               0x1577a2 
+		  
+          Arrow_Right              0x15749F
+          Arrow_Right              0x15f41f
+		  
+          Arrow_Left               0x15F21D
+          Arrow_Left               0x15729d
+		  
+      end codes
+
+end remote
+
+
+
diff --git a/abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder_Plus/lircrc b/abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder_Plus/lircrc
new file mode 100644
index 0000000..85365c4
--- /dev/null
+++ b/abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder_Plus/lircrc
@@ -0,0 +1,258 @@
+begin
+prog = mythtv
+button = A
+config = E
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = B
+config = O
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = Stop
+config = Esc
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = Next
+config = U
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = Maximize
+config = V
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = Pause
+config = P
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = Play
+config = P
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = Mute
+config = |
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = Vol-
+config = [
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = Vol+
+config = ]
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = f
+config = PgDown
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = d
+config = PgUp
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = c
+config = F4
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = e
+config = Esc
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = Arrow_Right
+config = Right
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = Arrow_Left
+config = Left
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = Arrow_Up
+config = Up
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = Arrow_Down
+config = Down
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = Ch+
+config = Up
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = Ch-
+config = Down
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = OK
+config = Return
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = 1
+config = 1
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = 2
+config = 2
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = 3
+config = 3
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = 4
+config = 4
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = 5
+config = 5
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = 6
+config = 6
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = 7
+config = 7
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = 8
+config = 8
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = 9
+config = 9
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = 0
+config = 0
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = Information
+config = i
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = Checkmark
+config = Enter
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = Dropdown
+config = M
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = TV
+config = F9
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = GUIDE
+config = M
+repeat = 5
+end
+
+begin
+prog = mythtv
+button = Clock
+config = I
+repeat = 5
+end
diff --git a/abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder_Plus/preview.jpg b/abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder_Plus/preview.jpg
new file mode 100644
index 0000000..36612e5
Binary files /dev/null and b/abs/core-testing/system-templates/templates/remotes/ATI_Remote_Wonder_Plus/preview.jpg differ
-- 
cgit v0.12


From 7f9313d1860b96caf5b0c70e88d153d2c4515e0a Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Sun, 22 Mar 2009 22:47:39 -0700
Subject: Initial inclusion of djmount.

---
 abs/extra-testing/community/djmount/PKGBUILD      | 25 +++++++++++++++
 abs/extra-testing/community/djmount/djmount.confd |  2 ++
 abs/extra-testing/community/djmount/djmount.rcd   | 39 +++++++++++++++++++++++
 3 files changed, 66 insertions(+)
 create mode 100644 abs/extra-testing/community/djmount/PKGBUILD
 create mode 100644 abs/extra-testing/community/djmount/djmount.confd
 create mode 100755 abs/extra-testing/community/djmount/djmount.rcd

diff --git a/abs/extra-testing/community/djmount/PKGBUILD b/abs/extra-testing/community/djmount/PKGBUILD
new file mode 100644
index 0000000..a3648dc
--- /dev/null
+++ b/abs/extra-testing/community/djmount/PKGBUILD
@@ -0,0 +1,25 @@
+# Contributor: Michele Schäuble <mschaeuble@swissonline.ch>
+
+pkgname=djmount
+pkgver=0.71
+pkgrel=1
+pkgdesc="A UPnP AV client that mounts media server contents as a filesystem."
+arch=('i686')
+url="http://djmount.sourceforge.net/"
+license=('GPL')
+depends=('fuse')
+source=(http://voxel.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz \
+        djmount.rcd djmount.confd)
+md5sums=('c922753e706c194bf82a8b6ca77e6a9a' \
+         'f473b5150df385447f2f58049bfb6199' \
+         '21de4c947c17e8558f1007a20757f254')
+
+build() {
+  cd $startdir/src/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make || return 1
+  make DESTDIR=$startdir/pkg install
+
+  install -D -m755 $startdir/src/djmount.rcd $startdir/pkg/etc/rc.d/djmount
+  install -D -m644 $startdir/src/djmount.confd $startdir/pkg/etc/conf.d/djmount
+}
diff --git a/abs/extra-testing/community/djmount/djmount.confd b/abs/extra-testing/community/djmount/djmount.confd
new file mode 100644
index 0000000..079100e
--- /dev/null
+++ b/abs/extra-testing/community/djmount/djmount.confd
@@ -0,0 +1,2 @@
+OPTIONS="-o ro,allow_other"
+MOUNTPOINT="/media/upnp"
diff --git a/abs/extra-testing/community/djmount/djmount.rcd b/abs/extra-testing/community/djmount/djmount.rcd
new file mode 100755
index 0000000..84899dd
--- /dev/null
+++ b/abs/extra-testing/community/djmount/djmount.rcd
@@ -0,0 +1,39 @@
+#!/bin/bash
+
+ . /etc/rc.conf
+ . /etc/rc.d/functions
+
+# source application-specific settings
+[ -f /etc/conf.d/djmount ] && . /etc/conf.d/djmount
+
+ case "$1" in
+
+   start)
+     stat_busy "Starting djmount"
+     /usr/bin/djmount $OPTIONS $MOUNTPOINT &>/dev/null
+     if [ $? -ne 0 ]; then
+       stat_fail
+     else
+       add_daemon djmount
+       stat_done
+     fi
+   ;;
+
+   stop)
+     stat_busy "Stopping djmount"
+     fusermount -u $MOUNTPOINT
+     kill -9 `pidof /usr/bin/djmount` &>/dev/null
+     rm_daemon djmount
+     stat_done
+   ;;
+
+   restart)
+     stat_busy "Restarting djmount ..."
+     $0 stop
+     $0 start
+     stat_done
+   ;;
+
+   *)
+     echo "usage: $0 {start|stop|restart}"
+ esac
-- 
cgit v0.12