summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-12-15 22:04:19 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-12-15 22:04:19 +0000
commit3d24d56d94b74dbf1fb82700ee6a22501f55bec2 (patch)
treee81ec072009c6187806a4eea9c2407fa7a162c21 /media-plugins/xmms-itouch
parentnew version (diff)
downloadhistorical-3d24d56d94b74dbf1fb82700ee6a22501f55bec2.tar.gz
historical-3d24d56d94b74dbf1fb82700ee6a22501f55bec2.tar.bz2
historical-3d24d56d94b74dbf1fb82700ee6a22501f55bec2.zip
updated keyconfig
Diffstat (limited to 'media-plugins/xmms-itouch')
-rw-r--r--media-plugins/xmms-itouch/ChangeLog10
-rw-r--r--media-plugins/xmms-itouch/files/digest-xmms-itouch-0.1.2-r12
-rw-r--r--media-plugins/xmms-itouch/xmms-itouch-0.1.2-r1.ebuild44
3 files changed, 55 insertions, 1 deletions
diff --git a/media-plugins/xmms-itouch/ChangeLog b/media-plugins/xmms-itouch/ChangeLog
index 113df6d94941..ae074c86b796 100644
--- a/media-plugins/xmms-itouch/ChangeLog
+++ b/media-plugins/xmms-itouch/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for media-plugins/xmms-itouch
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-itouch/ChangeLog,v 1.2 2002/10/31 16:35:16 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-itouch/ChangeLog,v 1.3 2002/12/15 22:04:19 seemant Exp $
+
+*xmms-itouch-0.1.2-r1 (15 Dec 2002)
+
+ 15 Dec 2002; Seemant Kulleen <seemant@gentoo.org>
+ xmms-itouch-0.1.2-r1.ebuild files/digest-xmms-itouch-0.1.2-r1 :
+
+ Small fixes in the einfo at the end, and an updated keyconfig patch.
+ Thanks to: faune@broadpark.no (Loke) in bug #11183
*xmms-itouch-0.1.2 (31 Oct 2002)
diff --git a/media-plugins/xmms-itouch/files/digest-xmms-itouch-0.1.2-r1 b/media-plugins/xmms-itouch/files/digest-xmms-itouch-0.1.2-r1
new file mode 100644
index 000000000000..92e344d8a666
--- /dev/null
+++ b/media-plugins/xmms-itouch/files/digest-xmms-itouch-0.1.2-r1
@@ -0,0 +1,2 @@
+MD5 1e3faf8e834071ebc2f6fcfc2b87049f xmms-itouch-0.1.2.tar.gz 177951
+MD5 ab78931b724e9bc9905f5e92e0411163 xmms-itouch.config 1818
diff --git a/media-plugins/xmms-itouch/xmms-itouch-0.1.2-r1.ebuild b/media-plugins/xmms-itouch/xmms-itouch-0.1.2-r1.ebuild
new file mode 100644
index 000000000000..4ed27e67d27b
--- /dev/null
+++ b/media-plugins/xmms-itouch/xmms-itouch-0.1.2-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-itouch/xmms-itouch-0.1.2-r1.ebuild,v 1.1 2002/12/15 22:04:19 seemant Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="XMMS plugin for multimedia keys on Logitech keyboards and others alike"
+HOMEPAGE="http://www.saunalahti.fi/~syrjala/xmms-itouch/"
+SRC_URI="http://www.saunalahti.fi/~syrjala/xmms-itouch/${P}.tar.gz
+ http://www.saunalahti.fi/~syrjala/xmms-itouch/xmms-itouch.config"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND="media-sound/xmms"
+
+src_unpack() {
+ unpack ${P}.tar.gz
+ ebegin "Applying latest keyboard-models file"
+ cp -f ${DISTDIR}/xmms-itouch.config ${P}
+ eend
+
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+}
+
+src_compile() {
+ local myconf
+
+ use nls || myconf="${myconf} --disable-nls"
+
+ econf ${myconf}
+ emake || die
+}
+
+pkg_postinst() {
+ einfo "To configure the multimedia keys on your keyboard for use with"
+ einfo "XMMS, enable this plugin within XMMS and choose a keyboard model"
+ einfo "from the list. You can also \"grab\" keys within this"
+ einfo "configuration screen. However, for complete freedom of choice "
+ einfo "xev is your friend :-)"
+}