Projects
Multimedia
handbrake
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 10
View file
handbrake.changes
Changed
@@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Sun Dec 1 08:28:12 UTC 2013 - obs@botter.cc + +- add patch to fix compiling libx264: HandBrake-0.9.9_libx264-gcc-488-fix.patch + add -fno-aggressive-loop-optimizations to extra-cflags in + configure for >= 13.1, see also + https://bugs.launchpad.net/ubuntu/+source/x264/+bug/1241772 + MAY BE REMOVED on upstream fix + +------------------------------------------------------------------- Thu Jun 13 01:08:41 UTC 2013 - dnh@opensuse.org - update to 0.9.9
View file
handbrake.spec
Changed
@@ -43,6 +43,10 @@ Source153: handbrake-libbluray-glibc_older_2_12.patch %endif Source99: handbrake-rpmlintrc +%if 0%{?suse_version} >= 1310 +# PATCH-FIX-PACKMAN fix libx264 with newer version of gcc +Patch0: HandBrake-0.9.9_libx264-gcc-488-fix.patch +%endif BuildRequires: alsa-devel BuildRequires: curl BuildRequires: fribidi-devel @@ -123,6 +127,9 @@ %setup -q -n "HandBrake-svn%{rev}" %else %setup -q -n "HandBrake-%{version}" +%if 0%{?suse_version} >= 1310 +%patch0 -p1 +%endif %endif # unstable, so patch from 0.9.8 did not apply, use the script
View file
HandBrake-0.9.9_libx264-gcc-488-fix.patch
Added
@@ -0,0 +1,11 @@ +diff -Naur HandBrake-0.9.9/contrib/x264/module.defs HandBrake-0.9.9.new/contrib/x264/module.defs +--- HandBrake-0.9.9/contrib/x264/module.defs 2013-02-27 22:42:33.000000000 +0100 ++++ HandBrake-0.9.9.new/contrib/x264/module.defs 2013-12-01 09:22:32.267075763 +0100 +@@ -10,6 +10,7 @@ + + X264.CONFIGURE.extra = --disable-cli --enable-static --enable-strip + X264.CONFIGURE.extra += --disable-gpac --disable-avs --disable-lavf --disable-ffms --disable-swscale ++X264.CONFIGURE.extra += --extra-cflags=-fno-aggressive-loop-optimizations + + ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system)) + X264.CONFIGURE.extra += --cross-prefix=$(BUILD.spec)-
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.