First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 139986
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Default Assignee for New Packages <maintainer-wanted@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Dmitry Antonov <t0nik@ya.ru>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
devede-2.1.ebuild devede-2.1.ebuild text/plain Dmitry Antonov 2006-07-12 23:45 0000 1.10 KB Details
emerge_--info emerge --info text/plain Dmitry Antonov 2006-07-12 23:47 0000 3.50 KB Details
devede-2.1.ebuild Same ebuild with "dev-util/glade" dep removed text/plain Nelson Benítez 2006-07-15 16:15 0000 1.07 KB Details
devede-2.1.ebuild devede-2.1.ebuild - new text/plain Dmitry Antonov 2006-07-17 06:09 0000 1.05 KB Details
devede-2.6.ebuild devede-2.6.ebuild application/octet-stream Krzysztof Stasiorowski 2006-11-04 02:30 0000 1.27 KB Details
devede-2.6.ebuild devede-2.6.ebuild text/plain Krzysztof Stasiorowski 2006-11-04 02:31 0000 1.27 KB Details
devede-2.11.ebuild devede-2.11.ebuild text/plain labor_ratte 2007-02-22 10:46 0000 1.29 KB Details
devede-2.12.ebuild devede-2.12.ebuild text/plain labor_ratte 2007-02-28 14:20 0000 1.30 KB Details
devede-2.13.ebuild devede-2.13.ebuild text/plain labor_ratte 2007-04-17 16:58 0000 1.50 KB Details
devede-2.13-r1.ebuild devede-2.13-r1.ebuild text/plain labor_ratte 2007-05-01 18:15 0000 1.63 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 139986 depends on: Show dependency tree
Bug 139986 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-07-11 05:22 0000
I cannot post 'emerge --info' right now.
My arch is ~amd64.
This ebuild works for me.

======8<===========================================================
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

DESCRIPTION="DVD Video Creator"
HOMEPAGE="http://www.rastersoft.com/programas/devede.html"
SRC_URI="http://www.rastersoft.com/descargas/${PN}${PV/\.}.tar.bz2"

LICENSE="GPL"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="nls doc"

RDEPEND=">=x11-libs/gtk+-2.4
        >=dev-lang/python-2.4
        dev-util/glade
        dev-python/pygtk
        media-video/mplayer
        media-video/dvdauthor
        media-video/vcdimager
        app-cdr/cdrtools"

DEPEND="${RDEPEND}"

S=${WORKDIR}/${PN}

