public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/movit/
Date: Sat, 26 Aug 2017 18:40:14 +0000 (UTC)	[thread overview]
Message-ID: <1503772809.e1f1f16eefefd7868b26068bffdec3e99077ae6d.patrick@gentoo> (raw)

commit:     e1f1f16eefefd7868b26068bffdec3e99077ae6d
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 18:39:54 2017 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 18:40:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f1f16e

media-video/movit: Bump

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-video/movit/Manifest           |  1 +
 media-video/movit/movit-1.5.3.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/media-video/movit/Manifest b/media-video/movit/Manifest
index bbca4822526..813264866ba 100644
--- a/media-video/movit/Manifest
+++ b/media-video/movit/Manifest
@@ -7,3 +7,4 @@ DIST movit-1.4.0.tar.gz 578195 SHA256 cc6bbcd0c907f47cfa7bb3401a30bda849e6a0de2a
 DIST movit-1.5.0.tar.gz 941449 SHA256 4d595a20b7d836aca10b362bb2003ed958b337d643bb93f4973bc07e8bbf90e7 SHA512 9552791f5bd6723bae23acf869b6438934b595084f00e60fb31dda08ecb28623ff2457511004fcbf985307091734089b2d546bc03973c60177e836c2b43a02fd WHIRLPOOL 226c28835c3c6be3dc4a6cafdd986a1b007fa64e3e1b5d45d3fd132c366785a8e781bc795b67504e9784f04856bd0f8ee4f5fa7ab7a9477dbf220a154b85fc85
 DIST movit-1.5.1.tar.gz 969481 SHA256 8434edd81c2226c8d6fa7f4715b0d4818bb76cbceafa632b99f9c61e058ea988 SHA512 2aa35cb05374a0b6a74eaeccf8a50d382684c16c47f6be43139ebeac9f6399bd4f6a22cbd27bbb4a78fce48f3357199ea51a53b168719ece624018ae4c620c4a WHIRLPOOL 771f91dddc44e0a3c43eba6a06558b3866e94362c48f501ee9e881795ee0890a47eb2a9375338bdbcb7937144a97dc4608a91e182e84c2efe231d738c6ccc919
 DIST movit-1.5.2.tar.gz 852983 SHA256 872ee2cd634527b505d631eea0b3e20e7155d6a260db11cb347a2a7a52fd6a8c SHA512 96cf5e985f32bd3b278fa6cb4a83d2220337f5efc2c1ca636949e257bfa3817dcb5fdf396ec4f9c49469c481225bcb5a4f292a5960ccec1746985714ff8c6618 WHIRLPOOL 5329a8066578f41bc185ca3fe93e9717859a9b1df7277b9ce391c3fcaa2f74f0a465d2b6d7484564f196ad3fe0f37ea2708236e7b3114390002d3c521a8fe02b
+DIST movit-1.5.3.tar.gz 853170 SHA256 ead191d717dbefbe914260ed0335cf04a7dfc6fde8f23293c5ca7f88e45ace81 SHA512 390f893c06c5ea7e0b6c9f5e89db858af53d9926460fb05df2147ec10fe0fc957d211dbcc5d4778dd19f0d94cd5280b015902f796758910347611d817ae8c035 WHIRLPOOL 2eae8e6d46dafe91fd3d58e9a4893fc531af74b671944ae472cb127645b956d4353efbc7d738f2c2f992a2b804654284b81a8116d67152420cce7d83413b97a1

diff --git a/media-video/movit/movit-1.5.3.ebuild b/media-video/movit/movit-1.5.3.ebuild
new file mode 100644
index 00000000000..299342f9b07
--- /dev/null
+++ b/media-video/movit/movit-1.5.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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="http://movit.sesse.net/"
+# Tests need gtest, makefile unconditionally builds tests, so ... yey!
+SRC_URI="http://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
+	>=dev-cpp/eigen-3.2.0:3
+	media-libs/libepoxy
+	>=sci-libs/fftw-3
+	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
+}


             reply	other threads:[~2017-08-26 18:40 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-26 18:40 Patrick Lauer [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-12-02  0:32 Aaron Bauman
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-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=1503772809.e1f1f16eefefd7868b26068bffdec3e99077ae6d.patrick@gentoo \
    --to=patrick@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