codeine_1.0.1-3.dfsg-3
Maintainers
URI
| Repository location: SVN HTTP |
| Tarball |
| A new upstream (1.0.1-3) release exists. |
TODO list
o check kpart is usable
o think about priority in desktop file. Need to be
discussed with kubuntu people what they want as default
as the video player
o add konq service menu. Not working! (xine complains). Examples
appended. I've send a bug/wishlist to Max Howell (19-Jan-2006)
Problem is the KDE use media:/ URLs but codeine expect
a MRL. KDE: media:/hdc codeine: DVD|VCD:/dev/hdc
Mapping is not trival without lots special cases to my
little script appended fails miserable :(
o comment out some code that writes the output stdout
(maybe lots of stuff from xine :()
o rosettafication
o rules: split generic scons part out into scons.mk
o current template rules.mk on KubuntuPackagingGuide gets
compile time prefix and installtime DESTDIR wrong:
Use during compile time
SCONS_PREFIX=/usr
and to install
DESTDIR=$(DEB_DESTDIR) $(SCONS_CMD) install
------------
o DONE: more meat in the manpage
o DONE: cleanup rules file: try with cdbs, much cleaner ;)
o DONE: add kaffeine 'Media Player' translations
------------
First try on media support did not work:
==> /usr/share/apps/konqueror/servicemenus/codeine_play_dvd.desktop <==
[Desktop Entry]
Encoding=UTF-8
ServiceTypes=media/dvdvideo
Actions=Play;
X-KDE-Priority=TopLevel
[Desktop Action Play]
Name=Play DVD with Codeine
Name[de]=DVD abspielen mit Codeine
Icon=codeine
Exec=/usr/share/apps/codeine/codeine-media dvd %u
==> /usr/share/apps/konqueror/servicemenus/codeine_play_vcd.desktop <==
[Desktop Entry]
Encoding=UTF-8
ServiceTypes=media/svcd,media/vcd
Actions=Play;
X-KDE-Priority=TopLevel
[Desktop Action Play]
Name=Play (S)VCD with Codeine
Name[de]=(S)VCD abspielen mit Codeine
Icon=codeine
Exec=/usr/share/apps/codeine/codeine-media vcd %u
==> /usr/share/apps/codeine/codeine-media <==
#!/bin/sh
type="$1"
url="$2"
case "$url" in
media:*) xineMRL="$type:/media${url/media:}";;
system:*) xineMRL="$type:${url/system:/}";;
*) xineMRL="$url";;
esac
echo "codeine-media in: <$url>"
echo "codeine-media out: <$xineMRL>"
exit
exec codeine "$xineMRL"
Bugs
Builds
| Status | Arch | Svn Rev. | Date | Build duration |
|---|---|---|---|---|
| Success | i386 | 9832 | 2008-07-05 19:37:59.359189 | 268s |
piuparts
piuparts checks failed (maybe a false negative?)lintian
| W: codeine source: changelog-should-mention-nmu |
| W: codeine source: source-nmu-has-incorrect-version-number 1.0.1-3.dfsg-4 |
| W: codeine: desktop-entry-file-has-crs /usr/share/applications/kde/codeine.desktop:1 |