Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72408 - New Package: subtitleripper-0.3-4
Summary: New Package: subtitleripper-0.3-4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Christian Parpart (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-11-24 16:18 UTC by Florian E.J. Fruth
Modified: 2005-04-08 09:19 UTC (History)
2 users (show)

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


Attachments
the ebuild (subtitleripper-0.3.4.ebuild,1.23 KB, patch)
2004-11-24 16:19 UTC, Florian E.J. Fruth
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Florian E.J. Fruth 2004-11-24 16:18:40 UTC
as subtitleripper is no longer part of transcode since 0.6.13 subtitleripper needs it's own ebuild.

Reproducible: Always
Steps to Reproduce:
Comment 1 Florian E.J. Fruth 2004-11-24 16:19:50 UTC
Created attachment 44691 [details, diff]
the ebuild
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-11-25 01:19:50 UTC
Please use /usr/portage/header.txt as the header.

Please attempt a patch to make "make DESTDIR=${D} install" work and submit this upstream.
Comment 3 Florian E.J. Fruth 2004-11-25 03:19:20 UTC
subtitlerippers Makefile has no "make install" and so no "make DESTDIR=${D} install"... and to be honest i was happy that i got this to work and i dunno how to make this work except of sth. like:

------------------------------
  echo >> Makefile << EOF
install:
  cp pgm2txt srttool subtitle2pgm subtitle2vobsub vobsub2pgm ../image/bin/
EOF
  make DESTDIR=${D} install
------------------------------

imho that would be more ugly. main purpose why i submitted is that if i don't find a package in the portage try i search the bugreports for one. and as this ebuild works other people may find it here even if it doesn't make it's way into portage...
Comment 4 Christian Parpart (RETIRED) gentoo-dev 2005-04-08 09:19:26 UTC
adapted ebuild to style guidelines and added missing variables.
committed to main portage.