diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-24 16:01:26 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-24 16:01:26 +0000 |
commit | d3599988146f4608bd5e33bbd6eb6c48ed7b187c (patch) | |
tree | a857804f9d46ab0f041bc584b3da7221c4403e32 /media-sound/vorbis-tools | |
parent | ia64/sparc stable wrt #324269 (diff) | |
download | gentoo-2-d3599988146f4608bd5e33bbd6eb6c48ed7b187c.tar.gz gentoo-2-d3599988146f4608bd5e33bbd6eb6c48ed7b187c.tar.bz2 gentoo-2-d3599988146f4608bd5e33bbd6eb6c48ed7b187c.zip |
old
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/vorbis-tools')
5 files changed, 0 insertions, 113 deletions
diff --git a/media-sound/vorbis-tools/Manifest b/media-sound/vorbis-tools/Manifest index 81ba8c3cf707..c2ee8a53e3e2 100644 --- a/media-sound/vorbis-tools/Manifest +++ b/media-sound/vorbis-tools/Manifest @@ -1,9 +1,4 @@ -AUX vorbis-tools-1.2.0-oggenc-resample-call-fix.patch 954 RMD160 5de658636ad7115653cf4acc8a0afaf55094733a SHA1 362aa0a3e659bad26b36866ed5240f6b2fb4cf77 SHA256 e2bf4d7d019c522c4e1788d100d14cd5fab06605f2b664cbfc5c4486d95fbf19 -AUX vorbis-tools-1.2.0-sec.patch 642 RMD160 d869da8ef8ec80d22b36cb6c0cec2cf00cdc459b SHA1 9bf63b57a2e83642d2faa7cac52ebd149589170f SHA256 169aa8bd7fd7bb6a311008fb56b5faaaa5738ac673dc866d945370db27baafce -AUX vorbis-tools-1.2.0-with-args.patch 1175 RMD160 60149bb7e4e838b1f70674beb9c54f31e50fa4f2 SHA1 6fe1c5d2d913c6fd005642d79de99221c2dca032 SHA256 d182e0d42aa85eb78c321aa21dbc5499aa484e461b29a76b0565d9eb63f5c980 -DIST vorbis-tools-1.2.0.tar.gz 1076814 RMD160 8cb6925c6e4e69373b6c91ff20d7ed8d75153b7c SHA1 c5c5ee4637ab8c9fc953d203663b7264432f874a SHA256 dbe753ce0ae0797f25117720bb2ba0d848388d3f47af8db31ebc35552c3de07b DIST vorbis-tools-1.4.0.tar.gz 1346532 RMD160 ff21e5c9456ac0a82b8eda4e53931db8522a2ccd SHA1 fc6a820bdb5ad6fcac074721fab5c3f96eaf6562 SHA256 a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a05d22bc -EBUILD vorbis-tools-1.2.0-r2.ebuild 1291 RMD160 0cb87ebdb5e36e74ee4dfce32b0a7ed6fee64a0b SHA1 64849ac1a71eddcbdb565e55f5dd2f58698f038b SHA256 65315c9f228d7e47cae81cece451948f4d602f2925511f89c1f71f93886ecd41 EBUILD vorbis-tools-1.4.0.ebuild 1116 RMD160 892dc36bd745ddc581d626929db87ddcb16e93c5 SHA1 a8881630a7ad96611d3a24d9cf584580e33c2b0c SHA256 adc2a8a817f0732251764fe51d9ad1789d113cb44c725aa2ddb52ab164a396de MISC ChangeLog 13501 RMD160 9d062789a5195cdc018c95b77b362b70cf9e69a7 SHA1 179c696bd7b01eb6a9e28bbbc2ce95f4a714f4e2 SHA256 fd580718c58b6dfaf393fecfd59d2d4a7e1f484616418b8fb2fd46b369098d49 MISC metadata.xml 328 RMD160 a7c6210206493d64fe60b03a3a13eb9de3277cfe SHA1 83fb5e0ccfc5ec486496f31346fd3e4144b9faeb SHA256 9ca6cfb906247a39b7d495438ed69d4b8bb986f4541730859a14993ec7c85435 diff --git a/media-sound/vorbis-tools/files/vorbis-tools-1.2.0-oggenc-resample-call-fix.patch b/media-sound/vorbis-tools/files/vorbis-tools-1.2.0-oggenc-resample-call-fix.patch deleted file mode 100644 index c7fa21188c1e..000000000000 --- a/media-sound/vorbis-tools/files/vorbis-tools-1.2.0-oggenc-resample-call-fix.patch +++ /dev/null @@ -1,30 +0,0 @@ -Index: oggenc/oggenc.c -=================================================================== ---- oggenc/oggenc.c (revision 14552) -+++ oggenc/oggenc.c (working copy) -@@ -147,6 +151,7 @@ - char *artist=NULL, *album=NULL, *title=NULL, *track=NULL; - char *date=NULL, *genre=NULL; - input_format *format; -+ int resampled = 0; - - /* Set various encoding defaults */ - -@@ -324,6 +329,8 @@ - - if(opt.resamplefreq && opt.resamplefreq != enc_opts.rate) { - int fromrate = enc_opts.rate; -+ -+ resampled = 1; - enc_opts.resamplefreq = opt.resamplefreq; - if(setup_resample(&enc_opts)) { - errors++; -@@ -369,7 +376,7 @@ - clear_scaler(&enc_opts); - if(opt.downmix) - clear_downmix(&enc_opts); -- if(opt.resamplefreq && opt.resamplefreq != enc_opts.rate) -+ if(resampled) - clear_resample(&enc_opts); - clear_all: - diff --git a/media-sound/vorbis-tools/files/vorbis-tools-1.2.0-sec.patch b/media-sound/vorbis-tools/files/vorbis-tools-1.2.0-sec.patch deleted file mode 100644 index 75aecfcdfc04..000000000000 --- a/media-sound/vorbis-tools/files/vorbis-tools-1.2.0-sec.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur vorbis-tools-1.2.0.orig/ogg123/speex_format.c vorbis-tools-1.2.0/ogg123/speex_format.c ---- vorbis-tools-1.2.0.orig/ogg123/speex_format.c 2008-03-03 07:37:26.000000000 +0200 -+++ vorbis-tools-1.2.0/ogg123/speex_format.c 2008-04-14 16:47:22.000000000 +0300 -@@ -475,7 +475,7 @@ - cb->printf_error(callback_arg, ERROR, _("Cannot read header")); - return NULL; - } -- if ((*header)->mode >= SPEEX_NB_MODES) { -+ if ((*header)->mode >= SPEEX_NB_MODES || (*header)->mode < 0) { - cb->printf_error(callback_arg, ERROR, - _("Mode number %d does not (any longer) exist in this version"), - (*header)->mode); diff --git a/media-sound/vorbis-tools/files/vorbis-tools-1.2.0-with-args.patch b/media-sound/vorbis-tools/files/vorbis-tools-1.2.0-with-args.patch deleted file mode 100644 index 71603b9fe873..000000000000 --- a/media-sound/vorbis-tools/files/vorbis-tools-1.2.0-with-args.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ur vorbis-tools-1.2.0.orig/configure.ac vorbis-tools-1.2.0/configure.ac ---- vorbis-tools-1.2.0.orig/configure.ac 2008-03-03 07:37:31.000000000 +0200 -+++ vorbis-tools-1.2.0/configure.ac 2008-03-06 16:31:31.000000000 +0200 -@@ -98,8 +98,8 @@ - AC_ARG_ENABLE(ogginfo,[ --disable-ogginfo Skip building ogginfo], build_ogginfo="$enableval", build_ogginfo="yes") - AC_ARG_ENABLE(vcut, [ --disable-vcut Skip building vcut], build_vcut="$enableval", build_vcut="no") - AC_ARG_ENABLE(vorbiscomment, [ --disable-vorbiscomment Skip building vorbiscomment], build_vorbiscomment="$enableval", build_vorbiscomment="yes") --AC_ARG_WITH(flac, [ --without-flac Do not compile FLAC support], build_flac=no, build_flac="yes") --AC_ARG_WITH(speex, [ --without-speex Do not compile Speex support], build_speex=no, build_speex="yes") -+AC_ARG_WITH(flac, [ --without-flac Do not compile FLAC support], build_flac="$withval", build_flac="yes") -+AC_ARG_WITH(speex, [ --without-speex Do not compile Speex support], build_speex="$withval", build_speex="yes") - - dnl -------------------------------------------------- - dnl Check for generally needed libraries diff --git a/media-sound/vorbis-tools/vorbis-tools-1.2.0-r2.ebuild b/media-sound/vorbis-tools/vorbis-tools-1.2.0-r2.ebuild deleted file mode 100644 index b2138df66c60..000000000000 --- a/media-sound/vorbis-tools/vorbis-tools-1.2.0-r2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vorbis-tools/vorbis-tools-1.2.0-r2.ebuild,v 1.6 2008/11/18 05:39:50 darkside Exp $ - -EAPI=1 - -inherit base autotools eutils - -DESCRIPTION="tools for using the Ogg Vorbis sound file format" -HOMEPAGE="http://www.vorbis.com" -SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="flac nls +ogg123 speex" - -RDEPEND=">=media-libs/libvorbis-1.1 - flac? ( media-libs/flac ) - ogg123? ( media-libs/libao net-misc/curl ) - speex? ( media-libs/speex )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - dev-util/pkgconfig" - -PATCHES=( "${FILESDIR}/${P}-with-args.patch" - "${FILESDIR}"/${P}-sec.patch - "${FILESDIR}"/${P}-oggenc-resample-call-fix.patch ) - -src_unpack() { - base_src_unpack - cd "${S}" - AT_M4DIR="m4" eautoreconf -} - -src_compile() { - econf --enable-vcut \ - $(use_enable nls) \ - $(use_enable ogg123) \ - $(use_with flac) \ - $(use_with speex) - - emake || die "emake failed." -} - -src_install() { - emake docdir=/usr/share/doc/${PF} DESTDIR="${D}" \ - install || die "emake install failed." - - dodoc AUTHORS CHANGES README - prepalldocs -} |