Accepting request 727572 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/727572 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libogg?expand=0&rev=34
This commit is contained in:
commit
6fecf80849
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08
|
|
||||||
size 417636
|
|
3
libogg-1.3.4.tar.xz
Normal file
3
libogg-1.3.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe
|
||||||
|
size 428696
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 1 06:38:28 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.3.4
|
||||||
|
* Faster slice-by-8 CRC32 implementation.
|
||||||
|
See https://lwn.net/Articles/453931/ for motivation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 27 07:29:22 UTC 2018 - 9+suse@cirno.systems
|
Tue Mar 27 07:29:22 UTC 2018 - 9+suse@cirno.systems
|
||||||
|
|
||||||
@ -288,4 +295,3 @@ Mon Feb 26 17:07:36 CET 2001 - tiwai@suse.de
|
|||||||
Wed Jan 31 12:22:39 CET 2001 - tiwai@suse.de
|
Wed Jan 31 12:22:39 CET 2001 - tiwai@suse.de
|
||||||
|
|
||||||
- Initial version: 1.0beta3.
|
- Initial version: 1.0beta3.
|
||||||
|
|
||||||
|
15
libogg.spec
15
libogg.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libogg
|
# spec file for package libogg
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,26 +12,25 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _SO_nr 0
|
%define _SO_nr 0
|
||||||
|
|
||||||
Name: libogg
|
Name: libogg
|
||||||
Version: 1.3.3
|
Version: 1.3.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Ogg Bitstream Library
|
Summary: Ogg Bitstream Library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.vorbis.com/
|
URL: http://www.vorbis.com/
|
||||||
Source: http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz
|
Source: https://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Patch1: lib64.dif
|
Patch1: lib64.dif
|
||||||
Patch2: m4.diff
|
Patch2: m4.diff
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libogg is a library for manipulating Ogg bitstreams. It handles both
|
Libogg is a library for manipulating Ogg bitstreams. It handles both
|
||||||
@ -76,7 +75,7 @@ sed -i s,-O20,-O3,g configure
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} docdir=%{_docdir}/%{name}-devel install
|
%make_install docdir="%{_docdir}/%{name}-devel"
|
||||||
# remove unneeded files
|
# remove unneeded files
|
||||||
rm -f %{buildroot}%{_libdir}/*.la
|
rm -f %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
@ -88,13 +87,11 @@ make check
|
|||||||
%postun -n libogg%{_SO_nr} -p /sbin/ldconfig
|
%postun -n libogg%{_SO_nr} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libogg%{_SO_nr}
|
%files -n libogg%{_SO_nr}
|
||||||
%defattr(0644,root,root,0755)
|
|
||||||
%doc AUTHORS CHANGES README.md
|
%doc AUTHORS CHANGES README.md
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/libogg.so.%{_SO_nr}*
|
%{_libdir}/libogg.so.%{_SO_nr}*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(0644,root,root,0755)
|
|
||||||
%{_docdir}/%{name}-devel
|
%{_docdir}/%{name}-devel
|
||||||
%{_includedir}/ogg
|
%{_includedir}/ogg
|
||||||
%{_libdir}/libogg.so
|
%{_libdir}/libogg.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user