From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libprojectm/
Date: Sun, 20 May 2018 00:33:21 +0000 (UTC) [thread overview]
Message-ID: <1526776234.1670adac8404081469fa7a92ff93565c750a7372.bman@gentoo> (raw)
commit: 1670adac8404081469fa7a92ff93565c750a7372
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 19 07:15:34 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 20 00:30:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1670adac
media-libs/libprojectm: remove old
media-libs/libprojectm/libprojectm-2.1.0-r1.ebuild | 57 ----------------------
1 file changed, 57 deletions(-)
diff --git a/media-libs/libprojectm/libprojectm-2.1.0-r1.ebuild b/media-libs/libprojectm/libprojectm-2.1.0-r1.ebuild
deleted file mode 100644
index 3b248ee9b6f..00000000000
--- a/media-libs/libprojectm/libprojectm-2.1.0-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit base cmake-utils flag-o-matic eutils toolchain-funcs multilib
-
-MY_P=${PN/m/M}-complete-${PV}-Source ; MY_P=${MY_P/lib}
-
-DESCRIPTION="A graphical music visualization plugin similar to milkdrop"
-HOMEPAGE="http://projectm.sourceforge.net"
-SRC_URI="mirror://sourceforge/projectm/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="debug openmp video_cards_nvidia"
-
-RDEPEND="media-fonts/dejavu
- >=media-libs/ftgl-2.1.3_rc5
- media-libs/freetype:2
- media-libs/mesa
- media-libs/glew:=
- sys-libs/zlib
- video_cards_nvidia? ( media-gfx/nvidia-cg-toolkit )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}/src/libprojectM
-
-PATCHES=(
- "${FILESDIR}"/${P}-multilib.patch
- "${FILESDIR}"/${P}-path.patch
-)
-
-src_configure() {
- if use video_cards_nvidia; then
- append-ldflags -L/opt/nvidia-cg-toolkit/$(get_libdir)
- append-ldflags -L/opt/nvidia-cg-toolkit/lib
- append-cppflags -I/opt/nvidia-cg-toolkit/include
- fi
-
- local mycmakeargs=(
- $(cmake-utils_use_use video_cards_nvidia CG)
- "-DUSE_OPENMP=OFF"
- "-DprojectM_FONT_MENU=${EPREFIX}/usr/share/fonts/dejavu/DejaVuSans.ttf"
- "-DprojectM_FONT_TITLE=${EPREFIX}/usr/share/fonts/dejavu/DejaVuSansMono.ttf"
- )
-
- if use openmp && tc-has-openmp; then
- mycmakeargs+=(
- $(cmake-utils_use_use openmp)
- )
- fi
-
- cmake-utils_src_configure
-}
next reply other threads:[~2018-05-20 0:33 UTC|newest]
Thread overview: 80+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-20 0:33 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-23 5:22 [gentoo-commits] repo/gentoo:master commit in: media-libs/libprojectm/ Sam James
2025-05-23 5:22 Sam James
2025-05-22 19:44 Andreas Sturmlechner
2025-02-25 19:29 Sam James
2025-02-25 19:29 Sam James
2025-02-25 19:29 Sam James
2025-02-25 19:29 Sam James
2025-02-25 19:29 Sam James
2025-02-25 18:49 Sam James
2025-02-25 18:49 Sam James
2025-01-24 15:22 Craig Andrews
2024-12-06 8:02 Miroslav Šulc
2024-11-30 22:49 Sam James
2024-11-30 18:58 Arthur Zamarin
2024-11-30 18:58 Arthur Zamarin
2024-10-30 11:58 Miroslav Šulc
2024-07-29 10:38 Sam James
2024-07-29 9:40 Sam James
2024-07-29 9:40 Sam James
2024-07-29 9:40 Sam James
2024-07-29 9:40 Sam James
2024-07-29 9:40 Sam James
2024-07-29 8:54 Arthur Zamarin
2024-06-28 8:55 Miroslav Šulc
2024-06-28 8:55 Miroslav Šulc
2024-06-28 8:55 Miroslav Šulc
2024-05-23 16:10 Matt Turner
2024-03-23 19:10 Craig Andrews
2023-05-29 13:11 Andreas Sturmlechner
2022-12-03 6:08 WANG Xuerui
2022-12-03 6:08 WANG Xuerui
2021-08-21 8:44 Marek Szuba
2021-04-23 17:40 Miroslav Šulc
2021-04-23 16:13 Sam James
2021-04-22 12:23 Sam James
2021-04-21 18:53 Sam James
2021-04-20 23:35 Sam James
2021-04-20 23:35 Sam James
2021-04-20 23:35 Sam James
2021-02-25 9:46 Sam James
2021-02-21 1:50 Craig Andrews
2021-02-16 17:27 Craig Andrews
2021-02-16 17:27 Craig Andrews
2021-02-07 18:19 Sergei Trofimovich
2021-02-07 9:22 Sam James
2021-01-04 3:33 Sam James
2021-01-04 3:31 Sam James
2020-11-26 23:01 Sergei Trofimovich
2020-09-20 20:54 Craig Andrews
2020-09-20 20:54 Craig Andrews
2020-08-09 12:32 Sergei Trofimovich
2020-07-29 14:19 Craig Andrews
2020-07-29 14:19 Craig Andrews
2020-07-27 17:11 Craig Andrews
2020-07-12 9:39 Sergei Trofimovich
2020-04-14 17:19 Sergei Trofimovich
2020-03-09 2:23 Craig Andrews
2020-02-23 1:53 Craig Andrews
2020-02-23 1:53 Craig Andrews
2020-02-08 2:00 Craig Andrews
2020-01-23 13:52 Craig Andrews
2020-01-22 17:25 Craig Andrews
2020-01-21 2:12 Craig Andrews
2019-11-18 18:26 Craig Andrews
2019-11-10 18:24 Craig Andrews
2019-10-07 14:26 Craig Andrews
2019-10-07 13:10 Craig Andrews
2019-10-06 13:01 Craig Andrews
2019-10-04 20:00 Craig Andrews
2018-11-06 16:16 Craig Andrews
2018-11-06 16:16 Craig Andrews
2018-10-01 20:55 Andreas Sturmlechner
2018-04-18 6:31 Sergei Trofimovich
2018-03-17 12:17 Sergei Trofimovich
2017-10-23 18:42 Thomas Deutschmann
2017-10-15 22:34 Manuel Rüger
2017-10-14 20:12 Sergei Trofimovich
2017-10-14 18:24 Sergei Trofimovich
2015-08-25 8:13 Lars Wendler
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=1526776234.1670adac8404081469fa7a92ff93565c750a7372.bman@gentoo \
--to=bman@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