Projects
Staging
faad2
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 7
View file
project.diff
Deleted
@@ -1,182 +0,0 @@ ---- faad2-PACKAGE_VERSION.patch.orig -+++ faad2-PACKAGE_VERSION.patch -@@ -6,7 +6,7 @@ diff -Nur faad2-2_9_1/include/neaacdec.h - #endif - - -#define FAAD2_VERSION "unknown" --+#define FAAD2_VERSION "2.9.1" -++#define FAAD2_VERSION "2.9.2" - - /* object types for AAC */ - #define MAIN 1 ---- faad2.changes.orig -+++ faad2.changes -@@ -1,4 +1,26 @@ - ------------------------------------------------------------------- -+Tue Jun 2 08:20:55 UTC 2020 - Luigi Baldoni <aloisio@gmx.com> -+ -+- Update to version 2.9.2 -+ * Only use x86-assembly when explicitly on x86 -+ * Use unsigned integers correctly -+ * Initialize pointers that might otherwise not be -+ * update README esp. WRT directory structure -+ * fix compilation without SBR/PS_DEC (#48) -+ * fix compilation with LC_ONLY_DECODER (#47) -+ * fix "inline function 'cfftf1' declared but never defined" -+ compiler warning -+ * fix some inconsistencies in the frontend output -+ * mp4read_open: add check for failed frame buffer allocation -+ * stszin: add check for allocation error and integer overflow -+ * add a pkg-config file -+ * frontend: address compile warning + add missing LF (#50) -+ * library name is faad (#52) -+ * Unbreak PS audio (#51) -+- Refresh faad2-PACKAGE_VERSION.patch -+- Spec cleanup -+ -+------------------------------------------------------------------- - Thu Feb 13 08:58:00 UTC 2020 - Hillwood Yang <hillwood@opensuse.org> - - - Update version to 2.9.1 ---- faad2.spec.orig -+++ faad2.spec -@@ -1,39 +1,52 @@ --# Packmangroup: Multimedia --# Packmanpackagename: faad2 --# Packman: Manfred Tremmel -+# -+# spec file for package faad2 -+# -+# Copyright (c) 2020 Packman Team <packman@links2linux.de> -+# Copyright (c) 2005-2020 Manfred Tremmel <Manfred.Tremmel@iiv.de> -+# Copyright (c) 2004-2005 Rainer Lay <rainer@links2linux.de> -+# Copyright (c) 2003 Henne Vogelsang <henne@links2linux.de> -+# -+# All modifications and additions to the file contributed by third parties -+# remain the property of their copyright owners, unless otherwise agreed -+# upon. The license for this file, and modifications and additions to the -+# file, is the same license as for the pristine package itself (unless the -+# license for the pristine package is not an Open Source License, in which -+# case the license is the MIT License). An "Open Source License" is a -+# license that conforms to the Open Source Definition (Version 1.9) -+# published by the Open Source Initiative. -+ -+# Please submit bugfixes or comments via https://bugs.links2linux.org/ -+# - - - %define major 2 - %define lib libfaad - %define libname %{lib}%{major} --%define _version 2_9_1 -- -+%define _version 2_9_2 - %bcond_with xmms - # mpeg4ip is built without gmp4player, it makes no sense to build the plugin - %bcond_with mpeg4ip -- - Name: faad2 --Version: 2.9.1 --Release: 1 --License: GPL-2.0+ -+Version: 2.9.2 -+Release: 0 - Summary: C library and frontend for decoding MPEG2/4 AAC - Summary(de): C Bibliothek und Frontend zum Decodieren von MPEG2/4 AAC --Url: http://www.audiocoding.com/ -+License: GPL-2.0-or-later - Group: Productivity/Multimedia/Video/Editors and Convertors -+URL: https://www.audiocoding.com/ - Source0: https://github.com/knik0/faad2/archive/%{_version}/%{name}-%{version}.tar.gz - Patch0: %{name}-visibility.patch - Patch1: faad2-PACKAGE_VERSION.patch -+BuildRequires: libtool - Requires: %{libname} = %{version} --BuildRoot: %{_tmppath}/%{name}-%{version}-build - %if %{with mpeg4ip} --BuildRequires: libmp4v2-devel - BuildRequires: SDL-devel -+BuildRequires: libmp4v2-devel - %endif - %if %{with xmms} --BuildRequires: xmms2-devel - BuildRequires: id3lib-devel -+BuildRequires: xmms2-devel - %endif --BuildRequires: libtool - #Obsoletes: faad2-drm - #Provides: faad2-drm - -@@ -77,9 +90,9 @@ The shared library part of faad2-drm - Summary: Development files of the FAAD 2 AAC decoder - Summary(de): Entwicklerdateien des FAAD 2 AAC Dekoders - Group: Development/Libraries/C and C++ --Requires: %{name} = %{version} - 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} -@@ -117,9 +130,7 @@ Audodateien (.mp4). - %endif - - %prep --%setup -q -n %{name}-%{_version} --%patch0 -p1 --%patch1 -p1 -+%autosetup -p1 -n %{name}-%{_version} - - %build - autoreconf -ifv -@@ -131,41 +142,38 @@ export CFLAGS="%{optflags} -fno-strict-a - --with-pic \ - --enable-shared \ - --disable-static --make %{?_smp_mflags} -+%make_build - - %install --%makeinstall --rm -f %{buildroot}%{_libdir}/lib*.la -+%make_install -+find %{buildroot} -type f -name "*.la" -delete -print - - %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 - - %files --%defattr(-, root, root) - %doc AUTHORS ChangeLog NEWS README TODO - %license COPYING - %{_bindir}/faad --%{_mandir}/man1/faad.1.gz -+%{_mandir}/man1/faad.1%{?ext_man} - - %files -n %{libname} --%defattr(-,root,root) - %{_libdir}/libfaad.so.%{major}* - - %files -n %{lib}_drm%{major} --%defattr(-, root, root) - %{_libdir}/libfaad_drm.so.%{major}* - - %files -n %{lib}-devel --%defattr(-, root, root) --%{_libdir}/*.so --%{_includedir}/* -+%{_includedir}/faad.h -+%{_includedir}/neaacdec.h -+%{_libdir}/libfaad.so -+%{_libdir}/libfaad_drm.so -+%{_libdir}/pkgconfig/%{name}.pc - - %if %{with xmms} - %files -n xmms-%{name} --%defattr(-, root, root) - %doc plugins/xmms/README - %{_libdir}/xmms/Input/libmp4* - %endif
View file
_link
Changed
@@ -1,6 +1,1 @@ -<link project="Essentials" cicount="add" baserev="f156cf28f0da32f5680ac34e76e2e50e"> - <patches> - <delete name="faad2-2.9.1.tar.gz" /> - <apply name="project.diff" /> - </patches> -</link> +<link project="Essentials" cicount="add" />
View file
faad2-2.9.2.tar.gz
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
.