Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147509 - app-cdr/dvdshrink-2.6.1-7 version bump
Summary: app-cdr/dvdshrink-2.6.1-7 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Optical Media project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-13 15:22 UTC by parena
Modified: 2006-10-28 05:43 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description parena 2006-09-13 15:22:30 UTC
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 parena 2006-09-14 00:29:51 UTC
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 Cedric Godin 2006-10-27 15:56:49 UTC
tried it on amd64 and still have the bug #134013.
Comment 3 Lars Weiler (RETIRED) gentoo-dev 2006-10-28 05:43:55 UTC
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.