summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-plugins/mytharchive/ChangeLog8
-rw-r--r--media-plugins/mytharchive/files/digest-mytharchive-0.21_pre142420
-rw-r--r--media-plugins/mytharchive/mytharchive-0.21_pre14242.ebuild36
-rw-r--r--media-plugins/mythbrowser/ChangeLog8
-rw-r--r--media-plugins/mythbrowser/files/digest-mythbrowser-0.21_pre122420
-rw-r--r--media-plugins/mythbrowser/mythbrowser-0.21_pre12242.ebuild21
-rw-r--r--media-plugins/mythflix/ChangeLog8
-rw-r--r--media-plugins/mythflix/files/digest-mythflix-0.21_pre122420
-rw-r--r--media-plugins/mythflix/mythflix-0.21_pre12242.ebuild9
-rw-r--r--media-plugins/mythgallery/ChangeLog8
-rw-r--r--media-plugins/mythgallery/files/digest-mythgallery-0.21_pre122420
-rw-r--r--media-plugins/mythgallery/mythgallery-0.21_pre12242.ebuild15
-rw-r--r--media-plugins/mythgame/ChangeLog8
-rw-r--r--media-plugins/mythgame/files/digest-mythgame-0.21_pre122420
-rw-r--r--media-plugins/mythgame/mythgame-0.21_pre12242.ebuild18
15 files changed, 134 insertions, 5 deletions
diff --git a/media-plugins/mytharchive/ChangeLog b/media-plugins/mytharchive/ChangeLog
index 64635ebb40d6..e7ba82df436a 100644
--- a/media-plugins/mytharchive/ChangeLog
+++ b/media-plugins/mytharchive/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mytharchive
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/ChangeLog,v 1.16 2007/08/07 16:29:14 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/ChangeLog,v 1.17 2007/08/21 15:46:16 cardoe Exp $
+
+*mytharchive-0.21_pre14242 (21 Aug 2007)
+
+ 21 Aug 2007; Doug Goldstein <cardoe@gentoo.org>
+ +mytharchive-0.21_pre14242.ebuild:
+ trunk ebuild from Dave Oxley <dave@daveoxley.co.uk>
*mytharchive-0.20.1_p14146 (07 Aug 2007)
diff --git a/media-plugins/mytharchive/files/digest-mytharchive-0.21_pre14242 b/media-plugins/mytharchive/files/digest-mytharchive-0.21_pre14242
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/media-plugins/mytharchive/files/digest-mytharchive-0.21_pre14242
diff --git a/media-plugins/mytharchive/mytharchive-0.21_pre14242.ebuild b/media-plugins/mytharchive/mytharchive-0.21_pre14242.ebuild
new file mode 100644
index 000000000000..a3af79c03bcf
--- /dev/null
+++ b/media-plugins/mytharchive/mytharchive-0.21_pre14242.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/mytharchive-0.21_pre14242.ebuild,v 1.1 2007/08/21 15:46:16 cardoe Exp $
+
+inherit mythtv-plugins subversion
+
+DESCRIPTION="Allows for archiving your videos to DVD."
+IUSE=""
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND=">=dev-lang/python-2.3.5
+ dev-python/mysql-python
+ dev-python/imaging
+ <media-video/mjpegtools-1.8.99999
+ >=media-video/mjpegtools-1.6.2
+ >=media-video/dvdauthor-0.6.11
+ >=media-video/ffmpeg-0.4.9
+ >=app-cdr/dvd+rw-tools-5.21.4.10.8
+ virtual/cdrtools
+ media-video/transcode"
+DEPEND="${RDEPEND}"
+
+pkg_setup()
+{
+ mythtv-plugins_pkg_setup
+
+ if ! built_with_use media-video/mjpegtools png; then
+ eerror "You MUST build media-video/mjpegtools with the png USE flag"
+ die "You MUST build media-video/mjpegtools with the png USE flag"
+ fi
+}
+
+src_unpack() {
+ subversion_src_unpack
+ mythtv-plugins_src_unpack_patch || die "mythplugins patch failed"
+}
diff --git a/media-plugins/mythbrowser/ChangeLog b/media-plugins/mythbrowser/ChangeLog
index cff91174f45f..c4e99140f3ba 100644
--- a/media-plugins/mythbrowser/ChangeLog
+++ b/media-plugins/mythbrowser/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythbrowser
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythbrowser/ChangeLog,v 1.27 2007/06/28 20:57:49 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythbrowser/ChangeLog,v 1.28 2007/08/21 15:48:20 cardoe Exp $
+
+*mythbrowser-0.21_pre12242 (21 Aug 2007)
+
+ 21 Aug 2007; Doug Goldstein <cardoe@gentoo.org>
+ +mythbrowser-0.21_pre12242.ebuild:
+ trunk ebuild from Dave Oxley <dave@daveoxley.co.uk>
28 Jun 2007; Doug Goldstein <cardoe@gentoo.org> -mythbrowser-0.20.ebuild:
nuke old version
diff --git a/media-plugins/mythbrowser/files/digest-mythbrowser-0.21_pre12242 b/media-plugins/mythbrowser/files/digest-mythbrowser-0.21_pre12242
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/media-plugins/mythbrowser/files/digest-mythbrowser-0.21_pre12242
diff --git a/media-plugins/mythbrowser/mythbrowser-0.21_pre12242.ebuild b/media-plugins/mythbrowser/mythbrowser-0.21_pre12242.ebuild
new file mode 100644
index 000000000000..e4d29207363e
--- /dev/null
+++ b/media-plugins/mythbrowser/mythbrowser-0.21_pre12242.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythbrowser/mythbrowser-0.21_pre12242.ebuild,v 1.1 2007/08/21 15:48:20 cardoe Exp $
+
+inherit mythtv-plugins kde-functions multilib subversion
+
+DESCRIPTION="Web browser module for MythTV."
+IUSE=""
+KEYWORDS="amd64 ppc x86"
+
+RDEPEND=">=kde-base/kdelibs-3.1"
+DEPEND="${RDEPEND}"
+
+src_unpack() {
+ subversion_src_unpack
+ mythtv-plugins_src_unpack_patch || die "mythplugins patch failed"
+
+ set-kdedir
+ echo "INCLUDEPATH += ${KDEDIR}/include" >> settings.pro
+ echo "EXTRA_LIBS += -L${KDEDIR}/$(get_libdir)" >> settings.pro
+}
diff --git a/media-plugins/mythflix/ChangeLog b/media-plugins/mythflix/ChangeLog
index 9061d6769ddc..221b2665d9a5 100644
--- a/media-plugins/mythflix/ChangeLog
+++ b/media-plugins/mythflix/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythflix
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythflix/ChangeLog,v 1.7 2007/06/28 21:00:46 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythflix/ChangeLog,v 1.8 2007/08/21 15:52:01 cardoe Exp $
+
+*mythflix-0.21_pre12242 (21 Aug 2007)
+
+ 21 Aug 2007; Doug Goldstein <cardoe@gentoo.org>
+ +mythflix-0.21_pre12242.ebuild:
+ trunk ebuild from Dave Oxley <dave@daveoxley.co.uk>
28 Jun 2007; Doug Goldstein <cardoe@gentoo.org> -mythflix-0.20.ebuild:
nuke old version
diff --git a/media-plugins/mythflix/files/digest-mythflix-0.21_pre12242 b/media-plugins/mythflix/files/digest-mythflix-0.21_pre12242
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/media-plugins/mythflix/files/digest-mythflix-0.21_pre12242
diff --git a/media-plugins/mythflix/mythflix-0.21_pre12242.ebuild b/media-plugins/mythflix/mythflix-0.21_pre12242.ebuild
new file mode 100644
index 000000000000..be585ecbcfe1
--- /dev/null
+++ b/media-plugins/mythflix/mythflix-0.21_pre12242.ebuild
@@ -0,0 +1,9 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythflix/mythflix-0.21_pre12242.ebuild,v 1.1 2007/08/21 15:52:01 cardoe Exp $
+
+inherit mythtv-plugins subversion
+
+DESCRIPTION="NetFlix manager via MythTV."
+IUSE=""
+KEYWORDS="~amd64 ~ppc ~x86"
diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog
index e20f5af00ba3..79c83207a38c 100644
--- a/media-plugins/mythgallery/ChangeLog
+++ b/media-plugins/mythgallery/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythgallery
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.41 2007/06/28 21:02:31 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.42 2007/08/21 15:53:46 cardoe Exp $
+
+*mythgallery-0.21_pre12242 (21 Aug 2007)
+
+ 21 Aug 2007; Doug Goldstein <cardoe@gentoo.org>
+ +mythgallery-0.21_pre12242.ebuild:
+ trunk ebuild from Dave Oxley <dave@daveoxley.co.uk>
28 Jun 2007; Doug Goldstein <cardoe@gentoo.org>
-mythgallery-0.20_p11188.ebuild, -mythgallery-0.20_p13239.ebuild:
diff --git a/media-plugins/mythgallery/files/digest-mythgallery-0.21_pre12242 b/media-plugins/mythgallery/files/digest-mythgallery-0.21_pre12242
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/media-plugins/mythgallery/files/digest-mythgallery-0.21_pre12242
diff --git a/media-plugins/mythgallery/mythgallery-0.21_pre12242.ebuild b/media-plugins/mythgallery/mythgallery-0.21_pre12242.ebuild
new file mode 100644
index 000000000000..beec50347090
--- /dev/null
+++ b/media-plugins/mythgallery/mythgallery-0.21_pre12242.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.21_pre12242.ebuild,v 1.1 2007/08/21 15:53:46 cardoe Exp $
+
+inherit mythtv-plugins subversion
+
+DESCRIPTION="Gallery and slideshow module for MythTV."
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="exif"
+
+RDEPEND="exif? ( >=media-libs/libexif-0.6.10 )
+ media-libs/tiff"
+DEPEND="${RDEPEND}"
+
+MTVCONF="$(use_enable exif) $(use_enable exif new-exif)"
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog
index 5db261bc812f..9e779eaea42e 100644
--- a/media-plugins/mythgame/ChangeLog
+++ b/media-plugins/mythgame/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythgame
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.40 2007/06/28 21:04:31 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.41 2007/08/21 15:56:01 cardoe Exp $
+
+*mythgame-0.21_pre12242 (21 Aug 2007)
+
+ 21 Aug 2007; Doug Goldstein <cardoe@gentoo.org>
+ +mythgame-0.21_pre12242.ebuild:
+ trunk ebuild from Dave Oxley <dave@daveoxley.co.uk>
28 Jun 2007; Doug Goldstein <cardoe@gentoo.org> -mythgame-0.20.ebuild,
-mythgame-0.20_p13239.ebuild:
diff --git a/media-plugins/mythgame/files/digest-mythgame-0.21_pre12242 b/media-plugins/mythgame/files/digest-mythgame-0.21_pre12242
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/media-plugins/mythgame/files/digest-mythgame-0.21_pre12242
diff --git a/media-plugins/mythgame/mythgame-0.21_pre12242.ebuild b/media-plugins/mythgame/mythgame-0.21_pre12242.ebuild
new file mode 100644
index 000000000000..6a440b677f8c
--- /dev/null
+++ b/media-plugins/mythgame/mythgame-0.21_pre12242.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.21_pre12242.ebuild,v 1.1 2007/08/21 15:56:01 cardoe Exp $
+
+inherit mythtv-plugins subversion
+
+DESCRIPTION="Game emulator module for MythTV."
+IUSE=""
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="sys-libs/zlib"
+DEPEND="${RDEPEND}"
+
+src_install () {
+ mythtv-plugins_src_install || die "install failed"
+
+ dodoc gamelist.xml
+}