hi jason,
minitube 2.2 in the debian rep is broken, it cannot connect to youtube anymore.
so there is the option to fetch minitube 2.4 directly from the developer and his homepage.
how do you recommend to handle the dependencies of a single converted deb-package?
is there a way to make a dep-list or to include the dependencies in the package or even to make use of existing sce-packages as dependencies like in sce-import?
can i mix local downloaded specific packages with the online-rep in a sce-package?
i solved it in a not so elegant and convenient way:
1. sudo sce-deb2sce minitube.deb
2. i included every single dependency of minitube.deb in a base sce-package
3. your adjusted minitube-package was not usable, so i created the ondemand-menue-entry manually
my manually added, ugly coded, but working ondemand-menue-entry:
#!/bin/sh
sce-load ~/.TCE/sce/minitube.deb.sce
ondemand -e minitube.deb
thank you for your adivces and your help.