Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/wine:master commit in: media-libs/libtxc_dxtn/
Date: Mon, 16 Sep 2019 22:26:00
Message-Id: 1568672725.534e003eec465ce77580d157d4e4de62d103b038.sarnex@gentoo
1 commit: 534e003eec465ce77580d157d4e4de62d103b038
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 16 22:25:25 2019 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 16 22:25:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=534e003e
7
8 media-libs/libtxc_dxtn: Add to ::wine
9
10 Fixes: https://bugs.gentoo.org/show_bug.cgi?id=654466
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
13
14 media-libs/libtxc_dxtn/Manifest | 1 +
15 media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r4.ebuild | 29 ++++++++++++++++++++++
16 media-libs/libtxc_dxtn/metadata.xml | 8 ++++++
17 3 files changed, 38 insertions(+)
18
19 diff --git a/media-libs/libtxc_dxtn/Manifest b/media-libs/libtxc_dxtn/Manifest
20 new file mode 100644
21 index 0000000..07c3597
22 --- /dev/null
23 +++ b/media-libs/libtxc_dxtn/Manifest
24 @@ -0,0 +1 @@
25 +DIST libtxc_dxtn-1.0.1.tar.bz2 214038 BLAKE2B a342bda7375dcbd4001adb5469c90a043fa039bc2505c9cf717613054b494fea9054136b25ac80b016c62aec248085a60ab5e71190cd5c2d90941bdda6408d16 SHA512 56714a8c947d9b1f47e3ccb23cff9e4e57bd131907a82968de521d094a000275b3aaeecff28e9184bcc4f3932baa1a8bfbbefbc970fcd034ff953d0617148479
26
27 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
28 new file mode 100644
29 index 0000000..f863011
30 --- /dev/null
31 +++ b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r4.ebuild
32 @@ -0,0 +1,29 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit multilib-minimal
39 +
40 +DESCRIPTION="Helper library for S3TC texture (de)compression"
41 +HOMEPAGE="https://cgit.freedesktop.org/~mareko/libtxc_dxtn/"
42 +SRC_URI="https://people.freedesktop.org/~cbrill/${PN}/${P}.tar.bz2"
43 +
44 +LICENSE="MIT"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
47 +IUSE=""
48 +
49 +DEPEND="media-libs/mesa"
50 +RDEPEND=""
51 +
52 +multilib_src_configure() {
53 + ECONF_SOURCE="${S}" econf
54 +}
55 +
56 +multilib_src_install_all() {
57 + default
58 +
59 + # libtxc_dxtn is installed as a module (plugin)
60 + find "${D}" -name '*.la' -delete || die
61 +}
62
63 diff --git a/media-libs/libtxc_dxtn/metadata.xml b/media-libs/libtxc_dxtn/metadata.xml
64 new file mode 100644
65 index 0000000..e943b72
66 --- /dev/null
67 +++ b/media-libs/libtxc_dxtn/metadata.xml
68 @@ -0,0 +1,8 @@
69 +<?xml version="1.0" encoding="UTF-8"?>
70 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
71 +<pkgmetadata>
72 +<maintainer type="project">
73 + <email>x11@g.o</email>
74 + <name>X11</name>
75 +</maintainer>
76 +</pkgmetadata>