Hello community, here is the log from the commit of package opus-tools for openSUSE:Factory checked in at 2013-12-03 16:56:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opus-tools (Old) and /work/SRC/openSUSE:Factory/.opus-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opus-tools" Changes: -------- New Changes file: --- /dev/null 2013-11-25 01:44:08.036031256 +0100 +++ /work/SRC/openSUSE:Factory/.opus-tools.new/opus-tools.changes 2013-12-03 16:56:29.000000000 +0100 @@ -0,0 +1,31 @@ +------------------------------------------------------------------- +Sat Sep 14 06:56:32 UTC 2013 - [email protected] + +- Update to version 0.1.7: + + Numerous build fixes. + + Support encoding from FLAC files. + + Metadata tag support, including album art. + + Use the new surround encoder API in opus 1.0.3. + + The opusenc --uncoupled switch no longer works. +- Add pkgconfig(flac) BuildRequires, new dependency. + +------------------------------------------------------------------- +Sun Jan 13 19:46:29 UTC 2013 - [email protected] + +- Update to version 0.1.6: + + This release includes many build fixes, as well as some minor + correctness improvements. The opusenc --uncoupled switch is no + longer advertised because this debugging option was being + mistaken for a quality enhancement. + + An experiemental opusrtp tool is new in this release. It is not + installed by default because it's of limited usefulness, mostly + for debugging other RTP implementations. It can send an Opus + file over RTP or record a packet stream to an Opus file, on + POSIX systems. +- Not enabling build of opusrtp, since it's still experimental. + +------------------------------------------------------------------- +Sun Sep 23 15:45:19 UTC 2012 - [email protected] + +- Initial package, version 0.1.5 + New: ---- opus-tools-0.1.7.tar.gz opus-tools.changes opus-tools.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opus-tools.spec ++++++ # # spec file for package opus-tools # # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 Bjørn Lie ([email protected]). # # 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 http://bugs.opensuse.org/ # Name: opus-tools Version: 0.1.7 Release: 0 License: BSD-2-Clause and GPL-2.0 Summary: A set of tools for the opus audio codec Url: http://www.opus-codec.org/ Group: Productivity/Multimedia/Sound/Editors and Convertors Source: http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz BuildRequires: pkgconfig(flac) >= 1.1.3 BuildRequires: pkgconfig(ogg) >= 1.3 BuildRequires: pkgconfig(opus) BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The Opus codec is designed for interactive speech and audio transmission over the Internet. It is designed by the IETF Codec Working Group and incorporates technology from Skype's SILK codec and Xiph.Org's CELT codec. This is a set of tools for the opus codec. %prep %setup -q %build %configure make %{?_smp_mflags} %install %make_install %files %defattr(-,root,root) %doc ChangeLog COPYING AUTHORS %{_bindir}/opusdec %{_bindir}/opusenc %{_bindir}/opusinfo %{_mandir}/man1/opus*.1%{?ext_man} %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
