[MacPorts] #22773: x264 @20090810_2 too old to build into current MPlayer
#22773: x264 @20090810_2 too old to build into current MPlayer -----------------------------------+---------------------------------------- Reporter: dylan.perry@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: multimedia/x264 -----------------------------------+---------------------------------------- The version of x264 in ports is too old to build current MPlayer (r29975). Is a version bump out of the question? ============ Checking for x264 ============ #include <inttypes.h> #include <x264.h> #if X264_BUILD < 79 #error We do not support old versions of x264. Get the latest from git. #endif int main(void) { x264_encoder_open((void*)0); return 0; } cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after- statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=core2 -mtune=core2 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -I/opt/local/include -DPIC -I/usr/X11/include -L/opt/local/lib -ffast- math -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -framework IOKit -framework Cocoa -L/usr/X11R6/lib -lXext -lX11 -lXss -lXv -lXinerama -lXxf86vm -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -lGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -lfaac -lfaac -o /var/folders/az/azpqfBpTFaqWv32xtvUieE+++TI/-Tmp-//mplayer- conf-30605-77442 /var/folders/az/azpqfBpTFaqWv32xtvUieE+++TI/-Tmp -//mplayer-conf-12721-77442.c -lx264 /var/folders/az/azpqfBpTFaqWv32xtvUieE+++TI/-Tmp-//mplayer- conf-12721-77442.c:4:2: error: #error We do not support old versions of x264. Get the latest from git. -- Ticket URL: <http://trac.macports.org/ticket/22773> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22773: x264 @20090810_2 too old to build into current MPlayer -----------------------------------+---------------------------------------- Reporter: dylan.perry@… | Owner: devans@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: x264 -----------------------------------+---------------------------------------- Changes (by jmr@…): * cc: dylan.perry@… (removed) * owner: macports-tickets@… => devans@… * port: multimedia/x264 => x264 Old description:
The version of x264 in ports is too old to build current MPlayer (r29975). Is a version bump out of the question?
============ Checking for x264 ============
#include <inttypes.h> #include <x264.h> #if X264_BUILD < 79 #error We do not support old versions of x264. Get the latest from git. #endif int main(void) { x264_encoder_open((void*)0); return 0; }
cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after- statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=core2 -mtune=core2 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -I/opt/local/include -DPIC -I/usr/X11/include -L/opt/local/lib -ffast- math -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -framework IOKit -framework Cocoa -L/usr/X11R6/lib -lXext -lX11 -lXss -lXv -lXinerama -lXxf86vm -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -lGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -lfaac -lfaac -o /var/folders/az/azpqfBpTFaqWv32xtvUieE+++TI/-Tmp-//mplayer- conf-30605-77442 /var/folders/az/azpqfBpTFaqWv32xtvUieE+++TI/-Tmp -//mplayer-conf-12721-77442.c -lx264 /var/folders/az/azpqfBpTFaqWv32xtvUieE+++TI/-Tmp-//mplayer- conf-12721-77442.c:4:2: error: #error We do not support old versions of x264. Get the latest from git.
New description: The version of x264 in ports is too old to build current MPlayer (r29975). Is a version bump out of the question? {{{ ============ Checking for x264 ============ #include <inttypes.h> #include <x264.h> #if X264_BUILD < 79 #error We do not support old versions of x264. Get the latest from git. #endif int main(void) { x264_encoder_open((void*)0); return 0; } cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after- statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=core2 -mtune=core2 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -I/opt/local/include -DPIC -I/usr/X11/include -L/opt/local/lib -ffast- math -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -framework IOKit -framework Cocoa -L/usr/X11R6/lib -lXext -lX11 -lXss -lXv -lXinerama -lXxf86vm -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -lGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -lfaac -lfaac -o /var/folders/az/azpqfBpTFaqWv32xtvUieE+++TI/-Tmp-//mplayer- conf-30605-77442 /var/folders/az/azpqfBpTFaqWv32xtvUieE+++TI/-Tmp -//mplayer-conf-12721-77442.c -lx264 /var/folders/az/azpqfBpTFaqWv32xtvUieE+++TI/-Tmp-//mplayer- conf-12721-77442.c:4:2: error: #error We do not support old versions of x264. Get the latest from git. }}} -- Comment: Isn't mplayer-devel currently revision 29701? -- Ticket URL: <http://trac.macports.org/ticket/22773#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22773: x264 @20090810_2 too old to build into current MPlayer -----------------------------------+---------------------------------------- Reporter: dylan.perry@… | Owner: devans@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: x264 -----------------------------------+---------------------------------------- Comment(by dylan.perry@…): I should have been specific. I want to build with SVN MPlayer. If it's a backwards compatible revision I was hoping x264 could be bumped. Looking at the MPlayer diffs it's not huge, but non-trivial. The log: r29704 | lorenm | 2009-09-23 22:01:04 +1000 (Wed, 23 Sep 2009) | 2 lines sync to x264-r1260 (which changed api) A bump of MPlayer-devel would be nice, but then there will be two x264s to maintain until MPlayer's next "release". -- Ticket URL: <http://trac.macports.org/ticket/22773#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22773: x264 @20090810_2 too old to build into current MPlayer -----------------------------------+---------------------------------------- Reporter: dylan.perry@… | Owner: devans@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: x264 -----------------------------------+---------------------------------------- Comment(by macsforever2000@…): x264 was updated in r65244. Please verify if this works for you. -- Ticket URL: <http://trac.macports.org/ticket/22773#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22773: x264 @20090810_2 too old to build into current MPlayer ------------------------------------+--------------------------------------- Reporter: dylan.perry@… | Owner: devans@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: fixed | Keywords: Port: x264 | ------------------------------------+--------------------------------------- Changes (by macsforever2000@…): * status: new => closed * resolution: => fixed -- Ticket URL: <http://trac.macports.org/ticket/22773#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts