public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-ttf/
Date: Thu, 28 Apr 2016 05:38:48 +0000 (UTC)	[thread overview]
Message-ID: <1461821886.db55fdef0edac7a112182caeb047c29ee4de8c43.mr_bones_@gentoo> (raw)

commit:     db55fdef0edac7a112182caeb047c29ee4de8c43
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 05:38:06 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 05:38:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db55fdef

media-libs/sdl2-ttf: needs virtual/opengl (bug #581412; version bump

Package-Manager: portage-2.2.26

 media-libs/sdl2-ttf/Manifest                                     | 1 +
 media-libs/sdl2-ttf/sdl2-ttf-2.0.13.ebuild                       | 3 ++-
 .../sdl2-ttf/{sdl2-ttf-2.0.13.ebuild => sdl2-ttf-2.0.14.ebuild}  | 9 +++------
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/media-libs/sdl2-ttf/Manifest b/media-libs/sdl2-ttf/Manifest
index 7863edd..157ee9f 100644
--- a/media-libs/sdl2-ttf/Manifest
+++ b/media-libs/sdl2-ttf/Manifest
@@ -1 +1,2 @@
 DIST SDL2_ttf-2.0.13.tar.gz 4152978 SHA256 25ddad0302e7d74ce16a770974930cefbdcf67499ca7d40ce7a6bd7de6022fdf SHA512 24f7d77c7d46be3c8236d6edde42f40c97c778e2fdb5d7923f1ec473ce19039c382843afe6de79f04c014d3f854cdf912cdfe1e0cf803a2fd246fd4c65360c6b WHIRLPOOL 52cc6db07d049c6b35f5f68cbc9ed9e3622052a014e1b86ccc0a4b7daa1058a9b8e0f1ca5a42e7ddace0acc4978c4277133611571b1f3a543f048714a615f949
+DIST SDL2_ttf-2.0.14.tar.gz 4147462 SHA256 34db5e20bcf64e7071fe9ae25acaa7d72bdc4f11ab3ce59acc768ab62fe39276 SHA512 4db817573fd216e26180f4c401cc869ce407589a461032fd7167dc612d35e038cca1ab67be7909b6b49c741581a68125ab46362ad8e3c0a2cdd39624ad847099 WHIRLPOOL 9d84904c696f2cc835d27486fe82ad9004a50749a021b7867f5f73de01ec3949be6a6f748faf446e5ee24a8d9206215bcc8a1241941b90ce3066fb194ea0b162

diff --git a/media-libs/sdl2-ttf/sdl2-ttf-2.0.13.ebuild b/media-libs/sdl2-ttf/sdl2-ttf-2.0.13.ebuild
index 38dfb0f..dc27755 100644
--- a/media-libs/sdl2-ttf/sdl2-ttf-2.0.13.ebuild
+++ b/media-libs/sdl2-ttf/sdl2-ttf-2.0.13.ebuild
@@ -17,7 +17,8 @@ IUSE="static-libs X"
 
 RDEPEND="X? ( >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] )
 	>=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]
-	>=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}]"
+	>=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}]
+	virtual/opengl[${MULTILIB_USEDEP}]"
 DEPEND=${RDEPEND}
 
 S=${WORKDIR}/${MY_P}

diff --git a/media-libs/sdl2-ttf/sdl2-ttf-2.0.13.ebuild b/media-libs/sdl2-ttf/sdl2-ttf-2.0.14.ebuild
similarity index 85%
copy from media-libs/sdl2-ttf/sdl2-ttf-2.0.13.ebuild
copy to media-libs/sdl2-ttf/sdl2-ttf-2.0.14.ebuild
index 38dfb0f..4a1e2f9 100644
--- a/media-libs/sdl2-ttf/sdl2-ttf-2.0.13.ebuild
+++ b/media-libs/sdl2-ttf/sdl2-ttf-2.0.14.ebuild
@@ -12,12 +12,13 @@ SRC_URI="http://www.libsdl.org/projects/SDL_ttf/release/${MY_P}.tar.gz"
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="static-libs X"
 
 RDEPEND="X? ( >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] )
 	>=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]
-	>=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}]"
+	>=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}]
+	virtual/opengl[${MULTILIB_USEDEP}]"
 DEPEND=${RDEPEND}
 
 S=${WORKDIR}/${MY_P}
@@ -28,10 +29,6 @@ multilib_src_configure() {
 		$(use_with X x)
 }
 
-multilib_src_install() {
-	emake DESTDIR="${D}" install
-}
-
 multilib_src_install_all() {
 	dodoc {CHANGES,README}.txt
 	prune_libtool_files


             reply	other threads:[~2016-04-28  5:38 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-28  5:38 Michael Sterrett [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-19 21:26 [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-ttf/ Sam James
2025-02-19 21:26 Sam James
2024-05-19 19:43 Arthur Zamarin
2024-04-29  7:51 Jakov Smolić
2024-03-18  7:20 Sam James
2023-12-01 14:33 Arthur Zamarin
2023-09-28  6:17 Sam James
2023-09-28  4:21 Sam James
2023-09-28  0:21 Sam James
2023-09-27  8:52 Sam James
2023-09-27  5:03 Sam James
2023-09-27  4:59 Sam James
2023-02-07 23:06 Sam James
2022-12-16  6:26 Sam James
2022-12-16  6:26 Sam James
2022-12-03 15:05 Arthur Zamarin
2022-12-02 18:57 Arthur Zamarin
2022-12-02  9:44 Arthur Zamarin
2022-12-02  8:35 Arthur Zamarin
2022-12-02  8:20 Sam James
2022-12-02  8:12 Arthur Zamarin
2022-07-19  1:09 Sam James
2022-07-19  1:09 Sam James
2022-01-16 23:57 Mike Gilbert
2022-01-13  1:00 Sam James
2022-01-13  1:00 Sam James
2022-01-13  0:55 Sam James
2021-11-29  7:39 Arthur Zamarin
2020-12-17  3:58 Sam James
2020-10-06 13:16 Sam James
2020-10-03 12:16 Sergei Trofimovich
2020-09-30 21:15 Sam James
2020-06-10  3:21 Matt Turner
2020-06-09 20:37 Sergei Trofimovich
2020-06-09 20:06 Michał Górny
2020-06-08 16:34 Mart Raudsepp
2020-06-08 14:18 Michał Górny
2020-06-08 13:18 Michał Górny
2019-01-25 14:55 Lars Wendler
2018-05-04 10:35 Lars Wendler
2018-05-04  8:03 Lars Wendler
2016-06-06 14:31 Agostino Sarubbo
2016-01-04  3:02 Michael Sterrett
2016-01-04  3:02 Michael Sterrett

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1461821886.db55fdef0edac7a112182caeb047c29ee4de8c43.mr_bones_@gentoo \
    --to=mr_bones_@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox