diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-08-24 09:20:39 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-08-24 09:20:39 +0000 |
commit | aadb19642ffc469beb237e27a3c9231fdf97067c (patch) | |
tree | 400cb106f7b8be0fc9b3f5025aa0db8761de7adf /media-libs/taglib | |
parent | Version bump. (diff) | |
download | gentoo-2-aadb19642ffc469beb237e27a3c9231fdf97067c.tar.gz gentoo-2-aadb19642ffc469beb237e27a3c9231fdf97067c.tar.bz2 gentoo-2-aadb19642ffc469beb237e27a3c9231fdf97067c.zip |
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'media-libs/taglib')
-rw-r--r-- | media-libs/taglib/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/taglib/files/taglib-1.8-freebsd.patch | 12 | ||||
-rw-r--r-- | media-libs/taglib/files/taglib-1.8-headerfile_version_fix.patch | 13 | ||||
-rw-r--r-- | media-libs/taglib/taglib-1.7.2.ebuild | 55 | ||||
-rw-r--r-- | media-libs/taglib/taglib-1.8-r1.ebuild | 57 | ||||
-rw-r--r-- | media-libs/taglib/taglib-1.9.1-r1.ebuild | 62 | ||||
-rw-r--r-- | media-libs/taglib/taglib-1.9.1.ebuild | 55 |
7 files changed, 7 insertions, 255 deletions
diff --git a/media-libs/taglib/ChangeLog b/media-libs/taglib/ChangeLog index 56e525ab9484..bffbdd5fd4fa 100644 --- a/media-libs/taglib/ChangeLog +++ b/media-libs/taglib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/taglib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.158 2014/08/23 15:31:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.159 2014/08/24 09:20:39 kensington Exp $ + + 24 Aug 2014; Michael Palimaka <kensington@gentoo.org> + -files/taglib-1.8-freebsd.patch, + -files/taglib-1.8-headerfile_version_fix.patch, -taglib-1.7.2.ebuild, + -taglib-1.8-r1.ebuild, -taglib-1.9.1-r1.ebuild, -taglib-1.9.1.ebuild: + Remove old. 23 Aug 2014; Agostino Sarubbo <ago@gentoo.org> taglib-1.9.1-r2.ebuild: Stable for ia64, wrt bug #512012 diff --git a/media-libs/taglib/files/taglib-1.8-freebsd.patch b/media-libs/taglib/files/taglib-1.8-freebsd.patch deleted file mode 100644 index 52e6c2b7b5fa..000000000000 --- a/media-libs/taglib/files/taglib-1.8-freebsd.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/tests/utils.h b/tests/utils.h -index 39e15ce..b69bfa5 100644 ---- a/tests/utils.h -+++ b/tests/utils.h -@@ -7,6 +7,7 @@ - #include <unistd.h> - #include <fcntl.h> - #include <sys/fcntl.h> -+#include <sys/stat.h> - #endif - #include <stdio.h> - #include <string.h> diff --git a/media-libs/taglib/files/taglib-1.8-headerfile_version_fix.patch b/media-libs/taglib/files/taglib-1.8-headerfile_version_fix.patch deleted file mode 100644 index 54738819f3fa..000000000000 --- a/media-libs/taglib/files/taglib-1.8-headerfile_version_fix.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://github.com/taglib/taglib/commit/7b80418122a42295ada34863609d82152baab03c - ---- taglib-1.8/taglib/toolkit/taglib.h -+++ taglib-1.8/taglib/toolkit/taglib.h -@@ -27,7 +27,7 @@ - #define TAGLIB_H - - #define TAGLIB_MAJOR_VERSION 1 --#define TAGLIB_MINOR_VERSION 7 -+#define TAGLIB_MINOR_VERSION 8 - #define TAGLIB_PATCH_VERSION 0 - - #if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 1)) diff --git a/media-libs/taglib/taglib-1.7.2.ebuild b/media-libs/taglib/taglib-1.7.2.ebuild deleted file mode 100644 index 33533e859a5d..000000000000 --- a/media-libs/taglib/taglib-1.7.2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.7.2.ebuild,v 1.9 2012/05/26 17:18:31 armin76 Exp $ - -EAPI=4 -CMAKE_IN_SOURCE_BUILD=1 -inherit cmake-utils - -DESCRIPTION="A library for reading and editing audio meta data" -HOMEPAGE="http://developer.kde.org/~wheeler/taglib.html" -SRC_URI="http://developer.kde.org/~wheeler/files/src/${P}.tar.gz" - -LICENSE="LGPL-2 MPL-1.1" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -SLOT="0" -IUSE="+asf debug examples +mp4 test" - -RDEPEND="sys-libs/zlib" -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( dev-util/cppunit ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-1.6.1-install-examples.patch -) - -DOCS="AUTHORS NEWS" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_build examples) - $(cmake-utils_use_build test TESTS) - $(cmake-utils_use_with asf) - $(cmake-utils_use_with mp4) - ) - - cmake-utils_src_configure -} - -src_test() { - # ctest does not work - default -} - -pkg_postinst() { - if ! use asf; then - elog "You've chosen to disable the asf use flag, thus taglib won't include" - elog "support for Microsoft's 'advanced systems format' media container" - fi - if ! use mp4; then - elog "You've chosen to disable the mp4 use flag, thus taglib won't include" - elog "support for the MPEG-4 part 14 / MP4 media container" - fi -} diff --git a/media-libs/taglib/taglib-1.8-r1.ebuild b/media-libs/taglib/taglib-1.8-r1.ebuild deleted file mode 100644 index 175ce652f779..000000000000 --- a/media-libs/taglib/taglib-1.8-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.8-r1.ebuild,v 1.12 2013/08/27 19:19:39 aballier Exp $ - -EAPI=4 -CMAKE_IN_SOURCE_BUILD=1 -inherit cmake-utils - -DESCRIPTION="A library for reading and editing audio meta data" -HOMEPAGE="http://developer.kde.org/~wheeler/taglib.html" -SRC_URI="mirror://github/${PN}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1 MPL-1.1" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -SLOT="0" -IUSE="+asf debug examples +mp4 test" - -RDEPEND="sys-libs/zlib" -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( dev-util/cppunit ) -" - -PATCHES=( - "${FILESDIR}"/${P}-freebsd.patch - "${FILESDIR}"/${PN}-1.6.1-install-examples.patch - "${FILESDIR}"/${P}-headerfile_version_fix.patch -) - -DOCS=( AUTHORS NEWS ) - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_build examples) - $(cmake-utils_use_build test TESTS) - $(cmake-utils_use_with asf) - $(cmake-utils_use_with mp4) - ) - - cmake-utils_src_configure -} - -src_test() { - # ctest does not work - default -} - -pkg_postinst() { - if ! use asf; then - elog "You've chosen to disable the asf use flag, thus taglib won't include" - elog "support for Microsoft's 'advanced systems format' media container" - fi - if ! use mp4; then - elog "You've chosen to disable the mp4 use flag, thus taglib won't include" - elog "support for the MPEG-4 part 14 / MP4 media container" - fi -} diff --git a/media-libs/taglib/taglib-1.9.1-r1.ebuild b/media-libs/taglib/taglib-1.9.1-r1.ebuild deleted file mode 100644 index 3e6b817534b0..000000000000 --- a/media-libs/taglib/taglib-1.9.1-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r1.ebuild,v 1.3 2014/06/18 19:58:34 mgorny Exp $ - -EAPI=5 - -inherit cmake-multilib - -DESCRIPTION="A library for reading and editing audio meta data" -HOMEPAGE="http://developer.kde.org/~wheeler/taglib.html" -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1 MPL-1.1" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -SLOT="0" -IUSE="+asf debug examples +mp4 test" - -RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] - test? ( >=dev-util/cppunit-1.13.2[${MULTILIB_USEDEP}] ) -" -RDEPEND="${RDEPEND} - abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20140508-r2 - !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )" - -PATCHES=( - "${FILESDIR}"/${PN}-1.6.1-install-examples.patch -) - -DOCS=( AUTHORS NEWS ) - -MULTILIB_CHOST_TOOLS=( - /usr/bin/taglib-config -) - -multilib_src_configure() { - mycmakeargs=( - $(multilib_is_native_abi && cmake-utils_use_build examples) - $(cmake-utils_use_build test TESTS) - $(cmake-utils_use_with asf) - $(cmake-utils_use_with mp4) - ) - - cmake-utils_src_configure -} - -multilib_src_test() { - # ctest does not work - emake -C "${BUILD_DIR}" check -} - -pkg_postinst() { - if ! use asf; then - elog "You've chosen to disable the asf use flag, thus taglib won't include" - elog "support for Microsoft's 'advanced systems format' media container" - fi - if ! use mp4; then - elog "You've chosen to disable the mp4 use flag, thus taglib won't include" - elog "support for the MPEG-4 part 14 / MP4 media container" - fi -} diff --git a/media-libs/taglib/taglib-1.9.1.ebuild b/media-libs/taglib/taglib-1.9.1.ebuild deleted file mode 100644 index 3432ffda0456..000000000000 --- a/media-libs/taglib/taglib-1.9.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1.ebuild,v 1.1 2013/10/13 10:27:45 johu Exp $ - -EAPI=5 -CMAKE_IN_SOURCE_BUILD=1 -inherit cmake-utils - -DESCRIPTION="A library for reading and editing audio meta data" -HOMEPAGE="http://developer.kde.org/~wheeler/taglib.html" -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1 MPL-1.1" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -SLOT="0" -IUSE="+asf debug examples +mp4 test" - -RDEPEND="sys-libs/zlib" -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( dev-util/cppunit ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-1.6.1-install-examples.patch -) - -DOCS=( AUTHORS NEWS ) - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_build examples) - $(cmake-utils_use_build test TESTS) - $(cmake-utils_use_with asf) - $(cmake-utils_use_with mp4) - ) - - cmake-utils_src_configure -} - -src_test() { - # ctest does not work - default -} - -pkg_postinst() { - if ! use asf; then - elog "You've chosen to disable the asf use flag, thus taglib won't include" - elog "support for Microsoft's 'advanced systems format' media container" - fi - if ! use mp4; then - elog "You've chosen to disable the mp4 use flag, thus taglib won't include" - elog "support for the MPEG-4 part 14 / MP4 media container" - fi -} |