Rev bump to latest upstream fixes
authorDoug Goldstein <cardoe@gentoo.org>
Tue, 14 Nov 2006 06:02:15 +0000 (06:02 +0000)
committerDoug Goldstein <cardoe@gentoo.org>
Tue, 14 Nov 2006 06:02:15 +0000 (06:02 +0000)
Package-Manager: portage-2.1.2_rc1-r3

media-plugins/mythmusic/ChangeLog
media-plugins/mythmusic/files/digest-mythmusic-0.20_p11671 [new file with mode: 0644]
media-plugins/mythmusic/mythmusic-0.20_p11671.ebuild [new file with mode: 0644]
media-plugins/mythphone/ChangeLog
media-plugins/mythphone/files/digest-mythphone-0.20_p11671 [new file with mode: 0644]
media-plugins/mythphone/mythphone-0.20_p11671.ebuild [new file with mode: 0644]
media-plugins/mythvideo/ChangeLog
media-plugins/mythvideo/files/digest-mythvideo-0.20_p11671 [new file with mode: 0644]
media-plugins/mythvideo/mythvideo-0.20_p11671.ebuild [new file with mode: 0644]

index efc21a1837f4c311df444a8f341a5c942d719e7f..867c8729e5e4e9f5ddf28263029da9970bb99299 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/mythmusic
 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.48 2006/10/20 22:15:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.49 2006/11/14 05:57:56 cardoe Exp $
+
+*mythmusic-0.20_p11671 (14 Nov 2006)
+
+  14 Nov 2006; Doug Goldstein <cardoe@gentoo.org>
+  +mythmusic-0.20_p11671.ebuild:
+  Rev bump to latest upstream fixes
 
   20 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> mythmusic-0.19.ebuild,
   mythmusic-0.20.ebuild:
diff --git a/media-plugins/mythmusic/files/digest-mythmusic-0.20_p11671 b/media-plugins/mythmusic/files/digest-mythmusic-0.20_p11671
new file mode 100644 (file)
index 0000000..a036ff0
--- /dev/null
@@ -0,0 +1,6 @@
+MD5 aa071a34720466b7dd0c4fa63113ac26 mythplugins-0.20.tar.bz2 17852531
+RMD160 0c3c1a3c94d4feb429b88f0b7b73ea23917940f3 mythplugins-0.20.tar.bz2 17852531
+SHA256 b038e715fc322ef914055508ed1394c38b31b415f62e972f9626409a69223a43 mythplugins-0.20.tar.bz2 17852531
+MD5 d66dc1140a4a25a9001993ae61d1680e mythplugins-0.20_svn11671.patch.bz2 18044
+RMD160 77695effa943042530147dea4d2c97640a7cb344 mythplugins-0.20_svn11671.patch.bz2 18044
+SHA256 549a7a0b91e4ea1b8802d081fb59db935ef8c06942f82666a39a3cf3b95593e2 mythplugins-0.20_svn11671.patch.bz2 18044
diff --git a/media-plugins/mythmusic/mythmusic-0.20_p11671.ebuild b/media-plugins/mythmusic/mythmusic-0.20_p11671.ebuild
new file mode 100644 (file)
index 0000000..bd4b745
--- /dev/null
@@ -0,0 +1,32 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/mythmusic-0.20_p11671.ebuild,v 1.1 2006/11/14 05:57:56 cardoe Exp $
+
+inherit mythtv-plugins flag-o-matic toolchain-funcs eutils
+
+DESCRIPTION="Music player module for MythTV."
+IUSE="aac cdr fftw sdl"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND=">=media-sound/cdparanoia-3.9.8
+       >=media-libs/libmad-0.15.1b
+       >=media-libs/libid3tag-0.15.1b
+       >=media-libs/libvorbis-1.0
+       >=media-libs/libcdaudio-0.99.6
+       ~media-libs/flac-1.1.2
+       aac? ( >=media-libs/faad2-2.0-r7 )
+       fftw? ( =sci-libs/fftw-2* )
+       sdl? ( >=media-libs/libsdl-1.2.5 )
+       cdr? ( virtual/cdrtools )"
+
+DEPEND="${RDEPEND}"
+
+src_unpack() {
+       if [[ $(gcc-version) = "3.2" || $(gcc-version) == "3.3" ]]; then
+               replace-cpu-flags pentium4 pentium3
+       fi
+
+       mythtv-plugins_src_unpack || die "unpack failed"
+}
+
+MTVCONF="$(use_enable aac) $(use_enable fftw) $(use_enable sdl)"
index 6e1a7d0363b8e898659f5afe272b4e31eb27b6f1..11f5ac14b22273bbbb64466587ce61be259817be 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/mythphone
 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.14 2006/09/14 05:42:15 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.15 2006/11/14 06:01:02 cardoe Exp $
+
+*mythphone-0.20_p11671 (14 Nov 2006)
+
+  14 Nov 2006; Doug Goldstein <cardoe@gentoo.org>
+  +mythphone-0.20_p11671.ebuild:
+  Rev bump to latest upstream fixes
 
 *mythphone-0.20 (14 Sep 2006)
 
