Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Winki 0.3.8 ebuild
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
wfx
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jan 2003
Posts: 95
Location: Cave

PostPosted: Mon Jun 06, 2005 4:39 pm    Post subject: Winki 0.3.8 ebuild Reply with quote

Hi,
i dont have any clue how to distribute it so i post it here:
ebuild "winki-0.3.8.ebuild":
Code:

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/winki/winki-0.3.8.ebuild,v 0.1 2005/06/06 16:00:00 wfx Exp $

inherit distutils

DESCRIPTION="A Python frontend to many popular encoding programs."
HOMEPAGE="http://www.winki-the-ripper.de/"
SRC_URI="http://www.winki-the-ripper.de/share/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE="vcd css"
DEPEND=">=dev-lang/python-2.3
                >=dev-python/gnome-python-2
                >=dev-python/pygtk-2
                >=dev-python/pyorbit-2
                vcd? ( media-libs/libdvb )
                css? ( media-libs/libdvdcss )"
RDEPEND="${DEPEND}
                media-video/mplayer
                media-video/lsdvd
                media-sound/ogmtools
                media-sound/vorbis-tools
                vcd? ( media-video/vcdimager )"

src_unpack() {
        unpack ${A}
        cd ${S}
        epatch ${FILESDIR}/${P}.patch
}


patch "winki-0.3.8.patch"
Code:

--- setup.py    2005-05-31 18:14:00.000000000 +0200
+++ setup.py    2005-06-05 15:15:24.000000000 +0200
@@ -33,13 +33,6 @@
 dest_icon = os.path.join('/', 'usr', 'share', 'pixmaps')
 dest_desktop = os.path.join('/', 'usr', 'share', 'applications')

-try:
-       src = os.path.join('/', 'etc', 'winkirc')
-       dst = os.path.join('/', 'etc', 'winkirc.old')
-       os.rename(src, dst)
-except:
-       pass
-
 setup( name = 'winki',
        version = '0.3.8',
        description = 'GTK frontend to mencoder, mplayer and lsdvd',


have fun
wfx.[/code]
Back to top
View user's profile Send private message
wfx
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jan 2003
Posts: 95
Location: Cave

PostPosted: Tue Jun 07, 2005 3:33 pm    Post subject: Reply with quote

if i found the time i do this:
http://www.gentoo.org/doc/en/ebuild-submit.xml
Back to top
View user's profile Send private message
wfx
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jan 2003
Posts: 95
Location: Cave

PostPosted: Tue Jun 07, 2005 4:29 pm    Post subject: Reply with quote

done: https://bugs.gentoo.org/show_bug.cgi?id=95362
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum