Skip to content

Commit

Permalink
mythtv: adding -plugins and -themes back too.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkok committed Jun 30, 2012
1 parent 4abdbf9 commit 4f75c5d
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 0 deletions.
7 changes: 7 additions & 0 deletions video/mythtv-plugins/BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(

. /etc/profile.d/qt4.rc &&

default_build

) > $C_FIFO 2>&1
14 changes: 14 additions & 0 deletions video/mythtv-plugins/CONFIGURE
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
mquery MYTH_OPENGL "Enable OpenGL Support in MythMusic and MythGallery?" y "--enable-opengl" "--disable-opengl"
mquery MYTH_ARCHIVE "Enable MythArchve Plugin?" y "--enable-mytharchive" "--disable-mytharchive"
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_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_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_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"
23 changes: 23 additions & 0 deletions video/mythtv-plugins/DEPENDS
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Base
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"

# MythMusic
depends lame
depends libmad
depends libvorbis
depends flac
depends libcdaudio
depends cdparanoia
depends lame
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 SDL "--enable-sdl" "--enable-sdl" "MythMusic: Synaesthesia output"

14 changes: 14 additions & 0 deletions video/mythtv-plugins/DETAILS
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
MODULE=mythtv-plugins
VERSION=0.25.1
SOURCE=mythplugins-$VERSION.tar.bz2
SOURCE_URL=http://www.mythtv.org/download/plugins/$VERSION
SOURCE_DIRECTORY=$BUILD_DIRECTORY/mythplugins-$VERSION
SOURCE_VFY=sha1:58fc854f8af0fe065c2084b8118763514061f5e9
WEB_SITE=http://www.mythtv.org
ENTERED=20040304
UPDATED=20120630
SHORT="Additional MythTV Plugins"

cat << EOF
Several MythTV plugins providing extra functionality.
EOF
11 changes: 11 additions & 0 deletions video/mythtv-themes/BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
(

. /etc/profile.d/qt4.rc &&

default_config &&

qmake myththemes.pro &&

default_make

) > $C_FIFO 2>&1
1 change: 1 addition & 0 deletions video/mythtv-themes/DEPENDS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
depends mythtv
15 changes: 15 additions & 0 deletions video/mythtv-themes/DETAILS
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
MODULE=mythtv-themes
VERSION=0.24
SOURCE=myththemes-$VERSION.tar.bz2
SOURCE_URL=http://www.mythtv.org/download/themes/$VERSION
SOURCE_DIRECTORY=$BUILD_DIRECTORY/myththemes-$VERSION
SOURCE_VFY=sha1:ee47aeed7ff01f83ef4975604d0f68011de05ed0
WEB_SITE=http://www.mythtv.org
ENTERED=20040304
UPDATED=20101111
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

0 comments on commit 4f75c5d

Please sign in to comment.