[Lunar-commits] <moonbase> mythtv-plugins: Version bump and some other adjustments.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Nov 11 18:44:02 CET 2010


commit d72907ec8763d3b94ebc427c58099921261ff2fe
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Nov 11 12:44:02 2010 -0500

    mythtv-plugins: Version bump and some other adjustments.
---
 video/mythtv-plugins/BUILD     |    7 +------
 video/mythtv-plugins/CONFIGURE |    3 ---
 video/mythtv-plugins/DEPENDS   |    3 ++-
 video/mythtv-plugins/DETAILS   |    6 +++---
 4 files changed, 6 insertions(+), 13 deletions(-)

diff --git a/video/mythtv-plugins/BUILD b/video/mythtv-plugins/BUILD
index ff47388..97a9969 100644
--- a/video/mythtv-plugins/BUILD
+++ b/video/mythtv-plugins/BUILD
@@ -2,11 +2,6 @@
 
   . /etc/profile.d/qt4.rc   &&
 
-  ./configure --prefix=/usr \
-              $OPTS         &&
-
-  qmake mythplugins.pro     &&
-
-  default_make
+  default_build 
 
 ) > $C_FIFO 2>&1
diff --git a/video/mythtv-plugins/CONFIGURE b/video/mythtv-plugins/CONFIGURE
index 58d12d1..4109829 100644
--- a/video/mythtv-plugins/CONFIGURE
+++ b/video/mythtv-plugins/CONFIGURE
@@ -4,14 +4,11 @@ if [[ "$MYTH_ARCHIVE" == "y" ]]; then
   mquery MYTH_ARCH_DVD "MythArchve: Enable DVD creation?" y "--enable-create-dvd" "--disable-create-dvd"
   mquery MYTH_ARCH_NATIVE "MythArchve: Enable native archive creation?" y "--enable-create-archive" "--disable-create-archive"
 fi
-mquery MYTH_CONTROLS "Enable MythControls Plugin?" y "--enable-mythcontrols" "--disable-mythcontrols"
 mquery MYTH_FLIX "Enable MythFlix Plugin (NetFlix Integration)?" y "--enable-mythflix" "--disable-mythflix"
 mquery MYTH_GALLERY "Enable MythGallery Plugin?" y "--enable-mythgallery" "--disable-mythgallery"
 mquery MYTH_GAME "Enable MythGame Plugin?" y "--enable-mythgame" "--disable-mythgame"
-mquery MYTH_MOVIES "Enable MythMovies Plugin (Local theater listings)?" y "--enable-mythmovies" "--disable-mythmovies"
 mquery MYTH_MUSIC "Enable MythMusic (Integrated music player)?" y "--enable-mythmusic" "--disable-mythmusic"
 mquery MYTH_NEWS "Enable MythNews Plugin (RSS feeds)?" y "--enable-mythnews" "--disable-mythnews"
-mquery MYTH_PHONE "Enable MythPhone Plugin?" y "--enable-mythphone" "--disable-mythphone"
 mquery MYTH_VIDEO "Enable MythVideo Plugin (To play additional video types)?" y "--enable-mythvideo" "--disable-mythvideo"
 mquery MYTH_WEATHER "Enable MythWeather Plugin?" y "--enable-mythweather" "--disable-mythweather"
 mquery MYTH_ZONEMINDER "Enable MythZoneMinder Plugin (CCTV security camera interface)?" y "--enable-mythzoneminder" "--disable-mythzoneminder"
diff --git a/video/mythtv-plugins/DEPENDS b/video/mythtv-plugins/DEPENDS
index b0368b0..95f923e 100644
--- a/video/mythtv-plugins/DEPENDS
+++ b/video/mythtv-plugins/DEPENDS
@@ -2,6 +2,7 @@
 depends mythtv
 depends mysql
 
+optional_depends dcraw "" "" "for raw image support"
 # MythGallery
 depends tiff
 optional_depends "libexif" "--enable-exif --enable-new-exif" "--disable-exif" "MythGallery: Enable reading of EXIF headers"
@@ -18,5 +19,5 @@ depends taglib
 optional_depends fftw3 "--enable-fftw" "" "MythMusic: Visualization support"
 optional_depends fftw "--enable-fftw" "" "MythMusic: Visualization support"
 optional_depends libvisual "--enable-libvisual" "--disable-libvisual" "MythMusic: Visualization support"
-optional_depends faad "--enable-aac" "--enable-aac" "MythMusic: AAC Support"
 optional_depends SDL "--enable-sdl" "--enable-sdl" "MythMusic: Synaesthesia output"
+
diff --git a/video/mythtv-plugins/DETAILS b/video/mythtv-plugins/DETAILS
index 37086fe..8480d09 100644
--- a/video/mythtv-plugins/DETAILS
+++ b/video/mythtv-plugins/DETAILS
@@ -1,12 +1,12 @@
           MODULE=mythtv-plugins
-         VERSION=0.23.1
+         VERSION=0.24
           SOURCE=mythplugins-$VERSION.tar.bz2
       SOURCE_URL=http://www.mythtv.org/download/plugins/$VERSION
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/mythplugins-$VERSION
-      SOURCE_VFY=sha1:763219ae0e486ac972e139868bf4d1698a463222
+      SOURCE_VFY=sha1:af9247482e88a8f4463a5689319c332572d43d6e
         WEB_SITE=http://www.mythtv.org
          ENTERED=20040304
-         UPDATED=20100726
+         UPDATED=20101111
            SHORT="Additional MythTV Plugins"
 
 cat << EOF


More information about the Lunar-commits mailing list