[113139] trunk/dports/multimedia/mythtv-core.27

pixilla at macports.org pixilla at macports.org
Sun Nov 10 11:48:33 PST 2013


Revision: 113139
          https://trac.macports.org/changeset/113139
Author:   pixilla at macports.org
Date:     2013-11-10 11:48:33 -0800 (Sun, 10 Nov 2013)
Log Message:
-----------
multimedia/mythtv-core.27:
-correct hard-coded "/opt/local"
-add dependencies for directly linked libs
-prevent opportunistic linking of xorg-xrandr
-disable Ceton as has never been functional under OS X

Modified Paths:
--------------
    trunk/dports/multimedia/mythtv-core.27/Portfile
    trunk/dports/multimedia/mythtv-core.27/files/Myth_Frontend.applescript

Modified: trunk/dports/multimedia/mythtv-core.27/Portfile
===================================================================
--- trunk/dports/multimedia/mythtv-core.27/Portfile	2013-11-10 17:21:11 UTC (rev 113138)
+++ trunk/dports/multimedia/mythtv-core.27/Portfile	2013-11-10 19:48:33 UTC (rev 113139)
@@ -17,6 +17,7 @@
 
 name                mythtv-core${majorversion}
 version             0${majorversion}${minorversion}-Fixes-20131102
+revision            1
 categories          multimedia
 platforms           darwin
 # i386 unsupported -- https://trac.macports.org/ticket/40337
@@ -50,15 +51,19 @@
 set pythonbin       ${prefix}/bin/${pythonver}
 set pymodver        py26
 
-depends_lib         port:libass \
+depends_lib         port:bzip2 \
+                    port:libass \
+                    port:libcdio \
                     port:libdvdcss \
+                    port:libiconv \
+                    port:libxml2 \
                     port:freetype \
                     port:lame \
                     port:faac \
                     port:x264 \
                     port:qt4-mac-${mysqlver}-plugin \
-                    port:libpng \
                     port:taglib \
+                    port:zlib \
                     port:${pymodver}-mysql \
                     port:${pymodver}-lxml \
                     port:${pymodver}-urlgrabber \
@@ -202,14 +207,15 @@
                     --cxx=${configure.cxx} \
                     --python=${pythonbin} \
                     --disable-mythlogserver \
+                    --disable-ceton \
                     --disable-firewire \
                     --disable-audio-jack --disable-indev=jack \
                     --disable-libvpx --disable-libxvid \
                     --disable-sdl \
+                    --disable-xrandr \
                     --enable-libmp3lame \
                     --enable-libass \
                     --enable-libx264 --enable-libfaac --enable-nonfree
-#                    --ld=/usr/bin/ld \
 
 if {${configure.ccache} != "yes"} {
     configure.args-append --disable-ccache

Modified: trunk/dports/multimedia/mythtv-core.27/files/Myth_Frontend.applescript
===================================================================
--- trunk/dports/multimedia/mythtv-core.27/files/Myth_Frontend.applescript	2013-11-10 17:21:11 UTC (rev 113138)
+++ trunk/dports/multimedia/mythtv-core.27/files/Myth_Frontend.applescript	2013-11-10 19:48:33 UTC (rev 113139)
@@ -8,7 +8,7 @@
           2013Sep25 -- revert logserver stuff, remove AirPlay setting that is now unnecessary 
 
 *)
-property MFEappPath : "/opt/local/bin/mythfrontend"
+property MFEappPath : "@PREFIX@/bin/mythfrontend"
 property MFElogArg : "--logpath @MYTHTVLOGDIR@"
 property MFElogLevel : "info" -- single string
 property MFEverboseLevel : {"general"} -- a list, can be multiple strings
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131110/5b1f3eb5/attachment-0001.html>


More information about the macports-changes mailing list