libvorbis 1.3.6
This commit is contained in:
parent
f712ce3ef2
commit
74a7617061
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ libvorbis-1.3.1.tar.bz2
|
||||
/libvorbis-1.3.3.tar.xz
|
||||
/libvorbis-1.3.4.tar.xz
|
||||
/libvorbis-1.3.5.tar.xz
|
||||
/libvorbis-1.3.6.tar.xz
|
||||
|
||||
@ -1,25 +0,0 @@
|
||||
--- libvorbis-1.3.4/test/Makefile.in.orig 2014-01-22 21:39:49.566896605 +0000
|
||||
+++ libvorbis-1.3.4/test/Makefile.in 2014-01-22 21:40:04.961760598 +0000
|
||||
@@ -234,7 +234,7 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
|
||||
test_SOURCES = util.c util.h write_read.c write_read.h test.c
|
||||
-test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ @VORBIS_LIBS@
|
||||
+test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ @VORBIS_LIBS@ -lm
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
--- libvorbis-1.3.4/examples/Makefile.in.orig 2014-01-22 11:39:50.000000000 +0000
|
||||
+++ libvorbis-1.3.4/examples/Makefile.in 2014-01-22 21:39:49.566896605 +0000
|
||||
@@ -263,9 +263,9 @@
|
||||
# uncomment to build static executables from the example code
|
||||
#LDFLAGS = -all-static
|
||||
decoder_example_SOURCES = decoder_example.c
|
||||
-decoder_example_LDADD = $(top_builddir)/lib/libvorbis.la
|
||||
+decoder_example_LDADD = $(top_builddir)/lib/libvorbis.la -logg -lm
|
||||
encoder_example_SOURCES = encoder_example.c
|
||||
-encoder_example_LDADD = $(top_builddir)/lib/libvorbisenc.la $(top_builddir)/lib/libvorbis.la
|
||||
+encoder_example_LDADD = $(top_builddir)/lib/libvorbisenc.la $(top_builddir)/lib/libvorbis.la -logg
|
||||
chaining_example_SOURCES = chaining_example.c
|
||||
chaining_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la
|
||||
vorbisfile_example_SOURCES = vorbisfile_example.c
|
||||
@ -2,15 +2,14 @@
|
||||
|
||||
Summary: The Vorbis General Audio Compression Codec
|
||||
Name: libvorbis
|
||||
Version: 1.3.5
|
||||
Release: 6%{?dist}
|
||||
Version: 1.3.6
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Group: System Environment/Libraries
|
||||
License: BSD
|
||||
URL: http://www.xiph.org/
|
||||
Source: http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.xz
|
||||
URL: https://www.xiph.org/
|
||||
Source: https://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.xz
|
||||
BuildRequires: pkgconfig(ogg) >= 1.0
|
||||
Patch0: libvorbis-1.3.4-add-needed.patch
|
||||
|
||||
%description
|
||||
Ogg Vorbis is a fully open, non-proprietary, patent- and royalty-free,
|
||||
@ -41,7 +40,6 @@ Documentation for developing applications with libvorbis.
|
||||
%prep
|
||||
|
||||
%setup -q
|
||||
%patch0 -p1 -b .needed
|
||||
sed -i "s|-O20|$RPM_OPT_FLAGS|" configure
|
||||
sed -i "s/-ffast-math//" configure
|
||||
sed -i "s/-mcpu=750//" configure
|
||||
@ -59,7 +57,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
make check
|
||||
|
||||
%files
|
||||
%doc AUTHORS README
|
||||
%doc AUTHORS
|
||||
%license COPYING
|
||||
%{_libdir}/libvorbis.so.*
|
||||
%{_libdir}/libvorbisfile.so.*
|
||||
@ -80,6 +78,9 @@ make check
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%changelog
|
||||
* Fri Mar 16 2018 Adam Jackson <ajax@redhat.com> - 1.3.6-1
|
||||
- libvorbis 1.3.6
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.5-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libvorbis-1.3.5.tar.xz) = f18f32edc43f65fea2dd4133e2828a0ced9e5b0797c4569bd26989fc1409ad599359e7c796bffc082ad36189f9722c7b38837384cea66d217beac8b425299ef8
|
||||
SHA512 (libvorbis-1.3.6.tar.xz) = a5d990bb88db2501b16f8eaee9f2ecb599cefd7dab2134d16538d8905263a972157c7671867848c2a8a358bf5e5dbc7721205ece001032482f168be7bda4f132
|
||||
|
||||
Loading…
Reference in New Issue
Block a user