diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-05-31 12:50:32 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-05-31 14:23:39 -0400 |
commit | 90a278fd0ef5d1c3bb77508d08662dbb9a354f92 (patch) | |
tree | a0946a15688d17ae14032dbe8ff066b0e9a196ef /media-libs/libmediaart | |
parent | media-libs/libgphoto2: Drop old versions (diff) | |
download | gentoo-90a278fd0ef5d1c3bb77508d08662dbb9a354f92.tar.gz gentoo-90a278fd0ef5d1c3bb77508d08662dbb9a354f92.tar.bz2 gentoo-90a278fd0ef5d1c3bb77508d08662dbb9a354f92.zip |
media-libs/libmediaart: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/libmediaart')
-rw-r--r-- | media-libs/libmediaart/Manifest | 1 | ||||
-rw-r--r-- | media-libs/libmediaart/files/libmediaart-1.9.4-drop-bashisms-configure.patch | 38 | ||||
-rw-r--r-- | media-libs/libmediaart/libmediaart-1.9.4.ebuild | 73 |
3 files changed, 0 insertions, 112 deletions
diff --git a/media-libs/libmediaart/Manifest b/media-libs/libmediaart/Manifest index 4369fd4c6276..c4ab57aa6208 100644 --- a/media-libs/libmediaart/Manifest +++ b/media-libs/libmediaart/Manifest @@ -1,2 +1 @@ -DIST libmediaart-1.9.4.tar.xz 5827928 BLAKE2B defb53867341e3f0f794b3e167532f3ea232028b3ccc3968b13456eb74cacf8fab97e462914debaa0a7f08a2dcb98dcc0e77dec55319291388050a55b6a70a37 SHA512 e2526c22cb656c821da626c43c09d72afded1dfc369e77baea3de17dd6d3bd3b829cf3160e386459f55b9580cbeeb1d621c85876cb62739bc8d4f42429bdce1c DIST libmediaart-1.9.5.tar.xz 5549620 BLAKE2B 6656baeb52aa0f4c355354dab3eb5499af957a2d9c5530e46874127a71a55b744b0370ec25b5e187ea9b615acb195f5b817196d59e668c34f2e3c8c4f8060598 SHA512 b1d54f4b480cb5cf63a2231b082635268ac1ab708ba829a3e5ccfdfb530e9d463c5ac505cd1dc44643f23f787c4df2ef287a7e68d56e93a05b97be450c7799b6 diff --git a/media-libs/libmediaart/files/libmediaart-1.9.4-drop-bashisms-configure.patch b/media-libs/libmediaart/files/libmediaart-1.9.4-drop-bashisms-configure.patch deleted file mode 100644 index 8d65e7cd5c9f..000000000000 --- a/media-libs/libmediaart/files/libmediaart-1.9.4-drop-bashisms-configure.patch +++ /dev/null @@ -1,38 +0,0 @@ -From a193e48dd01ad3aef9dd998c1247f649719f0a80 Mon Sep 17 00:00:00 2001 -From: Sam James <sam@gentoo.org> -Date: Sun, 1 Aug 2021 07:48:51 +0100 -Subject: [PATCH] Drop bashisms from configure.ac - ---- - configure.ac | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 9ae1292..106ea57 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -218,18 +218,18 @@ selected_for_media_art="no (disabled)" - # Choose between backends (GdkPixbuf/Qt/etc) - ################################################################## - --if test "x$enable_qt" == "xyes" && test "x$enable_gdkpixbuf" == "xyes"; then -+if test "x$enable_qt" = "xyes" && test "x$enable_gdkpixbuf" = "xyes"; then - AC_MSG_ERROR([Can not enable both Qt and GdkPixbuf backends, please pick one]) - fi - - if test "x$enable_qt" != "xno" && test "x$enable_gdkpixbuf" != "xyes"; then -- if test "x$with_qt_version" == "xauto" || test "x$with_qt_version" == "x5"; then -+ if test "x$with_qt_version" = "xauto" || test "x$with_qt_version" = "x5"; then - PKG_CHECK_MODULES(QT5, - [Qt5Gui >= $QT5_REQUIRED], - [have_qt5=yes], - [have_qt5=no]) - fi -- if test "x$with_qt_version" == "xauto" || test "x$with_qt_version" == "x4"; then -+ if test "x$with_qt_version" = "xauto" || test "x$with_qt_version" = "x4"; then - PKG_CHECK_MODULES(QT4, - [QtGui >= $QT4_REQUIRED], - [have_qt4=yes], --- -2.32.0 - diff --git a/media-libs/libmediaart/libmediaart-1.9.4.ebuild b/media-libs/libmediaart/libmediaart-1.9.4.ebuild deleted file mode 100644 index 1d664b0ef6e9..000000000000 --- a/media-libs/libmediaart/libmediaart-1.9.4.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -VALA_USE_DEPEND="vapigen" -VALA_MIN_API_VERSION="0.16" - -inherit autotools gnome2 vala virtualx - -DESCRIPTION="Manages, extracts and handles media art caches" -HOMEPAGE="https://gitlab.gnome.org/GNOME/libmediaart" - -LICENSE="LGPL-2.1+" -SLOT="2.0" -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" -IUSE="gtk +introspection qt5 vala" -REQUIRED_USE=" - ?? ( gtk qt5 ) - vala? ( introspection ) -" - -RDEPEND=" - >=dev-libs/glib-2.38.0:2 - gtk? ( >=x11-libs/gdk-pixbuf-2.12:2 ) - introspection? ( >=dev-libs/gobject-introspection-1.30:= ) - qt5? ( dev-qt/qtgui:5 ) -" -DEPEND="${RDEPEND} - dev-libs/gobject-introspection-common - >=dev-util/gtk-doc-am-1.8 - virtual/pkgconfig - vala? ( $(vala_depend) ) -" - -src_prepare() { - # Make doc parallel installable - cd "${S}"/docs/reference/${PN} || die - sed -e "s/\(DOC_MODULE.*=\).*/\1${PN}-${SLOT}/" \ - -e "s/\(DOC_MAIN_SGML_FILE.*=\).*/\1${PN}-docs-${SLOT}.xml/" \ - -i Makefile.am Makefile.in || die - sed -e "s/\(<book.*name=\"\)libmediaart/\1${PN}-${SLOT}/" \ - -i html/libmediaart.devhelp2 || die - mv libmediaart-docs{,-${SLOT}}.xml || die - mv libmediaart-overrides{,-${SLOT}}.txt || die - mv libmediaart-sections{,-${SLOT}}.txt || die - mv html/libmediaart{,-${SLOT}}.devhelp2 || die - cd "${S}" || die - - eapply "${FILESDIR}"/${PN}-1.9.4-drop-bashisms-configure.patch - eautoreconf - - use vala && vala_src_prepare - gnome2_src_prepare -} - -src_configure() { - if use qt5 ; then - local myconf="--with-qt-version=5" - fi - - gnome2_src_configure \ - --enable-unit-tests \ - $(use_enable gtk gdkpixbuf) \ - $(use_enable introspection) \ - $(use_enable qt5 qt) \ - $(use_enable vala) \ - ${myconf} -} - -src_test() { - dbus-launch virtx emake check #513502 -} |