Accepting request 975152 from home:cgiboudeaux:branches:multimedia:libs
- Update to 2.4.6 * Fixed pkg-config file * Made vorbis an optional codec * Do not pass to small headers to libspeex (see also the same mirror-patch in Icecast) * Updated documentation, mostly in regard of making it clearer which functions are now obsoleted * General code cleanup * Added compiler warnings about obsoleted functions and ignored return values * Replaced old shout_set_metadata() with new shout_set_metadata_utf8() * Added support for plain text streaming * Fixed shout_set_metadata*() sometimes returning SHOUTERR_RETRY * Workaround old clients by emulating SHOUTERR_RETRY with SHOUTERR_BUSY * Remove our re-implementation of X509_check_host() * Allow to disable building tools - Spec cleanup OBS-URL: https://build.opensuse.org/request/show/975152 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libshout?expand=0&rev=22
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9e568668a673994ebe3f1eb5f2bee06e3236a5db92b8d0c487e1c0f886a6890
|
||||
size 543991
|
BIN
libshout-2.4.6.tar.gz
(Stored with Git LFS)
Normal file
BIN
libshout-2.4.6.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 5 10:11:54 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 2.4.6
|
||||
* Fixed pkg-config file
|
||||
* Made vorbis an optional codec
|
||||
* Do not pass to small headers to libspeex
|
||||
(see also the same mirror-patch in Icecast)
|
||||
* Updated documentation, mostly in regard of making it clearer
|
||||
which functions are now obsoleted
|
||||
* General code cleanup
|
||||
* Added compiler warnings about obsoleted functions and
|
||||
ignored return values
|
||||
* Replaced old shout_set_metadata() with new shout_set_metadata_utf8()
|
||||
* Added support for plain text streaming
|
||||
* Fixed shout_set_metadata*() sometimes returning SHOUTERR_RETRY
|
||||
* Workaround old clients by emulating SHOUTERR_RETRY with
|
||||
SHOUTERR_BUSY
|
||||
* Remove our re-implementation of X509_check_host()
|
||||
* Allow to disable building tools
|
||||
- Spec cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 17 23:31:06 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libshout
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,16 +17,17 @@
|
||||
|
||||
|
||||
Name: libshout
|
||||
Version: 2.4.5
|
||||
Version: 2.4.6
|
||||
Release: 0
|
||||
Summary: Library for communcating with Icecast servers
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
URL: https://icecast.org/
|
||||
#Git-Clone: https://gitlab.xiph.org/xiph/icecast-libshout/
|
||||
Source: https://downloads.xiph.org/releases/libshout/%name-%version.tar.gz
|
||||
Source: https://downloads.xiph.org/releases/libshout/%{name}-%{version}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(speex)
|
||||
BuildRequires: pkgconfig(theora)
|
||||
BuildRequires: pkgconfig(vorbis)
|
||||
@@ -49,7 +50,7 @@ data, and prevents bad data from getting to the Icecast server.
|
||||
Summary: Development files for libshout, an Icecast communication library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: glibc-devel
|
||||
Requires: libshout3 = %version
|
||||
Requires: libshout3 = %{version}
|
||||
|
||||
%description devel
|
||||
This package contains the include files needed to develop
|
||||
@@ -66,25 +67,25 @@ autoreconf --force --install
|
||||
%install
|
||||
%make_install
|
||||
# remove unneeded files
|
||||
rm -f "%buildroot/%_libdir"/*.la
|
||||
rm -rf "%buildroot/%_datadir/doc/%name"
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
rm -r "%{buildroot}/%{_datadir}/doc/%{name}"
|
||||
# remove (possibly) unused ckport definitions (use libabigail instead?)
|
||||
rm -Rf "%buildroot/%_libdir/ckport"
|
||||
rm -R "%{buildroot}/%{_libdir}/ckport"
|
||||
|
||||
%post -n libshout3 -p /sbin/ldconfig
|
||||
%postun -n libshout3 -p /sbin/ldconfig
|
||||
|
||||
%files -n libshout3
|
||||
%_libdir/*.so.3*
|
||||
%{_libdir}/*.so.3*
|
||||
|
||||
%files devel
|
||||
%doc README doc/*.xml examples/*.c
|
||||
%license COPYING
|
||||
%_bindir/shout
|
||||
%_libdir/*.so
|
||||
%_includedir/shout
|
||||
%_mandir/man1/shout.1%{?ext_man}
|
||||
%_datadir/aclocal/*.m4
|
||||
%_libdir/pkgconfig/*.pc
|
||||
%{_bindir}/shout
|
||||
%{_libdir}/*.so
|
||||
%{_includedir}/shout
|
||||
%{_mandir}/man1/shout.1%{?ext_man}
|
||||
%{_datadir}/aclocal/*.m4
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user