* [gentoo-commits] gentoo-x86 commit in media-libs/libv4l: libv4l-0.8.3.ebuild ChangeLog
@ 2011-02-16 21:33 Alexis Ballier (aballier)
0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2011-02-16 21:33 UTC (permalink / raw
To: gentoo-commits
aballier 11/02/16 21:33:27
Modified: ChangeLog
Added: libv4l-0.8.3.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Revision Changes Path
1.43 media-libs/libv4l/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 4 Jan 2011 00:52:12 -0000 1.42
+++ ChangeLog 16 Feb 2011 21:33:26 -0000 1.43
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/libv4l
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.42 2011/01/04 00:52:12 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.43 2011/02/16 21:33:26 aballier Exp $
+
+*libv4l-0.8.3 (16 Feb 2011)
+
+ 16 Feb 2011; Alexis Ballier <aballier@gentoo.org> +libv4l-0.8.3.ebuild:
+ version bump
04 Jan 2011; Michael Weber <xmw@gentoo.org> libv4l-0.8.1.ebuild:
sparc stable (bug 344327)
1.1 media-libs/libv4l/libv4l-0.8.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild?rev=1.1&content-type=text/plain
Index: libv4l-0.8.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild,v 1.1 2011/02/16 21:33:26 aballier Exp $
EAPI=3
inherit linux-info multilib toolchain-funcs
MY_P=v4l-utils-${PV}
DESCRIPTION="Separate libraries ebuild from upstream v4l-utils package"
HOMEPAGE="http://git.linuxtv.org/v4l-utils.git"
SRC_URI="http://linuxtv.org/downloads/v4l-utils/${MY_P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=""
DEPEND=">=sys-kernel/linux-headers-2.6.30-r1"
S=${WORKDIR}/${MY_P}
CONFIG_CHECK="~SHMEM"
src_compile() {
tc-export CC
pushd lib
emake PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
CFLAGS="${CFLAGS}" || die
popd
}
src_install() {
pushd lib
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" install || die
popd
dodoc ChangeLog README.lib* TODO || die
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libv4l: libv4l-0.8.3.ebuild ChangeLog
@ 2011-03-03 19:49 Jonathan Callen (abcd)
0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Callen (abcd) @ 2011-03-03 19:49 UTC (permalink / raw
To: gentoo-commits
abcd 11/03/03 19:49:32
Modified: libv4l-0.8.3.ebuild ChangeLog
Log:
Add ~amd64-linux/~x86-linux keywords
(Portage version: 2.2.0_alpha23_p5/cvs/Linux i686)
Revision Changes Path
1.2 media-libs/libv4l/libv4l-0.8.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild?r1=1.1&r2=1.2
Index: libv4l-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libv4l-0.8.3.ebuild 16 Feb 2011 21:33:26 -0000 1.1
+++ libv4l-0.8.3.ebuild 3 Mar 2011 19:49:32 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild,v 1.1 2011/02/16 21:33:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild,v 1.2 2011/03/03 19:49:32 abcd Exp $
EAPI=3
inherit linux-info multilib toolchain-funcs
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND=""
1.44 media-libs/libv4l/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 16 Feb 2011 21:33:26 -0000 1.43
+++ ChangeLog 3 Mar 2011 19:49:32 -0000 1.44
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libv4l
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.43 2011/02/16 21:33:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.44 2011/03/03 19:49:32 abcd Exp $
+
+ 03 Mar 2011; Jonathan Callen <abcd@gentoo.org> libv4l-0.8.3.ebuild:
+ Add ~amd64-linux/~x86-linux keywords
*libv4l-0.8.3 (16 Feb 2011)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libv4l: libv4l-0.8.3.ebuild ChangeLog
@ 2011-05-09 8:29 Thomas Kahle (tomka)
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Kahle (tomka) @ 2011-05-09 8:29 UTC (permalink / raw
To: gentoo-commits
tomka 11/05/09 08:29:23
Modified: libv4l-0.8.3.ebuild ChangeLog
Log:
x86 stable per bug 354033
(Portage version: 2.1.9.46/cvs/Linux i686)
Revision Changes Path
1.4 media-libs/libv4l/libv4l-0.8.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild?r1=1.3&r2=1.4
Index: libv4l-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libv4l-0.8.3.ebuild 2 Apr 2011 11:01:13 -0000 1.3
+++ libv4l-0.8.3.ebuild 9 May 2011 08:29:23 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild,v 1.3 2011/04/02 11:01:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild,v 1.4 2011/05/09 08:29:23 tomka Exp $
EAPI=3
inherit linux-info multilib toolchain-funcs
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND=""
1.47 media-libs/libv4l/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 2 Apr 2011 11:01:13 -0000 1.46
+++ ChangeLog 9 May 2011 08:29:23 -0000 1.47
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libv4l
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.46 2011/04/02 11:01:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.47 2011/05/09 08:29:23 tomka Exp $
+
+ 09 May 2011; Thomas Kahle <tomka@gentoo.org> libv4l-0.8.3.ebuild:
+ x86 stable per bug 354033
02 Apr 2011; Raúl Porcel <armin76@gentoo.org> libv4l-0.8.1.ebuild,
libv4l-0.8.3.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libv4l: libv4l-0.8.3.ebuild ChangeLog
@ 2011-05-09 23:11 Markos Chandras (hwoarang)
0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-05-09 23:11 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/05/09 23:11:29
Modified: libv4l-0.8.3.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #354033
(Portage version: 2.1.9.47/cvs/Linux x86_64)
Revision Changes Path
1.5 media-libs/libv4l/libv4l-0.8.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild?r1=1.4&r2=1.5
Index: libv4l-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libv4l-0.8.3.ebuild 9 May 2011 08:29:23 -0000 1.4
+++ libv4l-0.8.3.ebuild 9 May 2011 23:11:28 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild,v 1.4 2011/05/09 08:29:23 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild,v 1.5 2011/05/09 23:11:28 hwoarang Exp $
EAPI=3
inherit linux-info multilib toolchain-funcs
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND=""
1.48 media-libs/libv4l/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 9 May 2011 08:29:23 -0000 1.47
+++ ChangeLog 9 May 2011 23:11:28 -0000 1.48
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libv4l
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.47 2011/05/09 08:29:23 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.48 2011/05/09 23:11:28 hwoarang Exp $
+
+ 09 May 2011; Markos Chandras <hwoarang@gentoo.org> libv4l-0.8.3.ebuild:
+ Stable on amd64 wrt bug #354033
09 May 2011; Thomas Kahle <tomka@gentoo.org> libv4l-0.8.3.ebuild:
x86 stable per bug 354033
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libv4l: libv4l-0.8.3.ebuild ChangeLog
@ 2011-06-01 19:47 Brent Baude (ranger)
0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2011-06-01 19:47 UTC (permalink / raw
To: gentoo-commits
ranger 11/06/01 19:47:39
Modified: libv4l-0.8.3.ebuild ChangeLog
Log:
Marking libv4l-0.8.3 ppc for bug 354033
(Portage version: 2.1.9.42/cvs/Linux ppc64)
Revision Changes Path
1.6 media-libs/libv4l/libv4l-0.8.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild?r1=1.5&r2=1.6
Index: libv4l-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libv4l-0.8.3.ebuild 9 May 2011 23:11:28 -0000 1.5
+++ libv4l-0.8.3.ebuild 1 Jun 2011 19:47:39 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild,v 1.5 2011/05/09 23:11:28 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.8.3.ebuild,v 1.6 2011/06/01 19:47:39 ranger Exp $
EAPI=3
inherit linux-info multilib toolchain-funcs
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND=""
1.49 media-libs/libv4l/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 9 May 2011 23:11:28 -0000 1.48
+++ ChangeLog 1 Jun 2011 19:47:39 -0000 1.49
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libv4l
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.48 2011/05/09 23:11:28 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.49 2011/06/01 19:47:39 ranger Exp $
+
+ 01 Jun 2011; Brent Baude <ranger@gentoo.org> libv4l-0.8.3.ebuild:
+ Marking libv4l-0.8.3 ppc stable for bug 354033
09 May 2011; Markos Chandras <hwoarang@gentoo.org> libv4l-0.8.3.ebuild:
Stable on amd64 wrt bug #354033
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-06-01 19:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-03 19:49 [gentoo-commits] gentoo-x86 commit in media-libs/libv4l: libv4l-0.8.3.ebuild ChangeLog Jonathan Callen (abcd)
-- strict thread matches above, loose matches on Subject: below --
2011-06-01 19:47 Brent Baude (ranger)
2011-05-09 23:11 Markos Chandras (hwoarang)
2011-05-09 8:29 Thomas Kahle (tomka)
2011-02-16 21:33 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox