Projects
Staging
handbrake
Sign Up
Log In
Username
Password
Problem getting expanded diff: bad link: could not apply patch 'project.diff'
×
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
project.diff
Deleted
@@ -1,179 +0,0 @@ ---- HandBrake-build-shared.patch.orig -+++ HandBrake-build-shared.patch -@@ -1,5 +1,5 @@ ----- make/include/main.defs.orig 2018-12-16 18:16:51.000000000 +0100 --+++ make/include/main.defs 2018-12-23 22:41:46.262660667 +0100 -+--- make/include/main.defs.orig 2019-02-18 22:00:26.953265342 +0100 -++++ make/include/main.defs 2019-02-18 22:00:26.957265264 +0100 - @@ -28,6 +28,15 @@ - MODULES += contrib/lame - MODULES += contrib/x264 -@@ -36,8 +36,8 @@ - ifneq (,$(filter $(BUILD.system),mingw)) - ifneq ($(HAS.pthread),1) - ifneq ($(HAS.pthreadGC2),1) ----- gtk/configure.ac.orig 2018-12-23 22:46:10.163536066 +0100 --+++ gtk/configure.ac 2018-12-23 22:46:10.167536098 +0100 -+--- gtk/configure.ac.orig 2019-02-18 22:01:27.464099477 +0100 -++++ gtk/configure.ac 2019-02-18 22:01:27.468099400 +0100 - @@ -179,7 +179,7 @@ - - GHB_CFLAGS="$HBINC $GHB_CFLAGS" -@@ -47,8 +47,8 @@ - - case $host in - *-*-mingw*) ----- test/module.defs.orig 2018-12-23 22:47:02.563964523 +0100 --+++ test/module.defs 2018-12-23 22:47:02.567964556 +0100 -+--- test/module.defs.orig 2019-02-18 22:02:05.643363874 +0100 -++++ test/module.defs 2019-02-18 22:02:05.647363797 +0100 - @@ -16,7 +16,7 @@ - TEST.GCC.l = \ - ass avformat avfilter avcodec avutil swresample postproc mp3lame dvdnav \ ---- HandBrake-no-builddate.patch.orig -+++ HandBrake-no-builddate.patch -@@ -1,6 +1,6 @@ ----- make/configure.py.orig 2018-12-23 22:54:37.849829711 +0100 --+++ make/configure.py 2018-12-23 22:54:37.865829549 +0100 --@@ -852,7 +852,7 @@ -+--- make/configure.py.orig 2019-02-18 22:07:26.309185591 +0100 -++++ make/configure.py 2019-02-18 22:07:26.333185128 +0100 -+@@ -859,7 +859,7 @@ - - url_ctype = '_unstable' - url_ntype = 'unstable' -@@ -9,7 +9,7 @@ - self.title = '%s %s (%s)' % (self.name,self.version,self.build) - else: - m = re.match('^([a-zA-Z]+)\.([0-9]+)$', self.suffix) --@@ -871,7 +871,7 @@ -+@@ -878,7 +878,7 @@ - url_ctype = '_unstable' - url_ntype = 'unstable' - -@@ -18,7 +18,7 @@ - self.title = '%s %s (%s)' % (self.name,self.version,self.build) - - self.url_appcast = 'https://handbrake.fr/appcast%s%s.xml' % (url_ctype,url_arch) --@@ -1758,7 +1758,6 @@ -+@@ -1765,7 +1765,6 @@ - - ## create document object - doc = ConfigDocument() -@@ -26,7 +26,7 @@ - - ## add configure line for reconfigure purposes - doc.addBlank() --@@ -1831,7 +1830,6 @@ -+@@ -1838,7 +1837,6 @@ - else: - doc.add( 'BUILD.cross.prefix', '' ) - ---- handbrake.changes.orig -+++ handbrake.changes -@@ -1,4 +1,94 @@ - ------------------------------------------------------------------- -+Mon Feb 18 21:19:17 UTC 2019 - enzokiel@kabelmail.de -+ -+- update to version 1.2.1 -+ + General -+ - Fixed potential crashes due to use of uninitialized variables -+ - Improved minimum duration to only apply to DVD and BD sources -+ - Miscellaneous bug fixes and improvements -+ + Video -+ - Fixed incorrect video rotation where rotation is explicitly -+ flagged as none -+ - Fixed yadif deinterlace filter not properly deinterlacing all -+ frames -+ - Fixed missing frame at the end of encodes from m2ts sources -+ - Fixed detection of MPEG-1 video in program streams by -+ improving probing of unknown streams -+ - Fixed decoding of MPEG-1 video in DVD sources -+ - Fixed Apple VideoToolbox encoding issues related to pyramidal -+ B-frames -+ - Fixed lapsharp filter corrupting frame edges -+ - Improved NLMeans performance by reducing number of threads -+ used with CPUs with high logical core counts -+ - Improved AMD VCE encoding to enable placing key frames at -+ chapter markers -+ - Improved calculation of final frame duration -+ - Improved support for BT.2020 color space -+ + Audio -+ - Fixed channel mapping for AAC 5.1 encoding (signal 5.1 Back -+ instead of 5.1 Side which is less compatible) -+ + Command line interface -+ - Fixed selection of encoders applied to tracks selected with -+ `--all-audio` -+ - Fixed audio settings where more are specified than exist in -+ the preset -+ - Fixed overriding audio bit rate set by the preset -+ + Build system -+ - Fixed libvpx cross compilation with GCC 8 by disabling -+ AVX-512 -+ - Fixed x265 cross compilation with GCC 8 -+ - Updated to mingw-w64-build 4.1.1 with improvements to error -+ reporting and support for sha256sum on systems without shasum -+ - Miscellaneous bug fixes and improvements -+ + Third-party libraries -+ - Updated libraries -+ + libmfx (upstream API 1.27) -+ + Linux -+ - Fixed Flatpak icon validation by reducing resolution to pass -+ new restrictions -+ - Fixed Flatpak accessing gvfs mounted filesystems by adding an -+ additional access permission -+ - Fixed display of special characters in preset names -+ - Fixed exporting presets to sanitize system reserved -+ characters -+ - Miscellaneous bug fixes and improvements -+ + Mac -+ - Fixed incorrect file extension when selecting a preset -+ - Fixed potential user interface hang on macOS 10.12 Sierra -+ - Fixed potential issue caused by setting work state to done -+ before all threads have closed -+ - Improved usability of preview controls overlay by increasing -+ its size -+ - Miscellaneous bug fixes and improvements -+ + Windows -+ - Fixed application uninstaller sometimes appearing behind the -+ installer -+ - Fixed potential crash when loading settings from older -+ HandBrake versions -+ - Fixed official presets not updating when a newer HandBrake -+ version is installed -+ - Fixed maximum resolution limit when selecting a preset -+ (source or preset, whichever is smaller) -+ - Fixed crop and anamorphic settings not being restored when -+ editing a queued job -+ - Fixed audio and subtitle selection behaviour where any -+ language + first track are selected -+ - Restored options control on the queue window previously -+ removed in HandBrake 1.2.0 -+ - Improved user interface on displays close to the minimum -+ recommended resolution -+ - Improved quality of text rendering on the installer for high -+ density displays -+ - Improved ordering of presets and preset categories -+ - Improved QSV compatibility with newer Intel drivers by -+ updating libmfx -+ - Improved relaunch stability by falling back to software only -+ mode after hardware encoder initialization failure -+ - Improved removal of small temporary files that could be left -+ behind in certain cases -+ - Miscellaneous bug fixes and improvements -+ -+------------------------------------------------------------------- - Sun Dec 23 23:09:47 UTC 2018 - enzokiel@kabelmail.de - - - update to version 1.2.0 ---- handbrake.spec.orig -+++ handbrake.spec -@@ -19,7 +19,7 @@ - - Name: handbrake - Summary: Multithreaded Video Transcoder --Version: 1.2.0 -+Version: 1.2.1 - Release: 0 - Url: http://handbrake.fr/ - Source0: https://download.handbrake.fr/releases/%{version}/HandBrake-%{version}-source.tar.bz2
View file
HandBrake-1.2.1-source.tar.bz2
Deleted
View file
HandBrake-1.2.1-source.tar.bz2.sig
Deleted
View file
_link
Changed
@@ -1,7 +1,1 @@ -<link project="Multimedia" cicount="add" baserev="96a3ff0822341a8b5c85a4dd057b35e9"> - <patches> - <delete name="HandBrake-1.2.0-source.tar.bz2" /> - <delete name="HandBrake-1.2.0-source.tar.bz2.sig" /> - <apply name="project.diff" /> - </patches> -</link> +<link project="Multimedia" cicount="add" />
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
.