diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2013-05-28 23:55:20 +0200 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2013-05-28 23:55:20 +0200 |
commit | fe56d460301273c3a4803754558e70b2a215622e (patch) | |
tree | 4a8babf9765118b2a0288ef73d277d44924dc1e5 | |
parent | sys-apps/alix-leds: remove support of dietlibc (diff) | |
download | portage-fe56d460301273c3a4803754558e70b2a215622e.tar.xz |
delete old media-libs/libshout (support to
-with-theora="${ROOT}/usr/$(get_libdir)" \
--with-vorbis="${ROOT}/usr/$(get_libdir)" \
--with-ogg="${ROOT}/usr/$(get_libdir)" \)
-rw-r--r-- | media-libs/libshout/Manifest | 4 | ||||
-rw-r--r-- | media-libs/libshout/files/libshout-2.2.2-asneeded.patch | 15 | ||||
-rw-r--r-- | media-libs/libshout/files/libshout-2.2.2-automagic.patch | 42 | ||||
-rw-r--r-- | media-libs/libshout/libshout-2.1.ebuild | 35 |
4 files changed, 0 insertions, 96 deletions
diff --git a/media-libs/libshout/Manifest b/media-libs/libshout/Manifest deleted file mode 100644 index a5de61ca..00000000 --- a/media-libs/libshout/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX libshout-2.2.2-asneeded.patch 588 RMD160 ab185a5e3d1c0b40eb3dd039b383993366d48ffa SHA1 01432ec1b0db2b92db633ae3481ee7197fa21911 SHA256 e03f0e81dc63380b7b7d632f0cfdbf4e3cd969dfdf755e0c023abd51f8df9c09 -AUX libshout-2.2.2-automagic.patch 1480 RMD160 eec23e8d6da86aeb10a6b37f66a5eb40bc8e87b3 SHA1 b15255c7d9c954dc8d376e2a7e2c93c06fcd1361 SHA256 17a51217b0a5eefa77755fd588b64274c29c019581693be2b0059e06753405b0 -DIST libshout-2.1.tar.gz 455243 RMD160 edcbf2c8111bd76ce27734513a4c483986ba2e7e SHA1 c251d0791d807762957235442fa9b777f3f6068c SHA256 786e130d697352cdcf5e20b353286e17b898e486c9ed2b5035c597843f5b859f -EBUILD libshout-2.1.ebuild 977 RMD160 07b71516039c077b5651aac7a244b668912699ea SHA1 58dc45ab7911978b8cd5e288ed688ad31b24ccdd SHA256 4459e5d03a2964d6834dea9dd77f4740aba6fb92b2db2ddb75f555a9c0718f10 diff --git a/media-libs/libshout/files/libshout-2.2.2-asneeded.patch b/media-libs/libshout/files/libshout-2.2.2-asneeded.patch deleted file mode 100644 index 1655996c..00000000 --- a/media-libs/libshout/files/libshout-2.2.2-asneeded.patch +++ /dev/null @@ -1,15 +0,0 @@ -https://trac.xiph.org/ticket/1161 - -Index: libshout-2.2.2/src/Makefile.am -=================================================================== ---- libshout-2.2.2.orig/src/Makefile.am -+++ libshout-2.2.2/src/Makefile.am -@@ -26,7 +26,7 @@ libshout_la_SOURCES = shout.c util.c ogg - AM_CFLAGS = @XIPH_CFLAGS@ - - libshout_la_LIBADD = net/libicenet.la timing/libicetiming.la avl/libiceavl.la\ -- httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(VORBIS_LIBS) -+ httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(VORBIS_LIBS) $(SPEEX_LIBS) - - INCLUDES = -I$(top_builddir)/include - diff --git a/media-libs/libshout/files/libshout-2.2.2-automagic.patch b/media-libs/libshout/files/libshout-2.2.2-automagic.patch deleted file mode 100644 index 6dc28bf7..00000000 --- a/media-libs/libshout/files/libshout-2.2.2-automagic.patch +++ /dev/null @@ -1,42 +0,0 @@ -https://trac.xiph.org/ticket/1162 - -Index: libshout-2.2.2/configure.ac -=================================================================== ---- libshout-2.2.2.orig/configure.ac -+++ libshout-2.2.2/configure.ac -@@ -122,12 +122,17 @@ PKG_CHECK_MODULES(VORBIS, vorbis, [ - VORBIS_LIBS="$VORBIS_LDFLAGS $VORBIS_LIBS" - XIPH_CFLAGS="$XIPH_CFLAGS $VORBIS_CFLAGS" - -+AC_ARG_ENABLE([theora], -+ AC_HELP_STRING([--disable-theora],[do not build with theora support])) -+ -+if test "x$enable_theora" != "xno"; then - PKG_CHECK_MODULES(THEORA, theora, [ - HAVE_THEORA="yes" - SHOUT_REQUIRES="$SHOUT_REQUIRES, theora" - ], [ - XIPH_PATH_THEORA(, [AC_MSG_WARN([Theora library not found, disabling])]) - ]) -+fi - XIPH_VAR_APPEND([XIPH_CPPFLAGS],[$THEORA_CFLAGS]) - XIPH_VAR_PREPEND([XIPH_LIBS],[$THEORA LDFLAGS $THEORA_LIBS]) - AM_CONDITIONAL([HAVE_THEORA], [test -n "$THEORA_LIBS"]) -@@ -136,12 +141,17 @@ then - AC_DEFINE([HAVE_THEORA], 1, [Define if you want theora streams supported]) - fi - -+AC_ARG_ENABLE([speex], -+ AC_HELP_STRING([--disable-speex],[do not build with speex support])) -+ -+if test "x$enable_speex" != "xno"; then - PKG_CHECK_MODULES(SPEEX, speex, [ - HAVE_SPEEX="yes" - SHOUT_REQUIRES="$SHOUT_REQUIRES, speex" - ], [ - XIPH_PATH_SPEEX(, [AC_MSG_WARN([Speex library not found, disabling])]) - ]) -+fi - XIPH_VAR_APPEND([XIPH_CPPFLAGS],[$SPEEX_CFLAGS]) - XIPH_VAR_PREPEND([XIPH_LIBS],[$SPEEX LDFLAGS $SPEEX_LIBS]) - AM_CONDITIONAL([HAVE_SPEEX], [test -n "$SPEEX_LIBS"]) diff --git a/media-libs/libshout/libshout-2.1.ebuild b/media-libs/libshout/libshout-2.1.ebuild deleted file mode 100644 index 9ac57d9d..00000000 --- a/media-libs/libshout/libshout-2.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.1.ebuild,v 1.11 2007/02/11 11:04:38 vapier Exp $ - -inherit multilib - -DESCRIPTION="library for connecting and sending data to icecast servers" -HOMEPAGE="http://www.icecast.org/" -SRC_URI="http://downloads.xiph.org/releases/libshout/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="media-libs/libogg - media-libs/libvorbis" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - econf \ - --with-theora="${ROOT}/usr/$(get_libdir)" \ - --with-vorbis="${ROOT}/usr/$(get_libdir)" \ - --with-ogg="${ROOT}/usr/$(get_libdir)" \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc README examples/example.c - rm -rf "${D}"/usr/share/doc/libshout -} |