* [gentoo-commits] repo/gentoo:master commit in: media-video/luvcview/
@ 2017-09-23 6:46 Jeroen Roovers
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers @ 2017-09-23 6:46 UTC (permalink / raw
To: gentoo-commits
commit: 40fecc73d15b02ca905af728c17ef7a63b3b4a35
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 06:33:51 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 06:45:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40fecc73
media-video/luvcview: Use HTTPS.
Package-Manager: Portage-2.3.10, Repoman-2.3.3
media-video/luvcview/luvcview-0.2.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/luvcview/luvcview-0.2.6.ebuild b/media-video/luvcview/luvcview-0.2.6.ebuild
index e726a797502..093f2e4fe70 100644
--- a/media-video/luvcview/luvcview-0.2.6.ebuild
+++ b/media-video/luvcview/luvcview-0.2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=2
@@ -7,7 +7,7 @@ inherit eutils toolchain-funcs
PATCH_LEVEL=4
DESCRIPTION="USB Video Class grabber"
-HOMEPAGE="http://packages.qa.debian.org/l/luvcview.html"
+HOMEPAGE="https://packages.qa.debian.org/l/luvcview.html"
SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV}.orig.tar.gz
mirror://debian/pool/main/l/${PN}/${PN}_${PV}-${PATCH_LEVEL}.diff.gz"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/luvcview/
@ 2018-05-24 18:03 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2018-05-24 18:03 UTC (permalink / raw
To: gentoo-commits
commit: d6338f3dca33aa30267fb65fad80430063ca3dfc
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 17:55:07 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu May 24 18:03:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6338f3d
media-video/luvcview: Fix deps (#529284), install .desktop file
Package-Manager: Portage-2.3.38, Repoman-2.3.9
media-video/luvcview/luvcview-0.2.6-r1.ebuild | 45 +++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/media-video/luvcview/luvcview-0.2.6-r1.ebuild b/media-video/luvcview/luvcview-0.2.6-r1.ebuild
new file mode 100644
index 00000000000..34f1275f979
--- /dev/null
+++ b/media-video/luvcview/luvcview-0.2.6-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit desktop toolchain-funcs
+
+PATCH_LEVEL="4"
+
+DESCRIPTION="USB Video Class grabber"
+HOMEPAGE="https://packages.qa.debian.org/l/luvcview.html"
+SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV}.orig.tar.gz
+ mirror://debian/pool/main/l/${PN}/${PN}_${PV}-${PATCH_LEVEL}.diff.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ media-libs/libsdl
+ media-libs/libv4l
+ x11-libs/libX11
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ default
+ eapply "${WORKDIR}"/${PN}_${PV}-${PATCH_LEVEL}.diff
+ eapply debian/patches/*.patch
+ sed -i -e 's:videodev.h:videodev2.h:' *.{c,h} || die
+ sed -i -e 's:-O2::' Makefile || die
+}
+
+src_compile() {
+ emake CC="$(tc-getCC) ${LDFLAGS}"
+}
+
+src_install() {
+ dobin luvcview
+ doman debian/luvcview.1
+ dodoc Changelog README ToDo
+ make_desktop_entry ${PN}
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/luvcview/
@ 2018-05-24 18:03 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2018-05-24 18:03 UTC (permalink / raw
To: gentoo-commits
commit: b9c9702555b94ec701f11b089bb34da3f94b6fed
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 17:55:36 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu May 24 18:03:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c97025
media-video/luvcview: Drop old
Package-Manager: Portage-2.3.38, Repoman-2.3.9
media-video/luvcview/luvcview-0.2.6.ebuild | 39 ------------------------------
1 file changed, 39 deletions(-)
diff --git a/media-video/luvcview/luvcview-0.2.6.ebuild b/media-video/luvcview/luvcview-0.2.6.ebuild
deleted file mode 100644
index 093f2e4fe70..00000000000
--- a/media-video/luvcview/luvcview-0.2.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit eutils toolchain-funcs
-
-PATCH_LEVEL=4
-
-DESCRIPTION="USB Video Class grabber"
-HOMEPAGE="https://packages.qa.debian.org/l/luvcview.html"
-SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV}.orig.tar.gz
- mirror://debian/pool/main/l/${PN}/${PN}_${PV}-${PATCH_LEVEL}.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl
- media-libs/libv4l"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- EPATCH_OPTS="-p1" epatch "${WORKDIR}"/${PN}_${PV}-${PATCH_LEVEL}.diff
- EPATCH_FORCE=yes EPATCH_SUFFIX=patch epatch debian/patches
- sed -i -e 's:videodev.h:videodev2.h:' *.{c,h} || die
- sed -i -e 's:-O2::' Makefile || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC) ${LDFLAGS}" || die
-}
-
-src_install() {
- dobin luvcview || die
- doman debian/luvcview.1 || die
- dodoc Changelog README ToDo || die
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-05-24 18:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-24 18:03 [gentoo-commits] repo/gentoo:master commit in: media-video/luvcview/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2018-05-24 18:03 Pacho Ramos
2017-09-23 6:46 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox