Projects
Staging
faad2
Sign Up
Log In
Username
Password
Problem getting expanded diff: bad link: could not apply patch 'project.diff'
×
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 17
View file
project.diff
Deleted
@@ -1,236 +0,0 @@ ---- faad2.changes.orig -+++ faad2.changes -@@ -1,4 +1,10 @@ - ------------------------------------------------------------------- -+Mon Nov 11 11:11:11 UTC 2024 - olaf@aepfle.de -+ -+- Update to version 2.11.1 -+ See included ChangeLog for details -+ -+------------------------------------------------------------------- - Thu Oct 5 08:33:32 UTC 2023 - Bjørn Lie <zaitor@opensuse.org> - - - Update to version 2.10.1: ---- faad2.spec.orig -+++ faad2.spec -@@ -19,166 +19,86 @@ - # - - --%define major 2 --%define lib libfaad --%define libname %{lib}%{major} --%define _version 2_10_0 --%bcond_with xmms --# mpeg4ip is built without gmp4player, it makes no sense to build the plugin --%bcond_with mpeg4ip -+%define so_version 2 -+%define so_name libfaad%so_version -+%define so_name_drm libfaad_drm%so_version - Name: faad2 --Version: 2.10.1 -+Version: 0 - Release: 0 --Summary: C library and frontend for decoding MPEG2/4 AAC --Summary(de): C Bibliothek und Frontend zum Decodieren von MPEG2/4 AAC -+Summary: Freeware Advanced Audio (AAC) Decoder including SBR decoding - License: GPL-2.0-or-later --Group: Productivity/Multimedia/Video/Editors and Convertors - URL: https://github.com/knik0/faad2 --Source0: %{url}/archive/%{_version}/%{name}-%{version}.tar.gz --Patch0: %{name}-visibility.patch --Patch1: faad2-PACKAGE_VERSION.patch --BuildRequires: libtool -+Source0: %name-%version.tar -+BuildRequires: cmake >= 3.15 - BuildRequires: pkgconfig --Requires: %{libname} = %{version} --%if %{with mpeg4ip} --BuildRequires: SDL-devel --BuildRequires: libmp4v2-devel --%endif --%if %{with xmms} --BuildRequires: id3lib-devel --BuildRequires: xmms2-devel --%endif --#Obsoletes: faad2-drm --#Provides: faad2-drm -+Requires: %so_name = %version-%release - - %description --FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder, completely --written from scratch. FAAD 2 is licensed under the GPL. -+FAAD2 is a HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder. -+FAAD2 includes code for SBR (HE AAC) decoding. - --%description -l de --FAAD 2 ist ein LC, MAIN und LTP profile, MPEG2 und MPEG-4 AAC Decoder. -- --%package -n %{libname} -+%package -n %so_name - Summary: Shared library part of faad2 --Summary(de): Bibliotheken zu faad2 --Group: System/Libraries --Provides: %{lib} = %{version} --Provides: lib%{name}_2 = %{version} --Obsoletes: lib%{name}_2 < %{version} --Provides: libfaad-2 = %{version} --Obsoletes: libfaad-2 < %{version} -- --%description -n %{libname} --FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder, completely --written from scratch. FAAD 2 is licensed under the GPL. --The shared library part of faad2 -- --%description -n %{libname} -l de --FAAD 2 ist ein LC, MAIN und LTP profile, MPEG2 und MPEG-4 AAC Decoder. --Die Bibliotheken zu faad2 - --%package -n %{lib}_drm%{major} -+%description -n %so_name -+FAAD2 is a HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder. -+FAAD2 includes code for SBR (HE AAC) decoding. -+ -+%package -n %so_name_drm - Summary: DRM shared library part of faad2 --Group: System/Libraries --Provides: %{lib} = %{version} - --%description -n %{lib}_drm%{major} --FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder, completely --written from scratch. FAAD 2 is licensed under the GPL. -+%description -n %so_name_drm -+FAAD2 is a HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder. -+FAAD2 includes code for SBR (HE AAC) decoding. - The shared library part of faad2-drm - --%package -n %{lib}-devel -+%package devel - Summary: Development files of the FAAD 2 AAC decoder --Summary(de): Entwicklerdateien des FAAD 2 AAC Dekoders --Group: Development/Libraries/C and C++ --Requires: %{libname} = %{version} --Requires: %{lib}_drm%{major} = %{version} --Requires: %{name} = %{version} --Obsoletes: lib%{name}-devel < %{version} --Provides: lib%{name}-devel = %{version} --Obsoletes: %{name}-devel < %{version} --Provides: %{name}-devel = %{version} --Obsoletes: %{name}-drm-devel < %{version} --Provides: %{name}-drm-devel = %{version} -- --%description -n %{lib}-devel --FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder, completely --written from scratch. FAAD 2 is licensed under the GPL. -+Requires: %so_name = %version-%release -+Requires: %so_name_drm = %version-%release -+Obsoletes: libfaad2-devel < %version-%release -+Provides: libfaad2-devel = %version-%release -+Obsoletes: libfaad-devel < %version-%release -+Provides: libfaad-devel = %version-%release -+ -+%description devel -+FAAD2 is a HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder. -+FAAD2 includes code for SBR (HE AAC) decoding. - Header files and development documentation for libfaad. - --%description -n %{lib}-devel -l de --FAAD 2 ist ein LC, MAIN und LTP profile, MPEG2 und MPEG-4 AAC Decoder. --Header-Dateien und Entwicklerdokumtation zur libfaad. -- --%if %{with xmms} --%package -n xmms-%{name} --Summary: Xmms faad2 input plugin --Summary(de): Xmms faad2 Eingabeplugin --Group: Productivity/Multimedia/Sound/Players --Requires: %{libname} = %{version} --Requires: xmms >= 1.2.8 --Obsoletes: %{name}-xmms-plugin < %{version} --Provides: %{name}-xmms-plugin = %{version} -- --%description -n xmms-%{name} --The plugin read aac files with and without ID3tag(version 2.x), AAC files --are MPEG2 or MPEG4 files that could be found in MPEG4 audio files (.mp4). -- --%description -l de -n xmms-%{name} --Das plugin für xmms liest AAC Dateien mit und ohne ID3-Tags (version 2.x). --AAC Dateien sind MPEG2 oder MPEG4 Dateien, sie finden Verwendung in MPEG4 --Audodateien (.mp4). --%endif -- - %prep --%autosetup -p1 -n %{name}-%{_version} -- --sed -i 's/__PACKAGE_VERSION__/%{version}/' include/neaacdec.h -+%autosetup -p1 - - %build --autoreconf -ifv --export CFLAGS="%{optflags} -fno-strict-aliasing" --%configure \ --%if %{with xmms} -- --with-xmms \ --%endif -- --with-pic \ -- --enable-shared \ -- --disable-static --%make_build -+CFLAGS='%optflags -DBUILD_DATE=\"\"' -+%cmake -+%cmake_build - - %install --%make_install --find %{buildroot} -type f -name "*.la" -delete -print -+%cmake_install - --%post -n %{libname} -p /sbin/ldconfig --%postun -n %{libname} -p /sbin/ldconfig --%post -n %{lib}_drm%{major} -p /sbin/ldconfig --%postun -n %{lib}_drm%{major} -p /sbin/ldconfig -+%ldconfig_scriptlets -n %so_name -+%ldconfig_scriptlets -n %so_name_drm - - %files --%doc AUTHORS ChangeLog NEWS README TODO -+%doc ChangeLog - %license COPYING --%{_bindir}/faad --%{_mandir}/man1/faad.1%{?ext_man}
View file
_link
Changed
@@ -1,8 +1,1 @@ -<link project="Essentials" cicount="add" baserev="4ac6c3116584dbb8df35999b13b4f3de"> - <patches> - <delete name="faad2-2.10.1.tar.gz"/> - <delete name="faad2-PACKAGE_VERSION.patch"/> - <delete name="faad2-visibility.patch"/> - <apply name="project.diff"/> - </patches> -</link> +<link project="Essentials" cicount="add"/>
View file
_service
Deleted
@@ -1,18 +0,0 @@ -<services> - <service name="obs_scm"> - <param name="filename">faad2</param> - <param name="revision">abf9b320cac89aaee3beafa12d2bb60253d7112e</param> - <param name="scm">git</param> - <param name="submodules">disable</param> - <param name="url">https://github.com/knik0/faad2.git</param> - <param name="versionformat">@PARENT_TAG@</param> - <param name="versionrewrite-pattern">v?(^\++)(.*)</param> - <param name="versionrewrite-replacement">\1</param> - </service> - <service mode="buildtime" name="tar"> - <param name="obsinfo">faad2.obsinfo</param> - </service> - <service mode="buildtime" name="set_version"> - <param name="basename">faad2</param> - </service> -</services>
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
.