Projects
Multimedia
handbrake
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 19
View file
handbrake.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Sun Feb 12 14:26:07 UTC 2017 - pascal.bleser@opensuse.org + +- use its own static build of libbluray as it requires a patch + +------------------------------------------------------------------- Sat Feb 4 18:33:15 UTC 2017 - pascal.bleser@opensuse.org - update to 1.0.2
View file
handbrake.spec
Changed
@@ -25,6 +25,7 @@ Patch0: HandBrake-no-builddate.patch Patch1: HandBrake-build-shared.patch Patch3: HandBrake-ffmpeg3.patch +Source101: http://download.videolan.org/pub/videolan/libbluray/0.9.3/libbluray-0.9.3.tar.bz2 License: GPL-2.0+ Group: Productivity/Multimedia/Video/Editors and Convertors BuildRequires: autoconf @@ -69,7 +70,6 @@ BuildRequires: pkgconfig(libavresample) BuildRequires: pkgconfig(libavutil) BuildRequires: pkgconfig(libswscale) -BuildRequires: pkgconfig(libbluray) BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(samplerate) BuildRequires: pkgconfig(theora) @@ -119,6 +119,9 @@ %patch1 -p0 %patch3 -p1 +install -d ./download +%__ln_s "%{SOURCE101}" ./download/ + %build export CFLAGS="%{optflags} -fno-strict-aliasing -Wno-unused -I%{_includedir}/ffmpeg" export CXXFLAGS="$CFLAGS -Wno-reorder"
View file
HandBrake-build-shared.patch
Changed
@@ -1,5 +1,5 @@ ---- make/include/main.defs.orig 2017-02-02 09:06:45.671052425 +0100 -+++ make/include/main.defs 2017-02-02 09:08:58.159266536 +0100 +--- make/include/main.defs.orig 2017-02-12 15:14:51.377211250 +0100 ++++ make/include/main.defs 2017-02-12 15:16:41.749092708 +0100 @@ -55,6 +55,12 @@ MODULES += contrib/libsamplerate MODULES += contrib/lame @@ -13,7 +13,7 @@ MODULES += contrib/jansson endif -@@ -73,16 +79,6 @@ +@@ -73,14 +79,6 @@ MODULES += contrib/fdk-aac endif @@ -25,13 +25,11 @@ -MODULES += contrib/libvpx -MODULES += contrib/libdvdread -MODULES += contrib/libdvdnav --MODULES += contrib/libbluray -- + MODULES += contrib/libbluray + ifneq (,$(filter $(BUILD.system),mingw)) - ifneq ($(HAS.pthread),1) - ifneq ($(HAS.pthreadGC2),1) ---- gtk/configure.ac.orig 2017-02-02 09:05:49.146961277 +0100 -+++ gtk/configure.ac 2017-02-02 09:06:36.951038356 +0100 +--- gtk/configure.ac.orig 2017-01-22 17:49:13.000000000 +0100 ++++ gtk/configure.ac 2017-02-12 15:15:32.625186518 +0100 @@ -168,7 +168,7 @@ GHB_CFLAGS="$HBINC $GHB_CFLAGS" @@ -41,8 +39,8 @@ case $host in *-*-mingw*) ---- test/module.defs.orig 2017-02-02 09:09:04.291276461 +0100 -+++ test/module.defs 2017-02-02 09:09:14.031292229 +0100 +--- test/module.defs.orig 2017-01-22 17:49:13.000000000 +0100 ++++ test/module.defs 2017-02-12 15:15:32.625186518 +0100 @@ -16,7 +16,7 @@ TEST.GCC.l = \ ass avresample avformat avcodec avfilter avutil mp3lame dvdnav \
View file
libbluray-0.9.3.tar.bz2
Added
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
.