[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
Revision: 2037
Author: emery
Date: 2011-11-03 23:29:38 +0100 (Thu, 03 Nov 2011)
Log Message:
-----------
bump
(Portage version: 2.3-r7/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
Modified Paths:
--------------
trunk/overlays/proaudio/media-radio/rivendell/ChangeLog
trunk/overlays/proaudio/media-radio/rivendell/Manifest
Added Paths:
-----------
trunk/overlays/proaudio/media-radio/rivendell/rivendell-2.1.1.ebuild
Removed Paths:
-------------
trunk/overlays/proaudio/media-radio/rivendell/rivendell-2.1.0.ebuild
Modified: trunk/overlays/proaudio/media-radio/rivendell/ChangeLog
===================================================================
--- trunk/overlays/proaudio/media-radio/rivendell/ChangeLog 2011-11-02 20:11:15 UTC (rev 2036)
+++ trunk/overlays/proaudio/media-radio/rivendell/ChangeLog 2011-11-03 22:29:38 UTC (rev 2037)
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*rivendell-2.1.1 (03 Nov 2011)
+
+ 03 Nov 2011; Emery Hemingway <emery@xxxxxxxxxxx> -rivendell-2.1.0.ebuild,
+ +rivendell-2.1.1.ebuild:
+ bump
+
*rivendell-2.1.0 (02 Nov 2011)
02 Nov 2011; Emery Hemingway <emery@xxxxxxxxxxx> +rivendell-2.1.0.ebuild:
Modified: trunk/overlays/proaudio/media-radio/rivendell/Manifest
===================================================================
--- trunk/overlays/proaudio/media-radio/rivendell/Manifest 2011-11-02 20:11:15 UTC (rev 2036)
+++ trunk/overlays/proaudio/media-radio/rivendell/Manifest 2011-11-03 22:29:38 UTC (rev 2037)
@@ -1,2 +1,2 @@
DIST rivendell-2.0.2.tar.gz 2428668 RMD160 b1e41de96525c5fbae98e93f85c746a4b39bdd92 SHA1 55a762d9d4d5adbefb68e4d59c5b104cc1aba227 SHA256 2851318002c4ac571311c1a73ede5c19a33850eb95414469c4cef1e1f08e1527
-DIST rivendell-2.1.0.tar.gz 2425040 RMD160 a1e4e1b501292f290cb933c069d53ccf52abfad3 SHA1 e6fd989fb01693ac49362f1316d197d8b45e69c4 SHA256 c9730ee7cd66fcb3339cdcfaa4a4d3914c87ac209c4750408fc9f1c5640a7184
+DIST rivendell-2.1.1.tar.gz 2426031 RMD160 3164c4434a7ad071b8a70368c1f1f6e5bd32ae16 SHA1 4d98f62af0fa1aac2cf7130db356fbf638a35a88 SHA256 c9a03907462b5d25ed3162c2560aa2233f52ee83245f4a0b8c851b6912f314b4
Deleted: trunk/overlays/proaudio/media-radio/rivendell/rivendell-2.1.0.ebuild
===================================================================
--- trunk/overlays/proaudio/media-radio/rivendell/rivendell-2.1.0.ebuild 2011-11-02 20:11:15 UTC (rev 2036)
+++ trunk/overlays/proaudio/media-radio/rivendell/rivendell-2.1.0.ebuild 2011-11-03 22:29:38 UTC (rev 2037)
@@ -1,98 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-inherit base eutils depend.apache
-
-DESCRIPTION="An automated system for acquisition, management, scheduling and playout of audio content."
-HOMEPAGE="http://rivendellaudio.org/"
-SRC_URI="http://rivendellaudio.org/ftpdocs/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa flac gpio hpi jack lame mad pam twolame"
-
-DEPEND="alsa? ( media-libs/alsa-lib )
- flac? ( media-libs/flac )
- jack? ( media-sound/jack-audio-connection-kit )
- mad? ( media-libs/libmad )
- media-libs/id3lib
- media-libs/libogg
- media-libs/libvorbis
- media-libs/libsamplerate
- media-libs/libsndfile
- media-libs/libsoundtouch
- virtual/mysql
- x11-libs/qt-meta:3[mysql]"
-RDEPEND="${DEPEND}
- lame? ( media-sound/lame )
- twolame? ( media-sound/twolame )
- pam? ( sys-libs/pam )
- app-cdr/cdrkit
- media-sound/cdparanoia
- net-misc/curl"
-need_apache2
-
-pkg_setup() {
- enewgroup ${PN} 150
- enewuser ${PN} 150 -1 /var/lib/${PN} "${PN},audio"
-}
-
-src_prepare() {
- epatch "${FILESDIR}/sandbox.patch"
-}
-
-src_configure() {
- local myconf="--libexecdir=/usr/libexec/${PN}"
-
- use alsa || myconf="${myconf} --disable-alsa"
- use gpio || myconf="${myconf} --disable-gpio"
- use hpi || myconf="${myconf} --disable-hpi"
- use jack || myconf="${myconf} --disable-jack"
- use mad || myconf="${myconf} --disable-mad"
- use twolame || myconf="${myconf} --disable-twolame"
- use lame || myconf="${myconf} --disable-lame"
- use pam || myconf="${myconf} --disable-pam"
-
- econf ${myconf}
-}
-
-src_compile () {
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-
- insinto /etc
- doins conf/rd.conf-sample
-
- keepdir /var/snd
- fowners ${PN}:${PN} /var/snd
-
- echo "<IfDefine RIVENDELL>" > 50_${PN}.conf
- sed '/^\#/d' conf/rd-bin.conf >> 50_${PN}.conf
- echo "</IfDefine>" >> 50_${PN}.conf
-
- insinto ${APACHE_MODULES_CONFDIR}
- doins 50_${PN}.conf
-
- newicon icons/rivendell-48x48.xpm ${PN}.xpm
- domenu xdg/${PN}-*.desktop
-
- dodoc AUTHORS ChangeLog NEWS README UPGRADING docs/*.txt conf/*.conf
-}
-
-pkg_postinst() {
-
- einfo
- einfo "See http://rivendell.tryphon.org/wiki/index.php/Install_under_Gentoo"
- einfo "for Gentoo specific instructions."
- einfo
- einfo "To enable web services, add '-D RIVENDELL'"
- einfo "to APACHE2_OPTS in /etc/conf.d/apache"
- einfo
- ewarn "If this is an update, read /usr/share/doc/${P}/UPGRADING.bz2"
-}
Copied: trunk/overlays/proaudio/media-radio/rivendell/rivendell-2.1.1.ebuild (from rev 2036, trunk/overlays/proaudio/media-radio/rivendell/rivendell-2.1.0.ebuild)
===================================================================
--- trunk/overlays/proaudio/media-radio/rivendell/rivendell-2.1.1.ebuild (rev 0)
+++ trunk/overlays/proaudio/media-radio/rivendell/rivendell-2.1.1.ebuild 2011-11-03 22:29:38 UTC (rev 2037)
@@ -0,0 +1,98 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+inherit base eutils depend.apache
+
+DESCRIPTION="An automated system for acquisition, management, scheduling and playout of audio content."
+HOMEPAGE="http://rivendellaudio.org/"
+SRC_URI="http://rivendellaudio.org/ftpdocs/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa flac gpio hpi jack lame mad pam twolame"
+
+DEPEND="alsa? ( media-libs/alsa-lib )
+ flac? ( media-libs/flac )
+ jack? ( media-sound/jack-audio-connection-kit )
+ mad? ( media-libs/libmad )
+ media-libs/id3lib
+ media-libs/libogg
+ media-libs/libvorbis
+ media-libs/libsamplerate
+ media-libs/libsndfile
+ media-libs/libsoundtouch
+ virtual/mysql
+ x11-libs/qt-meta:3[mysql]"
+RDEPEND="${DEPEND}
+ lame? ( media-sound/lame )
+ twolame? ( media-sound/twolame )
+ pam? ( sys-libs/pam )
+ app-cdr/cdrkit
+ media-sound/cdparanoia
+ net-misc/curl"
+need_apache2
+
+pkg_setup() {
+ enewgroup ${PN} 150
+ enewuser ${PN} 150 -1 /var/lib/${PN} "${PN},audio"
+}
+
+src_prepare() {
+ epatch "${FILESDIR}/sandbox.patch"
+}
+
+src_configure() {
+ local myconf="--libexecdir=/usr/libexec/${PN}"
+
+ use alsa || myconf="${myconf} --disable-alsa"
+ use gpio || myconf="${myconf} --disable-gpio"
+ use hpi || myconf="${myconf} --disable-hpi"
+ use jack || myconf="${myconf} --disable-jack"
+ use mad || myconf="${myconf} --disable-mad"
+ use twolame || myconf="${myconf} --disable-twolame"
+ use lame || myconf="${myconf} --disable-lame"
+ use pam || myconf="${myconf} --disable-pam"
+
+ econf ${myconf}
+}
+
+src_compile () {
+ emake || die "make failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "install failed"
+
+ insinto /etc
+ doins conf/rd.conf-sample
+
+ keepdir /var/snd
+ fowners ${PN}:${PN} /var/snd
+
+ echo "<IfDefine RIVENDELL>" > 50_${PN}.conf
+ sed '/^\#/d' conf/rd-bin.conf >> 50_${PN}.conf
+ echo "</IfDefine>" >> 50_${PN}.conf
+
+ insinto ${APACHE_MODULES_CONFDIR}
+ doins 50_${PN}.conf
+
+ newicon icons/rivendell-48x48.xpm ${PN}.xpm
+ domenu xdg/${PN}-*.desktop
+
+ dodoc AUTHORS ChangeLog NEWS README UPGRADING docs/*.txt conf/*.conf
+}
+
+pkg_postinst() {
+
+ einfo
+ einfo "See http://rivendell.tryphon.org/wiki/index.php/Install_under_Gentoo"
+ einfo "for Gentoo specific instructions."
+ einfo
+ einfo "To enable web services, add '-D RIVENDELL'"
+ einfo "to APACHE2_OPTS in /etc/conf.d/apache"
+ einfo
+ ewarn "If this is an update, read /usr/share/doc/${P}/UPGRADING.bz2"
+}