public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libv4l: ChangeLog libv4l-0.8.4.ebuild
@ 2011-06-10  9:32 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-06-10  9:32 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/06/10 09:32:16

  Modified:             ChangeLog
  Added:                libv4l-0.8.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha38/cvs/Linux x86_64)

Revision  Changes    Path
1.50                 media-libs/libv4l/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	1 Jun 2011 19:47:39 -0000	1.49
+++ ChangeLog	10 Jun 2011 09:32:15 -0000	1.50
@@ -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.49 2011/06/01 19:47:39 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.50 2011/06/10 09:32:15 ssuominen Exp $
+
+*libv4l-0.8.4 (10 Jun 2011)
+
+  10 Jun 2011; Samuli Suominen <ssuominen@gentoo.org> +libv4l-0.8.4.ebuild:
+  Version bump.
 
   01 Jun 2011; Brent Baude <ranger@gentoo.org> libv4l-0.8.3.ebuild:
   Marking libv4l-0.8.3 ppc stable for bug 354033



1.1                  media-libs/libv4l/libv4l-0.8.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.8.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.8.4.ebuild?rev=1.1&content-type=text/plain

Index: libv4l-0.8.4.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.4.ebuild,v 1.1 2011/06/10 09:32:15 ssuominen Exp $

EAPI=4
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 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
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}"
	popd
}

src_install() {
	pushd lib
	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
	popd
	dodoc ChangeLog README.lib* TODO
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libv4l: ChangeLog libv4l-0.8.4.ebuild
@ 2011-06-16 15:49 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-06-16 15:49 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/06/16 15:49:15

  Modified:             ChangeLog libv4l-0.8.4.ebuild
  Log:
  Fix missing virtual/jpeg dep wrt #371879 by Markus Knetschke
  
  (Portage version: 2.2.0_alpha40/cvs/Linux x86_64)

Revision  Changes    Path
1.51                 media-libs/libv4l/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	10 Jun 2011 09:32:15 -0000	1.50
+++ ChangeLog	16 Jun 2011 15:49:15 -0000	1.51
@@ -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.50 2011/06/10 09:32:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.51 2011/06/16 15:49:15 ssuominen Exp $
+
+  16 Jun 2011; Samuli Suominen <ssuominen@gentoo.org> libv4l-0.8.4.ebuild:
+  Fix missing virtual/jpeg dep wrt #371879 by Markus Knetschke
 
 *libv4l-0.8.4 (10 Jun 2011)
 



1.2                  media-libs/libv4l/libv4l-0.8.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.8.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.8.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libv4l/libv4l-0.8.4.ebuild?r1=1.1&r2=1.2

Index: libv4l-0.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.8.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libv4l-0.8.4.ebuild	10 Jun 2011 09:32:15 -0000	1.1
+++ libv4l-0.8.4.ebuild	16 Jun 2011 15:49:15 -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.4.ebuild,v 1.1 2011/06/10 09:32:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.8.4.ebuild,v 1.2 2011/06/16 15:49:15 ssuominen Exp $
 
 EAPI=4
 inherit linux-info multilib toolchain-funcs
@@ -16,8 +16,9 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
-RDEPEND=""
-DEPEND=">=sys-kernel/linux-headers-2.6.30-r1"
+RDEPEND="virtual/jpeg"
+DEPEND="${RDEPEND}
+	>=sys-kernel/linux-headers-2.6.30-r1"
 
 S=${WORKDIR}/${MY_P}
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-16 15:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-16 15:49 [gentoo-commits] gentoo-x86 commit in media-libs/libv4l: ChangeLog libv4l-0.8.4.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-10  9:32 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox