Hi,
Trying to install avidemux on Salix xfce 14.1 I get this error:
sudo spi -i avidemux
Password:
The following packages will be installed:
avidemux
Fetching README...Done
Fetching avidemux.SlackBuild...Done
Fetching avidemux.info...Done
Fetching doinst.sh...Done
Fetching slack-desc...Done
tar: /usr/src/slapt-src/multimedia/avidemux/avidemux_2.6.8.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
fakeroot -- sh avidemux.SlackBuild Failed
Thanks for any help.
EDIT- I had a look in the folder /usr/src/slapt-src/multimedia/avidemux and the version there is 2.5.6, not 2.6.8.
Cannot install avidemux
Re: Cannot install avidemux
Thanks. Compiled ok, but when I tried launching it from the xfce menu I got:
Looking in /usr/bin it should be avidemux3_qt4.Failed to execute command "avidemux3_qt"
Re: Cannot install avidemux
That's probably a bug with the slackbuild then. There should be a file /usr/share/applications/avidemux_qt.desktop. Edit it with your favorite text editor (with sudo) and change the Exec line to the correct one. I'm guessing launching from a terminal with
works.
Code: Select all
avidemux3_qt4
Re: Cannot install avidemux
Thanks again, it's fine now.
Re: Cannot install avidemux
The offending lines in the slackbuild script:gapan wrote:That's probably a bug with the slackbuild then.
Code: Select all
if [ "x$WITH_QT4" = "xYES" ]; then
cat avidemux2.desktop | sed -e 's/avidemux2$/avidemux/' -e 's/2_gtk/3_qt/' >\
$PKG/usr/share/applications/avidemux_qt.desktop
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
― George Orwell, 1984