* [gentoo-commits] repo/gentoo:master commit in: media-plugins/mediastreamer-x264/
@ 2018-02-09 23:08 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2018-02-09 23:08 UTC (permalink / raw
To: gentoo-commits
commit: ef90419c1f2ee7b61d6cc44a09ced9ff54ec70c1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 9 22:19:36 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 9 23:08:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef90419c
media-plugins/mediastreamer-x264: Switch to https
Package-Manager: Portage-2.3.24, Repoman-2.3.6
media-plugins/mediastreamer-x264/mediastreamer-x264-1.4.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-plugins/mediastreamer-x264/mediastreamer-x264-1.4.2-r1.ebuild b/media-plugins/mediastreamer-x264/mediastreamer-x264-1.4.2-r1.ebuild
index 11aa80a4c0e..d2f820181b6 100644
--- a/media-plugins/mediastreamer-x264/mediastreamer-x264-1.4.2-r1.ebuild
+++ b/media-plugins/mediastreamer-x264/mediastreamer-x264-1.4.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
MY_P="msx264-${PV}"
DESCRIPTION="mediastreamer plugin: add H264 support"
-HOMEPAGE="http://www.linphone.org/"
+HOMEPAGE="https://www.linphone.org/"
SRC_URI="mirror://nongnu/linphone/plugins/sources/${MY_P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/mediastreamer-x264/
@ 2018-02-09 23:08 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2018-02-09 23:08 UTC (permalink / raw
To: gentoo-commits
commit: 5e20646546b836a370fbe3ce5f29b058993c5bb3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 9 22:21:23 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 9 23:08:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e206465
media-plugins/mediastreamer-x264: Bump to EAPI 6
Package-Manager: Portage-2.3.24, Repoman-2.3.6
.../mediastreamer-x264/mediastreamer-x264-1.4.2-r1.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/media-plugins/mediastreamer-x264/mediastreamer-x264-1.4.2-r1.ebuild b/media-plugins/mediastreamer-x264/mediastreamer-x264-1.4.2-r1.ebuild
index d2f820181b6..ee05ed3be04 100644
--- a/media-plugins/mediastreamer-x264/mediastreamer-x264-1.4.2-r1.ebuild
+++ b/media-plugins/mediastreamer-x264/mediastreamer-x264-1.4.2-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
MY_P="msx264-${PV}"
@@ -14,14 +14,15 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="libav"
-RDEPEND=">=media-libs/mediastreamer-2.7.0:=[video]
+RDEPEND="
+ >=media-libs/mediastreamer-2.7.0:=[video]
>=media-libs/x264-0.0.20100118:=
libav? ( media-video/libav:0= )
!libav? ( media-video/ffmpeg:0= )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}"/${MY_P}
src_configure() {
# strict: don't want -Werror
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/mediastreamer-x264/
@ 2019-07-29 18:42 Aaron Bauman
0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2019-07-29 18:42 UTC (permalink / raw
To: gentoo-commits
commit: b4cba7f8e378e7b778d001fdb086be00fd5ed237
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 18:25:47 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 18:42:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4cba7f8
media-plugins/mediastreamer-x264: arm64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"
media-plugins/mediastreamer-x264/mediastreamer-x264-1.4.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-plugins/mediastreamer-x264/mediastreamer-x264-1.4.2-r1.ebuild b/media-plugins/mediastreamer-x264/mediastreamer-x264-1.4.2-r1.ebuild
index 27e1937d58e..1278d0e0772 100644
--- a/media-plugins/mediastreamer-x264/mediastreamer-x264-1.4.2-r1.ebuild
+++ b/media-plugins/mediastreamer-x264/mediastreamer-x264-1.4.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/linphone/plugins/sources/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 arm64 ~ppc ~ppc64 ~x86"
IUSE="libav"
RDEPEND="
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-07-29 18:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-09 23:08 [gentoo-commits] repo/gentoo:master commit in: media-plugins/mediastreamer-x264/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2019-07-29 18:42 Aaron Bauman
2018-02-09 23:08 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox