Projects
Staging
libx264
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 19
View file
libx264.spec
Changed
@@ -31,11 +31,7 @@ Name: %{pkg} 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: https://code.videolan.org/videolan/x264 @@ -82,34 +78,20 @@ - 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 @@ 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 @@ %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
View file
update.sh
Changed
@@ -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/>.*</>%cd.%h</" _service +sed -i " + /revision/s/>.*</>${rev}</ + /versionformat/s/>.*</>%cd.%h</ +" _service osc service disabledrun
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
.