diff --git a/media-plugins/mythphone/files/digest-mythphone-0.20_p11671 b/media-plugins/mythphone/files/digest-mythphone-0.20_p11671
new file mode 100644 (file)
index 0000000..a036ff0
--- /dev/null
@@ -0,0 +1,6 @@
+MD5 aa071a34720466b7dd0c4fa63113ac26 mythplugins-0.20.tar.bz2 17852531
+RMD160 0c3c1a3c94d4feb429b88f0b7b73ea23917940f3 mythplugins-0.20.tar.bz2 17852531
+SHA256 b038e715fc322ef914055508ed1394c38b31b415f62e972f9626409a69223a43 mythplugins-0.20.tar.bz2 17852531
+MD5 d66dc1140a4a25a9001993ae61d1680e mythplugins-0.20_svn11671.patch.bz2 18044
+RMD160 77695effa943042530147dea4d2c97640a7cb344 mythplugins-0.20_svn11671.patch.bz2 18044
+SHA256 549a7a0b91e4ea1b8802d081fb59db935ef8c06942f82666a39a3cf3b95593e2 mythplugins-0.20_svn11671.patch.bz2 18044
diff --git a/media-plugins/mythphone/mythphone-0.20_p11671.ebuild b/media-plugins/mythphone/mythphone-0.20_p11671.ebuild
new file mode 100644 (file)
index 0000000..7bb94fa
--- /dev/null
@@ -0,0 +1,14 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/mythphone-0.20_p11671.ebuild,v 1.1 2006/11/14 06:01:02 cardoe Exp $
+
+inherit  mythtv-plugins
+
+DESCRIPTION="Phone and video calls with SIP."
+IUSE="festival"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="festival? ( app-accessibility/festival )"
+DEPEND="${RDEPEND}"
+
+MTVCONF=$(use_enable festival)
index 0ec8718a08ac6cd57df36a48ebc8b070d217bf1d..005d89778faef42fc7eba92bcb0409599e236d9a 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/mythvideo
 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.40 2006/11/07 07:45:47 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.41 2006/11/14 06:02:15 cardoe Exp $
+
+*mythvideo-0.20_p11671 (14 Nov 2006)
+
+  14 Nov 2006; Doug Goldstein <cardoe@gentoo.org>
+  +mythvideo-0.20_p11671.ebuild:
+  Rev bump to latest upstream fixes
 
   07 Nov 2006; Doug Goldstein <cardoe@gentoo.org> mythvideo-0.19.ebuild,
   mythvideo-0.20_p11329.ebuild:
diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.20_p11671 b/media-plugins/mythvideo/files/digest-mythvideo-0.20_p11671
new file mode 100644 (file)
index 0000000..a036ff0
--- /dev/null
@@ -0,0 +1,6 @@
+MD5 aa071a34720466b7dd0c4fa63113ac26 mythplugins-0.20.tar.bz2 17852531
+RMD160 0c3c1a3c94d4feb429b88f0b7b73ea23917940f3 mythplugins-0.20.tar.bz2 17852531
+SHA256 b038e715fc322ef914055508ed1394c38b31b415f62e972f9626409a69223a43 mythplugins-0.20.tar.bz2 17852531
+MD5 d66dc1140a4a25a9001993ae61d1680e mythplugins-0.20_svn11671.patch.bz2 18044
+RMD160 77695effa943042530147dea4d2c97640a7cb344 mythplugins-0.20_svn11671.patch.bz2 18044
+SHA256 549a7a0b91e4ea1b8802d081fb59db935ef8c06942f82666a39a3cf3b95593e2 mythplugins-0.20_svn11671.patch.bz2 18044
diff --git a/media-plugins/mythvideo/mythvideo-0.20_p11671.ebuild b/media-plugins/mythvideo/mythvideo-0.20_p11671.ebuild
new file mode 100644 (file)
index 0000000..f25174c
--- /dev/null
@@ -0,0 +1,26 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.20_p11671.ebuild,v 1.1 2006/11/14 06:02:15 cardoe Exp $
+
+inherit mythtv-plugins
+
+DESCRIPTION="Video player module for MythTV."
+IUSE="mplayer xine"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="dev-perl/libwww-perl
+       dev-perl/HTML-Parser
+       dev-perl/URI
+       dev-perl/XML-Simple
+       mplayer? ( || ( media-video/mplayer media-video/mplayer-bin ) )
+       xine? ( media-video/xine-ui )"
+DEPEND="${RDEPEND}"
+
+pkg_postinst() {
+       einfo "MythVideo can use any media player to playback files, since"
+       einfo "it's a setting in the setup menu."
+       einfo
+       einfo "MythTv also has an 'Internal' player you can use, though"
+       einfo "it will not support as many formats.  If you want to use it,"
+       einfo "set the player to 'Internal' (note spelling & caps)."
+}