public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/movit/
Date: Wed,  2 Dec 2020 00:32:01 +0000 (UTC)	[thread overview]
Message-ID: <1606869110.2056e5a3cb385d0929742e5b88f3c7f70cf86cbc.bman@gentoo> (raw)

commit:     2056e5a3cb385d0929742e5b88f3c7f70cf86cbc
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  1 23:54:39 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 00:31:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2056e5a3

media-video/movit: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 media-video/movit/Manifest           |  2 --
 media-video/movit/movit-1.2.0.ebuild | 34 ---------------------------
 media-video/movit/movit-1.6.1.ebuild | 45 ------------------------------------
 3 files changed, 81 deletions(-)

diff --git a/media-video/movit/Manifest b/media-video/movit/Manifest
index a1730bbc17e..a058a3e80cd 100644
--- a/media-video/movit/Manifest
+++ b/media-video/movit/Manifest
@@ -1,4 +1,2 @@
 DIST gtest-1.7.0.zip 1164254 BLAKE2B ba8cf5dc336e3a6889b58922b62497cdac94d9f77bc5cbac3d72e4a88f33cbe572b6f61b5323acb7ea6dfc67f92c0ba231bedc5251c276831ea7a9e77ab6d570 SHA512 8859369f2dd32cbc2ac01aba029aa3ff20a321f40658b9643aff442d34c33468221866b801b28c66a28af47dbcd362d26941fc98db92b6efb7e41ea5b7be1a07
-DIST movit-1.2.0.tar.gz 534145 BLAKE2B 6409bd2d1e85e21dbce00c36152275553594f0c9d809802b5f96e8b7e56c03ccda9588631c156e34da1d54962bbdbbd03d9e78c60062bc01a04896b7fd88410f SHA512 7c75ae60e2b5248e2691074d67005728555d6b7fea320ac9d7bcd401c1640467f18f78e446e57894d9b3b3b6a597ee0603ccdd963f21a408e96c7f0d0f5ac154
-DIST movit-1.6.1.tar.gz 870278 BLAKE2B 736b34cf4d5a9d9b59e56dc994d467ffc33e86c8bd04a8062362e76f4d7a4c973252a65258d6b29753942c0f320e778a4a1ae4484795b3129de779a51770f936 SHA512 36e425cc1bcfce9afd9124c696d95f2f6c74279161c178195d9f4d22a34acb1919aac5f51c29aa13b95d0a7343beacb41b1686fb4ad92acd136c6a25ccb4044d
 DIST movit-1.6.2.tar.gz 878822 BLAKE2B 02b1a5d9b05c944d0b39f93e6c4ea0ced26128e9067db91b93f47fdda154cb7650217a821b077742ae555e6464579f95ad7a5976bcfea319e3dd2d515add83c4 SHA512 005e75712fcb83b0e9c0301925afe2c87a6d99856e7c6fe6468c93de5cbdd633507179c79a7536bb7acb1246c71302d98a92289a0a618b07d920b4620fd6abc7

diff --git a/media-video/movit/movit-1.2.0.ebuild b/media-video/movit/movit-1.2.0.ebuild
deleted file mode 100644
index 2559f5d8e54..00000000000
--- a/media-video/movit/movit-1.2.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# no sane way to use OpenGL from within tests?
-RESTRICT="test"
-
-DESCRIPTION="Modern Video Toolkit"
-HOMEPAGE="https://movit.sesse.net/"
-# Tests need gtest, makefile unconditionally builds tests, so ... yey!
-SRC_URI="https://movit.sesse.net/${P}.tar.gz
-	https://googletest.googlecode.com/files/gtest-1.7.0.zip"
-LICENSE="GPL-2+"
-SLOT="0"
-
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-IUSE=""
-
-RDEPEND="media-libs/mesa[X(+)]
-	>=dev-cpp/eigen-3.2.0:3
-	media-libs/libepoxy
-	sci-libs/fftw
-	media-libs/libsdl2
-	"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-	GTEST_DIR="${WORKDIR}/gtest-1.7.0" emake
-}
-
-src_test() {
-	GTEST_DIR="${WORKDIR}/gtest-1.7.0" emake check
-}

diff --git a/media-video/movit/movit-1.6.1.ebuild b/media-video/movit/movit-1.6.1.ebuild
deleted file mode 100644
index 0a66dbe65a8..00000000000
--- a/media-video/movit/movit-1.6.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-# no sane way to use OpenGL from within tests?
-RESTRICT="test"
-
-DESCRIPTION="Modern Video Toolkit"
-HOMEPAGE="https://movit.sesse.net/"
-# Tests need gtest, makefile unconditionally builds tests, so ... yey!
-SRC_URI="https://movit.sesse.net/${P}.tar.gz
-	https://googletest.googlecode.com/files/gtest-1.7.0.zip"
-LICENSE="GPL-2+"
-SLOT="0"
-
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/mesa[X(+)]
-	>=dev-cpp/eigen-3.2.0:3
-	media-libs/libepoxy
-	>=sci-libs/fftw-3
-	media-libs/libsdl2
-	"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	econf --disable-static
-}
-
-src_compile() {
-	GTEST_DIR="${WORKDIR}/gtest-1.7.0" emake
-}
-
-src_test() {
-	GTEST_DIR="${WORKDIR}/gtest-1.7.0" emake check
-}
-
-src_install() {
-	default
-	find "${ED}" -name '*.la' -delete || die
-}


             reply	other threads:[~2020-12-02  0:32 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-02  0:32 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-15 19:06 [gentoo-commits] repo/gentoo:master commit in: media-video/movit/ Matt Turner
2024-05-10 23:33 Sam James
2024-05-10 23:33 Sam James
2024-05-10 23:33 Sam James
2024-05-02  8:51 Sam James
2023-06-12  8:22 罗百科
2022-04-21 18:51 Sam James
2022-04-10 13:33 Yixun Lan
2022-01-29 14:03 Jakov Smolić
2022-01-14 16:24 Agostino Sarubbo
2022-01-14 16:24 Agostino Sarubbo
2022-01-14 14:40 Arthur Zamarin
2021-11-25 16:53 Marek Szuba
2021-11-25 16:53 Marek Szuba
2021-05-31 20:45 David Seifert
2021-01-09 10:36 Sam James
2020-11-14 20:22 David Seifert
2019-09-08 10:55 Agostino Sarubbo
2019-09-07 21:07 Thomas Deutschmann
2019-09-07 15:38 Aaron Bauman
2019-02-19 18:04 Andreas Sturmlechner
2018-03-30 18:53 Patrick Lauer
2018-02-25  9:59 Patrick Lauer
2017-08-26 18:40 Patrick Lauer
2017-07-30  6:33 Patrick Lauer
2017-06-26 13:50 Patrick Lauer
2017-04-08 17:10 Patrick Lauer
2016-11-28 10:56 Patrick Lauer
2016-06-23 13:40 Michael Palimaka
2016-06-13 14:34 Patrick Lauer
2016-02-26 14:15 Patrick Lauer
2016-02-18  9:48 Patrick Lauer
2016-02-11 17:41 Patrick Lauer
2015-12-21 13:22 Patrick Lauer
2015-10-04  9:58 Jeroen Roovers
2015-08-26 23:51 Manuel Rüger

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=1606869110.2056e5a3cb385d0929742e5b88f3c7f70cf86cbc.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