public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/speex/files/, media-libs/speex/
@ 2018-04-30 15:58 Mike Gilbert
  0 siblings, 0 replies; only message in thread
From: Mike Gilbert @ 2018-04-30 15:58 UTC (permalink / raw
  To: gentoo-commits

commit:     63d714d838dcbc32e40814b80f4d684ed385d0d2
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Mon Apr 30 15:31:36 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Apr 30 15:39:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d714d8

media-libs/speex: Delete old version (1.2_rc1-r2).

 media-libs/speex/Manifest                          |  1 -
 .../speex/files/speex-1.2_rc1-r1-configure.patch   | 40 -----------------
 media-libs/speex/speex-1.2_rc1-r2.ebuild           | 52 ----------------------
 3 files changed, 93 deletions(-)

diff --git a/media-libs/speex/Manifest b/media-libs/speex/Manifest
index 7f181475e7a..2f4a5429878 100644
--- a/media-libs/speex/Manifest
+++ b/media-libs/speex/Manifest
@@ -1,2 +1 @@
 DIST speex-1.2.0.tar.gz 1047080 BLAKE2B 928e044e1195d4d977497cd1275a07323df233ee85e3ec188f362720f96303c2fc2002c1147c2ac93ca03570ff98428d983eb7d00439c9cdbe131041d9aa2697 SHA512 7fe10838c7d1bafcbe42295b82b79262420dba793b8a4388e2f73a3007850b5572face1b5308d9f4e8d7dfc9cb1c016cbad88cd65b2892667986107ed946836b
-DIST speex-1.2rc1.tar.gz 1061882 BLAKE2B 1ce4a2c6682c7142cec64dab7075525ffb485d43f61aabab82e01333df2e59c04dba56bf8982a28dd544011dab45db03b4830430303e9610846ed79d77d69d0f SHA512 bdf1ddb2d60496ab220b94c1bec7a43f267fc964fdbb5cc9f24b71b9b571f237f5ce98c1d74b02699d71a95281f4694ff464ebec25e3b135244e5b3099cb1813

diff --git a/media-libs/speex/files/speex-1.2_rc1-r1-configure.patch b/media-libs/speex/files/speex-1.2_rc1-r1-configure.patch
deleted file mode 100644
index a6c9166a925..00000000000
--- a/media-libs/speex/files/speex-1.2_rc1-r1-configure.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -urN speex-1.2rc1.orig/configure.ac speex-1.2rc1/configure.ac
---- speex-1.2rc1.orig/configure.ac	2008-07-21 03:17:08.000000000 +0100
-+++ speex-1.2rc1/configure.ac	2011-03-15 00:23:21.263751871 +0000
-@@ -112,9 +112,6 @@
- 
- AC_CHECK_HEADERS(sys/soundcard.h sys/audioio.h)
- 
--XIPH_PATH_OGG([src="src"], [src=""])
--AC_SUBST(src)
--
- AC_CHECK_LIB(m, sin)
- 
- # Check for getopt_long; if not found, use included source.
-@@ -139,10 +136,16 @@
-   AC_DEFINE([ENABLE_VALGRIND], , [Enable valgrind extra checks])
- fi])
- 
-+AC_ARG_ENABLE(ogg, [  --enable-ogg            Enable OGG support], [if test "$enableval" = yes; then
-+  XIPH_PATH_OGG([src="src"], [src=""])
-+  AC_SUBST(src)
-+fi
-+])
-+
- AC_ARG_ENABLE(sse, [  --enable-sse            Enable SSE support], [
- if test "x$enableval" != xno; then
- has_sse=yes
--CFLAGS="$CFLAGS -O3 -msse"
-+CFLAGS="$CFLAGS -msse"
- else
- has_sse=no
- fi
-@@ -217,7 +220,7 @@
-  ],
-  [gpl-fftw3], [
-   AC_DEFINE([USE_GPL_FFTW3], [], [Use FFTW3 for FFT])
--  PKG_CHECK_MODULES(FFT, fftw3f)
-+  PKG_CHECK_MODULES([FFT], [fftw3f])
-  ],
-  [proprietary-intel-mkl], [
-   AC_DEFINE([USE_INTEL_MKL], [], [Use Intel Math Kernel Library for FFT])

diff --git a/media-libs/speex/speex-1.2_rc1-r2.ebuild b/media-libs/speex/speex-1.2_rc1-r2.ebuild
deleted file mode 100644
index 17a13565651..00000000000
--- a/media-libs/speex/speex-1.2_rc1-r2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils flag-o-matic multilib-minimal
-
-MY_P=${P/_} ; MY_P=${MY_P/_p/.}
-
-DESCRIPTION="Audio compression format designed for speech"
-HOMEPAGE="http://www.speex.org/"
-SRC_URI="http://downloads.xiph.org/releases/speex/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="ogg cpu_flags_x86_sse static-libs"
-
-RDEPEND="ogg? ( media-libs/libogg:= )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( AUTHORS ChangeLog NEWS README README.TI-DSP README.blackfin README.symbian TODO )
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-r1-configure.patch
-
-	sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #467012
-
-	sed -i \
-		-e 's:noinst_PROGRAMS:check_PROGRAMS:' \
-		libspeex/Makefile.am || die
-
-	eautoreconf
-}
-
-multilib_src_configure() {
-	append-lfs-flags
-
-	ECONF_SOURCE="${S}" econf \
-		$(use_enable static-libs static) \
-		$(use_enable cpu_flags_x86_sse sse) \
-		$( [ "${ABI}" = "${DEFAULT_ABI}" ] && echo $(use_enable ogg))
-	# ogg is only for speexdec/speexenc binaries, useless for non native ABIs
-}
-
-multilib_src_install() {
-	emake DESTDIR="${D}" docdir="${EPREFIX}/usr/share/doc/${PF}" install
-
-	prune_libtool_files
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-30 15:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-30 15:58 [gentoo-commits] repo/gentoo:master commit in: media-libs/speex/files/, media-libs/speex/ Mike Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox