public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in media-video/em8300-libraries: ChangeLog em8300-libraries-0.18.0.ebuild
@ 2010-02-26 16:07 99% Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 1+ results
From: Samuli Suominen (ssuominen) @ 2010-02-26 16:07 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/02/26 16:07:53

  Modified:             ChangeLog
  Added:                em8300-libraries-0.18.0.ebuild
  Log:
  Version bump. Include copy of gtk-2.0.m4 for eautoreconf (AM_PATH_GTK_2_0) wrt #299308.
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 media-video/em8300-libraries/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/em8300-libraries/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/em8300-libraries/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/em8300-libraries/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	26 Feb 2010 15:45:15 -0000	1.40
+++ ChangeLog	26 Feb 2010 16:07:52 -0000	1.41
@@ -1,6 +1,13 @@
 # ChangeLog for media-video/em8300-libraries
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/ChangeLog,v 1.40 2010/02/26 15:45:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/ChangeLog,v 1.41 2010/02/26 16:07:52 ssuominen Exp $
+
+*em8300-libraries-0.18.0 (26 Feb 2010)
+
+  26 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +em8300-libraries-0.18.0.ebuild:
+  Version bump. Include copy of gtk-2.0.m4 for eautoreconf (AM_PATH_GTK_2_0)
+  wrt #299308.
 
   26 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
   em8300-libraries-0.17.4.ebuild:



1.1                  media-video/em8300-libraries/em8300-libraries-0.18.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/em8300-libraries/em8300-libraries-0.18.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/em8300-libraries/em8300-libraries-0.18.0.ebuild?rev=1.1&content-type=text/plain

Index: em8300-libraries-0.18.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/em8300-libraries-0.18.0.ebuild,v 1.1 2010/02/26 16:07:52 ssuominen Exp $

EAPI=2
inherit autotools

MY_P=${P/-libraries}

DESCRIPTION="em8300 (RealMagic Hollywood+/Creative DXR3) video decoder card libraries"
HOMEPAGE="http://dxr3.sourceforge.net"
SRC_URI="mirror://sourceforge/dxr3/${MY_P}.tar.gz
	http://dev.gentoo.org/~ssuominen/em8300-gtk-2.0.m4.tbz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="gtk modules"

COMMON_DEPEND="gtk? ( x11-libs/gtk+:2 )"
RDEPEND="${COMMON_DEPEND}
	modules? ( ~media-video/em8300-modules-${PV} )"
DEPEND="${COMMON_DEPEND}
	dev-util/pkgconfig"

S=${WORKDIR}/${MY_P}

src_prepare() {
	# Separate kernel modules and fix Makefile bug.
	sed -i \
		-e 's:modules/\ ::g' \
		-e "s:test -z \"\$(firmwaredir)\":test -z\"\$(DESTDIR)(firmwaredir)\":g" \
		Makefile.am || die

	# Fix asneeded linking.
	sed -i \
		-e "s:AM_LDFLAGS:LDADD:" \
		{dhc,overlay}/Makefile.am || die

	AT_M4DIR=${WORKDIR} eautoreconf
}

src_configure()	{
	econf \
		$(use_enable gtk gtktest)
}

src_install() {
	dodir /lib/firmware
	emake DESTDIR="${D}" em8300incdir=/usr/include/linux install || die
	dodoc AUTHORS ChangeLog README
}

pkg_postinst() {
	elog "The em8300 libraries and modules have now been installed,"
	elog "you will probably want to add /usr/bin/em8300setup to your"
	elog "/etc/conf.d/local.start so that your em8300 card is "
	elog "properly initialized on boot."
	elog
	elog "If you still need a microcode other than the one included"
	elog "with the package, you can simply use em8300setup <microcode.ux>"
}






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-26 16:07 99% [gentoo-commits] gentoo-x86 commit in media-video/em8300-libraries: ChangeLog em8300-libraries-0.18.0.ebuild 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