summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Darlow <mail@mcgruff.plus.com>2012-05-12 23:07:07 +0100
committerNoel Darlow <mail@mcgruff.plus.com>2012-05-12 23:07:07 +0100
commitcf5dab781e64b9e997706cf13cb0f6234e14fa27 (patch)
tree40a85be4f3249892e012fca91a03e18efc62bbe8 /media-sound
parentadded ardour-irc manifest (doh!) (diff)
downloadunderlay-cf5dab781e64b9e997706cf13cb0f6234e14fa27.tar.gz
underlay-cf5dab781e64b9e997706cf13cb0f6234e14fa27.tar.bz2
underlay-cf5dab781e64b9e997706cf13cb0f6234e14fa27.zip
foo
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/ardour-irc/ardour-irc-0.21.ebuild53
1 files changed, 0 insertions, 53 deletions
diff --git a/media-sound/ardour-irc/ardour-irc-0.21.ebuild b/media-sound/ardour-irc/ardour-irc-0.21.ebuild
deleted file mode 100644
index 1894bf4..0000000
--- a/media-sound/ardour-irc/ardour-irc-0.21.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-EAPI=2
-DESCRIPTION="IR remote control for Ardour"
-HOMEPAGE=""
-SRC_URI=""
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="x86 and64"
-IUSE=""
-
-RDEPEND="dev-perl/Class-Accessor
- dev-perl/File-Path-Expand
- dev-perl/Lirc-Client
- dev-perl/Audio-Ardour-Irc
- dev-lang/perl
- app-misc/lirc"
-
-DEPEND="${RDEPEND}"
-
-confdir=/etc/ardour-irc/
-
-src_install() {
- insinto /usr/bin/ || die "out of cheese error 0"
- doins ${FILESDIR}"/aircd" || die "out of cheese error 1"
- dodir $confdir || die "out of cheese error 2"
- insinto $confdir || die "out of cheese error 3"
- doins ${FILESDIR}"/lirc.conf" || die "out of cheese error 4"
- doins ${FILESDIR}"/lirc.conf-vdomate" || die "out of cheese error 5"
-
- #!! perl version dependency...
- insinto /usr/lib/perl5/vendor_perl/5.12.2/Audio/Ardour/ || die "out of cheese error 0"
- doins ${FILESDIR}"/Irc.pm" || die "out of cheese error 1"
-}
-
-# /usr/portage/distfiles/svn-src/ardour/2.0-ongoing/libs/ardour/osc.cc
-
-pkg_postinst() {
- chmod +x /usr/bin/acird
- elog ""
- elog "(1) See http://en.gentoo-wiki.com/wiki/LIRC for info on setting up LIRC."
- elog ""
- elog "(2) You need to create a valid /etc/ardour-controllers/lirc.conf for your remote."
- elog " Instructions are in the file."
- elog ""
- elog "(3) OSC is not enabled by default in Ardour - see menu: Options/Misc Options."
- elog ""
- elog "(4) Start the Ardour-Lirc daemon from the command line:"
- elog ""
- elog " $ aircd"
- elog ""
- elog " ...Ardour will now be able to hear commands from your remote."
- elog ""
-}
-