Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108474 - media-video/gideo-0.1 (new ebuild)
Summary: media-video/gideo-0.1 (new ebuild)
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-10-08 03:53 UTC by toystorie69
Modified: 2013-04-06 12:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
gideo-0.1.ebuild (gideo-0.1.ebuild,703 bytes, text/plain)
2005-10-08 05:01 UTC, toystorie69
Details

Note You need to log in before you can comment on or make changes to this bug.
Description toystorie69 2005-10-08 03:53:40 UTC
This is my first ebuild, so please be indulgent and don't hesitate to correct me ;-)
Don't know if this is the right procedure to submit a new ebuild ??

Here it is (media-video/gideo/gideo-0.1.ebuild)


# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Gideo a gtk grabber from Dave Truman design with the spca5xx
components."
HOMEPAGE="http://mxhaard.free.fr/"
SRC_URI="http://mxhaard.free.fr/spca50x/Download/Gideo-${PV}.tar.gz"
RESTRICT="nomirror"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="x86"
IUSE="gnome"

S=${WORKDIR}/Gideo-${PV}

DEPEND=">=x11-libs/gtk+-2
        >=libgnomeui-2"
RDEPEND="media-video/spca5xx"

src_compile() {
        econf || die "Error: econf failed!"
        emake || die "Error: emake failed!"
}

src_install() {
        make DESTDIR=${D} install || die
}

pkg_postinst() {
        einfo
}


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-10-08 04:07:36 UTC
Please, don't paste ebuilds inline, attach them as plaintext. 
Comment 2 toystorie69 2005-10-08 05:01:19 UTC
Created attachment 70138 [details]
gideo-0.1.ebuild
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-08 17:54:23 UTC
- remove RESTRICT="nomirror"
- Why the gnome use flag, when the dependency isn't optional?
- The dependencies are also runtime dependencies.
- pkg_postinst() is superfluous
- do MY_P="Gideo-${PV}" and use this variable in the following
Comment 4 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-04-06 12:49:43 UTC
Upstream has never upgraded this since its first release, they seem dead to me looking at the rest on the website. I would suggest you to add thin to an user overlay instead. If upstream ever releases a new version, then please reopen this bug or file a new one.