public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/em8300-libraries: ChangeLog em8300-libraries-0.18.0.ebuild
Date: Fri, 26 Feb 2010 16:07:53 +0000	[thread overview]
Message-ID: <E1Nl2jJ-0003he-Oh@stork.gentoo.org> (raw)

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>"
}






                 reply	other threads:[~2010-02-26 16:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Nl2jJ-0003he-Oh@stork.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox