- Added missing patches to fix compilation problems with installed

ffmpeg port
- Bumped PORTREVISION

Reported by:	Torfinn Ingolfsen <torfinn dot ingolfsen at broadpark dot no>
Submitted by:	Bernhard Frohlich <decke at bluelife dot at>
This commit is contained in:
Greg Larkin 2009-04-25 01:13:39 +00:00
parent 9d85b727b5
commit 40a58cd616
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232698
4 changed files with 46 additions and 0 deletions

View File

@ -8,6 +8,7 @@
PORTNAME= mythtv
PORTVERSION= 0.21
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ftp://ftp.osuosl.org/pub/mythtv/ \
LOCAL/glarkin

View File

@ -0,0 +1,25 @@
--- ./libs/libmyth/libmyth.pro.orig 2008-03-04 12:08:41.000000000 -0500
+++ ./libs/libmyth/libmyth.pro 2009-04-22 21:04:16.000000000 -0400
@@ -43,14 +43,14 @@
SOURCES += volumebase.cpp volumecontrol.cpp virtualkeyboard.cpp xmlparse.cpp
SOURCES += mythhdd.cpp mythcdrom.cpp storagegroup.cpp dbutil.cpp
-INCLUDEPATH += ../libmythsamplerate ../libmythsoundtouch ../libmythfreesurround
-INCLUDEPATH += ../libavcodec ../libavutil
-INCLUDEPATH += ../.. ../ ./
-DEPENDPATH += ../libmythsamplerate ../libmythsoundtouch
-DEPENDPATH += ../libmythfreesurround
-DEPENDPATH += ../libavcodec ../libavutil
-DEPENDPATH += ../ ../libmythui
-DEPENDPATH += ../libmythupnp
+INCLUDEPATH = ../libmythsamplerate ../libmythsoundtouch ../libmythfreesurround $${INCLUDEPATH}
+INCLUDEPATH = ../libavcodec ../libavutil $${INCLUDEPATH}
+INCLUDEPATH = ../.. ../ ./ $${INCLUDEPATH}
+DEPENDPATH = ../libmythsamplerate ../libmythsoundtouch $${DEPENDPATH}
+DEPENDPATH = ../libmythfreesurround $${DEPENDPATH}
+DEPENDPATH = ../libavcodec ../libavutil $${DEPENDPATH}
+DEPENDPATH = ../ ../libmythui $${DEPENDPATH}
+DEPENDPATH = ../libmythupnp $${DEPENDPATH}
LIBS += -L../libmythsamplerate -lmythsamplerate-$${LIBVERSION}

View File

@ -0,0 +1,10 @@
--- ./libs/libmythtv/libmythtv.pro.orig 2008-02-18 17:59:32.000000000 -0500
+++ ./libs/libmythtv/libmythtv.pro 2009-04-22 21:04:16.000000000 -0400
@@ -49,6 +49,7 @@
DEFINES += _LARGEFILE_SOURCE
+QMAKE_CXXFLAGS = -I../libmyth -I../libavcodec -I../libavutil -I../libmythmpeg2 $${QMAKE_CXXFLAGS}
QMAKE_CXXFLAGS += $${FREETYPE_CFLAGS}
QMAKE_LFLAGS_SHLIB += $${FREETYPE_LIBS}

View File

@ -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:04:16.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}