First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 147509
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: optical media herd <media-optical@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: parena@parena.net
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

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

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







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


Description:   Opened: 2006-09-13 15:22 0000
2.6.1-7 - Fixed subtitle creation bug (Thanks Marvin Raaijmakers)
- Fixed title > 9 selection bug ( Thanks Stepan Shutter )

This would be app-cdr/dvdshrink-2.6.1-r2. Only change to the ebuild is the -6
to -7 in SRC_URI

Compiles and works fine.

---

inherit eutils

DESCRIPTION="Scriptable DVD copy software"
HOMEPAGE="http://dvdshrink.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}-7mdk.tar.gz"

LICENSE="GPL-2"
SLOT="0"
IUSE="X"

KEYWORDS="~amd64 ~x86 ~ppc"
S="${WORKDIR}/${PN}"


RDEPEND=">=media-video/transcode-1.0.2-r2
        >=media-video/mjpegtools-1.8.0-r1
        >=media-video/subtitleripper-0.3.4-r1
        >=media-video/dvdauthor-0.6.11
        >=app-cdr/dvd+rw-tools-6.1
        X? ( >=dev-perl/gtk2-perl-1.104 )
        >=app-text/gocr-0.40"

pkg_setup() {
        if ! built_with_use media-video/transcode dvdread; then
                einfo "Please re-emerge transcode with the dvdread USE flag."
                die  "transcode needs dvdread support builtin."
        fi
}

src_install() {

        dobin ./usr/bin/dvdshrink || die "Install of dvdshrink failed"
        use X && dobin ./usr/bin/xdvdshrink.pl || die "Install of xdvdshrink.pl
failed"

        dobin ./usr/bin/dvdsfunctions || die "Install of dvdsfunctions failed"
        dobin ./usr/bin/batchrip.sh || die "Install of batchrip.sh failed"

        insinto /usr/share/dvdshrink
        doins usr/share/applications/dvdshrink/xdvdshrink_logo.png

        insinto /usr/share/dvdshrink/menus
        doins usr/share/applications/dvdshrink/menus/*.mpg

        insinto /usr/share/dvdshrink/32x32
        doins usr/share/applications/dvdshrink/32x32/dvdsrhink.xpm

        insinto /usr/share/dvdshrink/64x64
        doins usr/share/applications/dvdshrink/64x64/dvdshrink.xpm

        dodoc
usr/share/doc/dvdshrink/{INSTALL,README.txt,batchrip.txt,example.xml,gpl.txt}

        insinto /usr/share/icons/dvdshrink
        doins usr/share/icons/{batchrip.xpm,dvdshrink.xpm}
}

------- Comment #1 From parena@parena.net 2006-09-14 00:29:51 0000 -------
I believe app-cdr/dvdshrink-2.6.1-7 does not conform Gentoo naming conventions
(though I could be wrong), so it would be 2.6.1-r2 .

------- Comment #2 From Cedric Godin 2006-10-27 15:56:49 0000 -------
tried it on amd64 and still have the bug #134013.

------- Comment #3 From Lars Weiler (RETIRED) 2006-10-28 05:43:55 0000 -------
I named it dvdshrink-2.6.1_p8.ebuild (_p == patch-version).  So we don't need
to change the SRC_URI in any future version bump.  The patch from bug #134013
is also included.

Thanks for the version bump reminder.

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