Discussion:
ports/133462: multimedia/x264 build fails on powerpc
(too old to reply)
dikshie
2009-09-12 14:40:09 UTC
Permalink
The following reply was made to PR ports/133462; it has been noted by GNATS.

From: dikshie <***@sfc.wide.ad.jp>
To: bug-***@FreeBSD.org,
***@alumni.cwru.edu
Cc:
Subject: Re: ports/133462: multimedia/x264 build fails on powerpc
Date: Sat, 12 Sep 2009 23:36:29 +0900

--Apple-Mail-27--418917249
Content-Type: text/plain;
charset=US-ASCII;
format=flowed
Content-Transfer-Encoding: 7bit

Hi,
i made patch.
please review. ;)
--Apple-Mail-27--418917249
Content-Disposition: attachment;
filename=patch-x264.txt
Content-Type: text/plain;
x-unix-mode=0644;
name="patch-x264.txt"
Content-Transfer-Encoding: 7bit

--- Makefile.orig 2009-09-12 20:50:51.000000000 +0900
+++ Makefile 2009-09-12 21:52:37.000000000 +0900
@@ -6,9 +6,10 @@
# $Id: Makefile 30 2006-10-30 22:15:26Z buhnux $

PORTNAME= x264
-PORTVERSION= 0.0.20081218
+PORTVERSION= 0.0.20090120
CATEGORIES= multimedia
-MASTER_SITES= http://downloads.videolan.org/pub/videolan/x264/snapshots/ \
+MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ \
+ http://downloads.videolan.org/pub/videolan/x264/snapshots/ \
http://samples.mplayerhq.hu/yuv4mpeg2/:pgo
DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION:S/0.0.//}-2245
DISTFILES= ${PORTNAME}-snapshot-${PORTVERSION:S/0.0.//}-2245${EXTRACT_SUFX}
--- distinfo.orig 2009-09-12 21:59:21.000000000 +0900
+++ distinfo 2009-09-12 21:59:27.000000000 +0900
@@ -1,6 +1,3 @@
-MD5 (x264/x264-snapshot-20081218-2245.tar.bz2) = a5034835110bf3302539648323c73517
-SHA256 (x264/x264-snapshot-20081218-2245.tar.bz2) = 729fbdd18d4e84980fb8533cdf60379f86728e950277370c226486d2a7857167
-SIZE (x264/x264-snapshot-20081218-2245.tar.bz2) = 2336724
-MD5 (x264/example.y4m.bz2) = e0948016cd4a52e75d6a74d998bd6ae6
-SHA256 (x264/example.y4m.bz2) = a5bec9d37362bd9d7773fbd0644643f9ec096d654d20823004e88d5df32bbff7
-SIZE (x264/example.y4m.bz2) = 4910029
+MD5 (x264/x264-snapshot-20090120-2245.tar.bz2) = df05e866a73286dc039ee0b0029a5bea
+SHA256 (x264/x264-snapshot-20090120-2245.tar.bz2) = 52042ad6a6f28d014b5f8375700cf43416273aed1d36808e5b79267d47ee7755
+SIZE (x264/x264-snapshot-20090120-2245.tar.bz2) = 2385350
--- pkg-plist.orig 2009-09-12 21:58:48.000000000 +0900
+++ pkg-plist 2009-09-12 21:58:57.000000000 +0900
@@ -2,5 +2,5 @@
include/x264.h
lib/libx264.a
lib/libx264.so
-lib/libx264.so.65
+lib/libx264.so.66
libdata/pkgconfig/x264.pc

--Apple-Mail-27--418917249--
Justin Hibbits
2009-09-16 01:50:04 UTC
Permalink
The following reply was made to PR ports/133462; it has been noted by GNATS.

From: Justin Hibbits <***@gmail.com>
To: bug-***@FreeBSD.org, ***@alumni.cwru.edu
Cc:
Subject: Re: ports/133462: multimedia/x264 build fails on powerpc
Date: Tue, 15 Sep 2009 21:44:07 -0400

This fixes the altivec problem, but it looks like cpu.c needs to be patched for x264_cpu_detect before it fully compiles. I'll look into patching by the weekend.
Continue reading on narkive:
Loading...