From 72a932922fbaafa787f706379a00f26ca578c8ec Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Sat, 25 Apr 2009 01:17:56 +0000 Subject: - Clarified the requirement for Qt with OpenGL support to avoid compilation problems - Fixed backwards configure flag handling with WITH_OPENGL option - Split some multi-file patches - Regenerated patches with "make makepatch" - Added patches to avoid compilation problems with installed ffmpeg port [1] - Bumped PORTREVISION Reported by: Torfinn Ingolfsen [1] Submitted by: Bernhard Frohlich [1] --- .../files/patch-programs__mythtranscode__mythtranscode.pro | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 multimedia/mythtv-frontend/files/patch-programs__mythtranscode__mythtranscode.pro (limited to 'multimedia/mythtv-frontend/files/patch-programs__mythtranscode__mythtranscode.pro') diff --git a/multimedia/mythtv-frontend/files/patch-programs__mythtranscode__mythtranscode.pro b/multimedia/mythtv-frontend/files/patch-programs__mythtranscode__mythtranscode.pro new file mode 100644 index 000000000000..a2c68690ae9f --- /dev/null +++ b/multimedia/mythtv-frontend/files/patch-programs__mythtranscode__mythtranscode.pro @@ -0,0 +1,10 @@ +--- ./programs/mythtranscode/mythtranscode.pro.orig 2007-02-24 12:44:00.000000000 -0500 ++++ ./programs/mythtranscode/mythtranscode.pro 2009-04-22 21:05:21.000000000 -0400 +@@ -20,3 +20,7 @@ + INCLUDEPATH += replex + INCLUDEPATH += ../../libs/libavcodec ../../libs/libavformat \ + ../../libs/libavutil ../../libs/libmythmpeg2 ++ ++QMAKE_CXXFLAGS = -I../../libs/libavcodec -I../../libs/libavformat \ ++ -I../../libs/libavutil -I../../libs/libmythmpeg2 \ ++ $${QMAKE_CXXFLAGS} -- cgit v1.2.3