src_install() {
    newbin ${S}/devede.py devede
    if use nls; then
        insinto /usr/share/locale/es/LC_MESSAGES
        newins ${S}/po/es.mo devede.mo
        insinto /usr/share/locale/gl/LC_MESSAGES
        newins ${S}/po/gl.mo devede.mo
    fi
    insinto /usr/share/applications
    doins ${S}/${PN}.desktop
    insinto /usr/share/pixmaps
    doins ${S}/${PN}.png
    insinto /usr/share/${PN}
    doins ${S}/${PN}.glade
    insinto /usr/share/${PN}
    doins ${S}/pixmaps/*
    if use doc; then
        insinto /usr/share/doc/${P}/html
        dohtml ${S}/docs/*
    fi
}
===============8<==========================================

------- Comment #1 From Jakub Moc (RETIRED) 2006-07-11 05:58:05 0000 -------
Please, use attachments, don't paste ebuilds inline.

------- Comment #2 From Dmitry Antonov 2006-07-12 23:45:52 0000 -------
Created an attachment (id=91617) [edit]
devede-2.1.ebuild

devede-2.1.ebuild

------- Comment #3 From Dmitry Antonov 2006-07-12 23:47:25 0000 -------
Created an attachment (id=91619) [edit]
emerge --info

------- Comment #4 From Dmitry Antonov 2006-07-12 23:49:06 0000 -------
Sorry for pasting ebuild:(
I've attached devede-2.1.ebuild & 'emerge --info'

------- Comment #5 From Nelson Benítez 2006-07-15 16:11:23 0000 -------
The dependency "dev-util/glade" is not necessary, libglade support is within
pygtk and glade is a different thing (the application to design gui interfaces)
which is  irrelevant to devede. I emerged the ebuild (with the superflous
dependency removed) and works well here in ~x86.

Thanks Dmitry for the ebuild, I was looking for it :). I'm going to attach the
ebuild with that dependency removed.

------- Comment #6 From Nelson Benítez 2006-07-15 16:15:47 0000 -------
Created an attachment (id=91835) [edit]
Same ebuild with "dev-util/glade" dep removed

------- Comment #7 From Dmitry Antonov 2006-07-17 06:04:45 0000 -------
OK. Thanks for advice. I've removed also '>=x11-libs/gtk+-2.4' - it's
dependency for 'pygtk'. New ebuild will be attached.

------- Comment #8 From Dmitry Antonov 2006-07-17 06:09:27 0000 -------
Created an attachment (id=91984) [edit]
devede-2.1.ebuild - new

It has installed successfully on my laptop (~x86).

------- Comment #9 From Andre Hinrichs 2006-08-18 01:12:36 0000 -------
DeVeDe 2.2 is out and it installed just fine on my system.
I have used the 2.1 ebuild without changes.

------- Comment #10 From Krzysztof Stasiorowski 2006-11-04 02:30:16 0000 -------
Created an attachment (id=101199) [edit]
devede-2.6.ebuild

------- Comment #11 From Krzysztof Stasiorowski 2006-11-04 02:31:53 0000 -------
Created an attachment (id=101200) [edit]
devede-2.6.ebuild

------- Comment #12 From Nelson Benítez 2006-11-05 11:47:54 0000 -------
Thanks Krzysztof!, the ebuild emerged perfectly. This should be in Portage.

------- Comment #13 From Greg Fitzgerald 2007-02-12 19:35:21 0000 -------
2.11 is now out. Renaming the ebuild worked here. Emerges without any errors.
Be glad to see this in portage.

------- Comment #14 From labor_ratte 2007-02-22 10:46:50 0000 -------
Created an attachment (id=110970) [edit]
devede-2.11.ebuild

updated ebuild, various cosmetic fixes
- license version specified
- removed dev-util/glade dep as it seems not to be needed
- added nls selection through linguas variable

------- Comment #15 From labor_ratte 2007-02-28 14:20:07 0000 -------
Created an attachment (id=111546) [edit]
devede-2.12.ebuild

Version bump to 2.12
- Added french translation. (and portuguese as well)
- Fixed some issues with non-UTF8 systems
- Now depend on virtual/cdrtools

------- Comment #16 From Greg Fitzgerald 2007-04-15 22:11:46 0000 -------
devede 2.13 was just released with the following changelog.

# Added creation of MPEG4/DIVX files.
# Added swedish and slovak translations.
# Fixed some issues with translations (thanks to Marco de Freitas)

------- Comment #17 From labor_ratte 2007-04-17 16:58:30 0000 -------
Created an attachment (id=116526) [edit]
devede-2.13.ebuild

Thanks, Greg.

Version bump to 2.13

------- Comment #18 From labor_ratte 2007-05-01 18:15:59 0000 -------
Created an attachment (id=117875) [edit]
devede-2.13-r1.ebuild

cosmetic ebuild fixes only
- changed some LINGUAS variables to more common values
- moved entries in DEPEND to RDEPEND
- updated elog message in regard of new mplayer USE flag handling 

------- Comment #19 From Linux Blues 2007-06-17 21:01:10 0000 -------
blah@blah ~ $ devede
Psyco not installed, the program will just run slower
...

what about a psyco USE flag?



blah@blah ~ $ euse -i psyco
global use flags (searching: psyco)
************************************************************
no matching entries found

local use flags (searching: psyco)
************************************************************
[-    ] psyco (games-arcade/triplexinvaders):
psyco python accelerator

[-    ] psyco (games-rpg/galaxymage):
psyco python accelerator

[-    ] psyco (net-print/pkpgcounter):
psyco python accelerator

------- Comment #20 From Samuli Suominen 2007-06-17 21:57:22 0000 -------
Thanks everyone. I've added 2.13 to Portage few minutes ago.

Simplyfied it a lot.. nicer to maintain.

src_unpack() {
        unpack ${A}
        sed -i -e 's:usr/local:usr:g' "${S}"/install.sh
}

src_install() {
        ./install.sh DESTDIR="${D}" || die "install.sh failed."
        rm -rf "${D}"/usr/share/doc/devede
        use doc && dohtml docs/*
}

------- Comment #21 From Samuli Suominen 2007-06-17 22:08:22 0000 -------
Actually :)

src_install() {
        DESTDIR="${D}" ./install.sh || die "install.sh failed."
        rm -rf "${D}"/usr/share/doc/devede
        use doc && dohtml docs/*
}

Since install.sh takes DESTDIR as variable.. no need for src_unpack hack.

First Last Prev Next    No search results available      Search page      Enter new bug