Projects
Staging
libx264
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 20
View file
project.diff
Deleted
@@ -1,140 +0,0 @@ ---- _service.orig -+++ _service -@@ -2,8 +2,8 @@ - <service name="tar_scm" mode="disabled"> - <param name="url">https://code.videolan.org/videolan/x264.git</param> - <param name="scm">git</param> -- <param name="revision">stable</param> -- <param name="versionformat">0.164+git%cd.%h</param> -+ <param name="revision">b35605ace3ddf7c1a5d67a2eb553f034aef41d55</param> -+ <param name="versionformat">%cd.%h</param> - </service> - <service name="recompress" mode="disabled"> - <param name="file">*.tar</param> ---- baselibs.conf.orig -+++ baselibs.conf -@@ -1 +1 @@ --libx264-164 -+libx264-165 ---- libx264.changes.orig -+++ libx264.changes -@@ -1,4 +1,9 @@ - ------------------------------------------------------------------- -+Fri Jan 16 00:00:00 UTC 2026 - olaf@aepfle.de -+ -+- Update to version 20250608.b35605ac -+ -+------------------------------------------------------------------- - Tue Jun 25 07:40:08 UTC 2024 - Luigi Baldoni <aloisio@gmx.com> - - - Update to version 0.164+git20231001.31e19f92 ---- libx264.spec.orig -+++ libx264.spec -@@ -18,7 +18,7 @@ - - - # remember to adjust baselibs.conf --%define sover 164 -+%define sover 165 - %bcond_with gpac - - %define build_flavor @BUILD_FLAVOR@%{nil} -@@ -29,16 +29,12 @@ - %define pkg %{tag}-%{build_flavor} - %endif - Name: %{pkg} --Version: 0.164+git20231001.31e19f92 -+Version: 20250608.b35605ac - Release: 0 --%if "%{build_flavor}" == "" - Summary: A free h264/avc encoder --%else --Summary: Command line tool for libx264 --%endif - License: GPL-2.0-or-later - Group: Productivity/Multimedia/Video/Editors and Convertors --URL: http://www.videolan.org/developers/x264.html -+URL: https://code.videolan.org/videolan/x264 - Source: x264-%{version}.tar.xz - Source1: baselibs.conf - BuildRequires: nasm >= 2.13 -@@ -82,34 +78,20 @@ Encoder features: - - 8x8 and 4x4 adaptive spatial transform - - Lossless mode - - Custom quantization matrices --- Parallel encoding of multiple slices (currently disabled) -+- Parallel encoding of multiple slices - - %package %{sover} --Summary: A free h264/avc encoder - encoder binary -+Summary: A free h264/avc encoder - Group: System/Libraries - - %description %{sover} --x264 is a free library for encoding next-generation H264/AVC video --streams. The code is written from scratch by Laurent Aimar, Loren --Merritt, Eric Petit (OS X), Min Chen (vfw/asm), Justin Clay (vfw), Mans --Rullgard, Radek Czyz, Christian Heine (asm), Alex Izvorski (asm), and --Alex Wright. It is released under the terms of the GPL license. This --package contains a static library and a header needed for the --development with libx264. This library is needed to build --mplayer/mencoder with H264 encoding support. -+x264 is a free library for encoding next-generation H264/AVC video streams. - - %package -n x264 --Summary: Binaries for x264 streams conversions -+Summary: Utility for x264 streams conversions - - %description -n x264 --x264 is a free library for encoding next-generation H264/AVC video --streams. The code is written from scratch by Laurent Aimar, Loren --Merritt, Eric Petit (OS X), Min Chen (vfw/asm), Justin Clay (vfw), Mans --Rullgard, Radek Czyz, Christian Heine (asm), Alex Izvorski (asm), and --Alex Wright. It is released under the terms of the GPL license. This --package contains a static library and a header needed for the --development with libx264. This library is needed to build --mplayer/mencoder with H264 encoding support. -+x264 is command line utility for H264/AVC video streams. - - %package devel - Summary: Libraries and include file for the %{name} encoder -@@ -119,14 +101,7 @@ Provides: x264-devel = %{version} - Obsoletes: x264-devel < %{version} - - %description devel --x264 is a free library for encoding next-generation H264/AVC video --streams. The code is written from scratch by Laurent Aimar, Loren --Merritt, Eric Petit (OS X), Min Chen (vfw/asm), Justin Clay (vfw), Mans --Rullgard, Radek Czyz, Christian Heine (asm), Alex Izvorski (asm), and --Alex Wright. It is released under the terms of the GPL license. This --package contains a static library and a header needed for the --development with libx264. This library is needed to build --mplayer/mencoder with H264 encoding support. -+x264 is a free library for encoding next-generation H264/AVC video streams. - - %prep - %autosetup -p1 -n x264-%{version} -@@ -154,6 +129,7 @@ mplayer/mencoder with H264 encoding supp - - %install - %if "%{build_flavor}" == "x264" -+rm -fv doc/regression_test.txt x264/doc/standards.txt - install -Dm 755 x264 %{buildroot}/%{_bindir}/x264 - %else - %make_install ---- update.sh.orig -+++ update.sh -@@ -3,8 +3,12 @@ - rm -rf x264 - git clone -b stable https://code.videolan.org/videolan/x264.git - api="$(grep '#define X264_BUILD' < x264/x264.h | sed 's/^.* \(1-90-9*\).*$/\1/')" -+rev="$(git --git-dir=x264/.git rev-list HEAD --max-count=1)" - echo "The new api version is:" $api - echo "libx264-$api" > baselibs.conf - sed -i "/^%define soname/c%define sover $api" libx264.spec --sed -i "/versionformat/s/>.*</>0.$api+git%cd.%h</" _service -+sed -i " -+ /revision/s/>.*</>${rev}</ -+ /versionformat/s/>.*</>%cd.%h</ -+" _service - osc service disabledrun
View file
_link
Changed
@@ -1,6 +1,1 @@ -<link project="Essentials" cicount="add" baserev="7cccae6d934626fc5aaeb9e61248eff0"> - <patches> - <delete name="x264-0.164+git20231001.31e19f92.tar.xz"/> - <apply name="project.diff"/> - </patches> -</link> +<link project="Essentials" cicount="add"/>
View file
x264-20250608.b35605ac.tar.xz
Deleted
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
.