[Lunar-commits] <moonbase> mythtv-plugins: Adding new module for extra MythTV themes
Jon South
striker at lunar-linux.org
Tue Oct 21 07:45:43 CEST 2008
commit 9f4defe8a6b6a6fc54dcc7b089c0981d4f79dbd7
Author: Jon South <striker at lunar-linux.org>
Date: Mon Oct 20 22:45:43 2008 -0700
mythtv-plugins: Adding new module for extra MythTV themes
---
video/mythtv-themes/BUILD | 10 ++++++++++
video/mythtv-themes/DETAILS | 14 ++++++++++++++
2 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/video/mythtv-themes/BUILD b/video/mythtv-themes/BUILD
new file mode 100644
index 0000000..0b142aa
--- /dev/null
+++ b/video/mythtv-themes/BUILD
@@ -0,0 +1,10 @@
+(
+
+ . /etc/profile.d/qt3.rc &&
+ ./configure --prefix=/usr &&
+
+ qmake myththemes.pro &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/video/mythtv-themes/DETAILS b/video/mythtv-themes/DETAILS
new file mode 100644
index 0000000..ad45252
--- /dev/null
+++ b/video/mythtv-themes/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=mythtv-themes
+ VERSION=0.21
+ SOURCE=myththemes-$VERSION.tar.bz2
+ SOURCE_URL=http://www.mythtv.org/mc/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/myththemes-$VERSION
+ SOURCE_VFY=sha1:be1948850c46c4c36e05ad8b1f67acf203850c86
+ WEB_SITE=http://www.mythtv.org
+ ENTERED=20040304
+ UPDATED=20070609
+ SHORT="Additional MythTV interface and OSD themes"
+cat << EOF
+Provides extra contributed MythTV interface and OSD themes. Adds some themes
+that support widescreen resolutions.
+EOF
More information about the Lunar-commits
mailing list