[proaudio] [1507] fix qt-mysql dependency |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
Revision: 1507
Author: dominique
Date: 2009-08-22 11:36:26 +0200 (Sat, 22 Aug 2009)
Log Message:
-----------
fix qt-mysql dependency
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-1.5.1-r1.ebuild
Removed Paths:
-------------
trunk/overlays/proaudio/media-radio/rivendell/rivendell-1.5.1.ebuild
Modified: trunk/overlays/proaudio/media-radio/rivendell/ChangeLog
===================================================================
--- trunk/overlays/proaudio/media-radio/rivendell/ChangeLog 2009-08-22 08:55:43 UTC (rev 1506)
+++ trunk/overlays/proaudio/media-radio/rivendell/ChangeLog 2009-08-22 09:36:26 UTC (rev 1507)
@@ -2,6 +2,9 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 22 Aug 2009: Dominique Michel <dominique@xxxxxxxxxxxxxx;
+ bump to rivendell-1.5.1-r1.ebuild,
+
19 Aug 2009: Dominique Michel <dominique@xxxxxxxxxxxxxx;
bump to rivendell-1.5.1.ebuild,
Modified: trunk/overlays/proaudio/media-radio/rivendell/Manifest
===================================================================
--- trunk/overlays/proaudio/media-radio/rivendell/Manifest 2009-08-22 08:55:43 UTC (rev 1506)
+++ trunk/overlays/proaudio/media-radio/rivendell/Manifest 2009-08-22 09:36:26 UTC (rev 1507)
@@ -1,6 +1,6 @@
AUX rivendell-init.patch 773 RMD160 dacb60a287448502de5b4854b8e60eadbbe36061 SHA1 e84b3b5f490176ed4c0af10318eae9db5ae5f4b0 SHA256 6a8b57a99eaf450aafa5a4c4943c6907bcde5144478d938f83b1c7ca83858179
AUX rivendell-sandbox.patch 677 RMD160 f0f526f949bc77eecd1d39226171c1dff0ee92d0 SHA1 13a27d6e2a2acad3a40d6fc9b0441f60347abb84 SHA256 a2d3f93d396a2094098bd5140ec8c193a83471939c0c918e31563a1f7343c3b3
DIST rivendell-1.5.1.tar.gz 2137967 RMD160 b5ebcf83e83aca8c9df041961224a08d4668658e SHA1 b933a6904431ae8d23912184fb4182f575ee54ff SHA256 4feb054bb694ceec2ef3e8740d2eda2454d482856066df687d7448b40223dbad
-EBUILD rivendell-1.5.1.ebuild 2289 RMD160 72ef9b139bc89058494aae73b4f2a203a40b4063 SHA1 49ac6bba8399a4750f8f43016620dd67e0b4e4b8 SHA256 83761ccf6be2603a83364f8c0f7356ffb1b325e1a3b00d44d2799434bd1ebc19
-MISC ChangeLog 300 RMD160 bea299dd7825bdd2ffff0e4975ca7b5e656c8f5a SHA1 4d8e40b550aaba04eac52949a2f711f4e0ad5008 SHA256 b95d551b82d94237146d0477b5f8302f3d1ff35eb1bcf657af7cb1db3cf32313
+EBUILD rivendell-1.5.1-r1.ebuild 2296 RMD160 64767d8e20bcd59de0f56382ee196c8903a95609 SHA1 de405724afdc2b672828136c62401f26b54129e2 SHA256 212626372f1a8a5859d94a87e394b654a4e18b13099f0059677b4e9bd8664ff7
+MISC ChangeLog 397 RMD160 77bb3f4360f2d7772aa75b4ce86ce40d2635bb90 SHA1 487d01222bee9519cacc8df74751324cbe4f6543 SHA256 cbceecde232fc9cfef029cc564350f3a09cd2a6d9244a0fb4a1c26db997e1707
MISC metadata.xml 268 RMD160 facc07bd885f20615a1f2555069329c642e1a566 SHA1 2456bdb8a218c9d477d2d6ee4bf158de070c7be4 SHA256 96629b266b743f566c29158d4498edeeb1cd6b1f0cd9629e42d4f10b4da82f89
Added: trunk/overlays/proaudio/media-radio/rivendell/rivendell-1.5.1-r1.ebuild
===================================================================
--- trunk/overlays/proaudio/media-radio/rivendell/rivendell-1.5.1-r1.ebuild (rev 0)
+++ trunk/overlays/proaudio/media-radio/rivendell/rivendell-1.5.1-r1.ebuild 2009-08-22 09:36:26 UTC (rev 1507)
@@ -0,0 +1,89 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+inherit base eutils autotools
+
+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 jack pam"
+
+RESTRICT="nomirror"
+
+DEPEND="alsa? ( media-libs/alsa-lib )
+ alsa? ( media-libs/libsamplerate )
+ jack? ( media-sound/jack-audio-connection-kit )
+ jack? ( media-libs/libsamplerate )
+ media-libs/flac
+ media-libs/id3lib
+ media-libs/libogg
+ media-libs/libvorbis
+ virtual/mysql
+ x11-libs/qt:3[mysql]"
+RDEPEND="${DEPEND}
+ pam? ( sys-libs/pam )
+ app-cdr/cdrkit
+ media-sound/cdparanoia
+ media-sound/lame
+ media-sound/mpg321
+ media-sound/vorbis-tools
+ net-ftp/lftp
+ net-misc/wget"
+
+pkg_setup() {
+ enewgroup ${PN}
+ enewuser ${PN} -1 -1 /var/lib/${PN} "${PN},audio"
+}
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/${PN}-init.patch"
+ epatch "${FILESDIR}/${PN}-sandbox.patch"
+}
+
+src_compile() {
+ local myconf=""
+
+ use alsa || myconf="${myconf} --disable-alsa"
+ use jack || myconf="${myconf} --disable-jack"
+ use pam || myconf="${myconf} --disable-pam"
+
+ econf ${myconf}
+ emake || die "make failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "install failed"
+
+ insinto /etc
+ doins conf/rd.conf-sample || die "install /etc/rd.conf failed"
+
+ keepdir /var/snd || die "keepdir failed"
+ fowners ${PN}:${PN} /var/snd || die "fowners failed"
+
+ dodoc AUTHORS ChangeLog INSTALL NEWS README SupportedCards docs/*.txt || die "install doc failed"
+ prepalldocs || die "prepalldocs failed"
+}
+
+pkg_postinst() {
+ elog "If you would like ASI or GPIO hardware support,"
+ elog "install their drivers and re-emerge this package."
+ einfo
+ einfo "If this is a fresh install you will need to modify"
+ einfo "the /etc/rd.conf file and use rdadmin to initialize"
+ einfo "the Rivendell database before starting"
+ einfo "/etc/init.d/rivendell."
+ einfo "/var/snd is owned by ${PN}:${PN}."
+ einfo "Set AudioOwner and AudioGroup into /etc/rd.conf"
+ einfo "accordingly."
+ einfo
+ ewarn "If this is an upgrade, run rdadmin to ensure your"
+ ewarn "database schema is up to date"
+}
Deleted: trunk/overlays/proaudio/media-radio/rivendell/rivendell-1.5.1.ebuild
===================================================================
--- trunk/overlays/proaudio/media-radio/rivendell/rivendell-1.5.1.ebuild 2009-08-22 08:55:43 UTC (rev 1506)
+++ trunk/overlays/proaudio/media-radio/rivendell/rivendell-1.5.1.ebuild 2009-08-22 09:36:26 UTC (rev 1507)
@@ -1,89 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="1"
-inherit base eutils autotools
-
-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 jack pam"
-
-RESTRICT="nomirror"
-
-DEPEND="alsa? ( media-libs/alsa-lib )
- alsa? ( media-libs/libsamplerate )
- jack? ( media-sound/jack-audio-connection-kit )
- jack? ( media-libs/libsamplerate )
- media-libs/flac
- media-libs/id3lib
- media-libs/libogg
- media-libs/libvorbis
- virtual/mysql
- x11-libs/qt:3"
-RDEPEND="${DEPEND}
- pam? ( sys-libs/pam )
- app-cdr/cdrkit
- media-sound/cdparanoia
- media-sound/lame
- media-sound/mpg321
- media-sound/vorbis-tools
- net-ftp/lftp
- net-misc/wget"
-
-pkg_setup() {
- enewgroup ${PN}
- enewuser ${PN} -1 -1 /var/lib/${PN} "${PN},audio"
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-init.patch"
- epatch "${FILESDIR}/${PN}-sandbox.patch"
-}
-
-src_compile() {
- local myconf=""
-
- use alsa || myconf="${myconf} --disable-alsa"
- use jack || myconf="${myconf} --disable-jack"
- use pam || myconf="${myconf} --disable-pam"
-
- econf ${myconf}
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-
- insinto /etc
- doins conf/rd.conf-sample || die "install /etc/rd.conf failed"
-
- keepdir /var/snd || die "keepdir failed"
- fowners ${PN}:${PN} /var/snd || die "fowners failed"
-
- dodoc AUTHORS ChangeLog INSTALL NEWS README SupportedCards docs/*.txt || die "install doc failed"
- prepalldocs || die "prepalldocs failed"
-}
-
-pkg_postinst() {
- elog "If you would like ASI or GPIO hardware support,"
- elog "install their drivers and re-emerge this package."
- einfo
- einfo "If this is a fresh install you will need to modify"
- einfo "the /etc/rd.conf file and use rdadmin to initialize"
- einfo "the Rivendell database before starting"
- einfo "/etc/init.d/rivendell."
- einfo "/var/snd is owned by ${PN}:${PN}."
- einfo "Set AudioOwner and AudioGroup into /etc/rd.conf"
- einfo "accordingly."
- einfo
- ewarn "If this is an upgrade, run rdadmin to ensure your"
- ewarn "database schema is up to date"
-}