commit: 534e003eec465ce77580d157d4e4de62d103b038 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org> AuthorDate: Mon Sep 16 22:25:25 2019 +0000 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org> CommitDate: Mon Sep 16 22:25:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=534e003e
media-libs/libtxc_dxtn: Add to ::wine Fixes: https://bugs.gentoo.org/show_bug.cgi?id=654466 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org> media-libs/libtxc_dxtn/Manifest | 1 + media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r4.ebuild | 29 ++++++++++++++++++++++ media-libs/libtxc_dxtn/metadata.xml | 8 ++++++ 3 files changed, 38 insertions(+) diff --git a/media-libs/libtxc_dxtn/Manifest b/media-libs/libtxc_dxtn/Manifest new file mode 100644 index 0000000..07c3597 --- /dev/null +++ b/media-libs/libtxc_dxtn/Manifest @@ -0,0 +1 @@ +DIST libtxc_dxtn-1.0.1.tar.bz2 214038 BLAKE2B a342bda7375dcbd4001adb5469c90a043fa039bc2505c9cf717613054b494fea9054136b25ac80b016c62aec248085a60ab5e71190cd5c2d90941bdda6408d16 SHA512 56714a8c947d9b1f47e3ccb23cff9e4e57bd131907a82968de521d094a000275b3aaeecff28e9184bcc4f3932baa1a8bfbbefbc970fcd034ff953d0617148479 diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r4.ebuild b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r4.ebuild new file mode 100644 index 0000000..f863011 --- /dev/null +++ b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit multilib-minimal + +DESCRIPTION="Helper library for S3TC texture (de)compression" +HOMEPAGE="https://cgit.freedesktop.org/~mareko/libtxc_dxtn/" +SRC_URI="https://people.freedesktop.org/~cbrill/${PN}/${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="" + +DEPEND="media-libs/mesa" +RDEPEND="" + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf +} + +multilib_src_install_all() { + default + + # libtxc_dxtn is installed as a module (plugin) + find "${D}" -name '*.la' -delete || die +} diff --git a/media-libs/libtxc_dxtn/metadata.xml b/media-libs/libtxc_dxtn/metadata.xml new file mode 100644 index 0000000..e943b72 --- /dev/null +++ b/media-libs/libtxc_dxtn/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>[email protected]</email> + <name>X11</name> +</maintainer> +</pkgmetadata>
