summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-tv/mythtv/files')
-rw-r--r--media-tv/mythtv/files/digest-mythtv-0.18.2_pre78821
-rw-r--r--media-tv/mythtv/files/digest-mythtv-0.19_pre85541
-rw-r--r--media-tv/mythtv/files/mythtv-0.19_pre8554-xrandr.patch25
3 files changed, 26 insertions, 1 deletions
diff --git a/media-tv/mythtv/files/digest-mythtv-0.18.2_pre7882 b/media-tv/mythtv/files/digest-mythtv-0.18.2_pre7882
deleted file mode 100644
index 1a6260ca46d3..000000000000
--- a/media-tv/mythtv/files/digest-mythtv-0.18.2_pre7882
+++ /dev/null
@@ -1 +0,0 @@
-MD5 eb570ff72128f475df2ed62747d6640b mythtv-0.18.2_pre7882.tar.bz2 17170015
diff --git a/media-tv/mythtv/files/digest-mythtv-0.19_pre8554 b/media-tv/mythtv/files/digest-mythtv-0.19_pre8554
new file mode 100644
index 000000000000..778bcd677dba
--- /dev/null
+++ b/media-tv/mythtv/files/digest-mythtv-0.19_pre8554
@@ -0,0 +1 @@
+MD5 0ca58b04f93c072b070dae6ccc598138 mythtv-0.19_pre8554.tar.bz2 19216717
diff --git a/media-tv/mythtv/files/mythtv-0.19_pre8554-xrandr.patch b/media-tv/mythtv/files/mythtv-0.19_pre8554-xrandr.patch
new file mode 100644
index 000000000000..7e3dd087db6c
--- /dev/null
+++ b/media-tv/mythtv/files/mythtv-0.19_pre8554-xrandr.patch
@@ -0,0 +1,25 @@
+Index: configure
+===================================================================
+--- configure (revision 8554)
++++ configure (working copy)
+@@ -2844,6 +2844,7 @@
+
+ if test x"$xrandr" = x"yes" ; then
+ CCONFIG="$CCONFIG using_xrandr"
++ echo "CONFIG_XRANDR_LIBS=-lXrandr -lX11" >> $MYTH_CONFIG_MAK
+ fi
+
+ if test x"$xvmc" = x"yes" ; then
+Index: settings.pro
+===================================================================
+--- settings.pro (revision 8554)
++++ settings.pro (working copy)
+@@ -82,6 +82,7 @@
+
+ EXTRA_LIBS += $$LOCAL_LIBDIR_OGL
+ EXTRA_LIBS += $$LOCAL_LIBDIR_X11
++EXTRA_LIBS += $$CONFIG_XRANDR_LIBS
+ EXTRA_LIBS += $$CONFIG_XV_LIBS
+ EXTRA_LIBS += $$CONFIG_XVMC_LIBS
+ EXTRA_LIBS += $$CONFIG_OPENGL_VSYNC_LIBS
+