dvda-author

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
ikester8
Level 1
Level 1
Posts: 16
Joined: Mon Dec 02, 2013 12:42 am

dvda-author

Post by ikester8 »

Has anyone had any luck in installing and configuring dvda-author in Mint? I finally got the program to compile from source after fixing many broken dependencies, but I can't get the dvda-author-gui to install. Alternately, does anyone know any dvd-audio programs for Linux besides dvd-author?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Linux Mint 21.2, Cinnamon
That's the last time I run code from someone's sig.
deepakdeshp
Level 20
Level 20
Posts: 12341
Joined: Sun Aug 09, 2015 10:00 am

Re: dvda-author

Post by deepakdeshp »

If I have helped you solve a problem, please add [SOLVED] to your first post title, it helps other users looking for help.
Regards,
Deepak

Mint 21.1 Cinnamon 64 bit with AMD A6 / 8GB
Mint 21.1 Cinnamon AMD Ryzen3500U/8gb
mpv
Level 1
Level 1
Posts: 37
Joined: Sun Sep 23, 2018 9:39 am

Re: dvda-author

Post by mpv »

Try translation of QDVDAuthor to Qt5.
phd21
Level 20
Level 20
Posts: 10104
Joined: Thu Jan 09, 2014 9:42 pm
Location: Florida

Re: dvda-author

Post by phd21 »

Hi ikester8,

I just read your post and the good replies to it. Here are my thoughts on this as well.

I just tried to install the newer qdvd in my Linux KDE Neon based on Ubuntu 18.04 like Linux Mint 19.x and it would not install because of dependencies issues.

FYI: You might consider trying these other DVD creator (DVD authoring) applications like my favorite "Bombono", DVDstyler, or DeVeDe...

FYI-2: Any modern DVD player including car DVD players and Blu-Ray players can play content stored on "data" CD or DVD discs without having to burn them like an audio music CD. You just format the DVD disc as "Data" using a typical DVD/CD application (Linux: xfburn, K3b, Brasero, etc...) and copy the music folders and or files to the disc. This also allows for many more audio or songs per disc.

Hope this helps ...
Last edited by phd21 on Thu Jun 04, 2020 8:26 pm, edited 1 time in total.
Phd21: Mint 20 Cinnamon & KDE Neon 64-bit Awesome OS's, Dell Inspiron I5 7000 (7573, quad core i5-8250U ) 2 in 1 touch screen
mpv
Level 1
Level 1
Posts: 37
Joined: Sun Sep 23, 2018 9:39 am

Re: dvda-author

Post by mpv »

What about those packages for Ubuntu 18.04. QDVDAuthor needs also libffmpeg063 and ffmpeg063 packages.
phd21
Level 20
Level 20
Posts: 10104
Joined: Thu Jan 09, 2014 9:42 pm
Location: Florida

Re: dvda-author

Post by phd21 »

Hi mpv, and ikester8,

I updated my last reply.

I did try the deb file for Ubuntu 18.04 which Linux Mint 19.x is based on from the OpenSuse (OBS) system and it would not install. I did not install the libffmpeg063 packages which it apparently needs.

Then, I decided to try adding their software repository using the instructions below and it works, and it did install the "libffmpeg063" package automatically.
For Linux Mint 19.x (xUbuntu 18.04) run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).

To install this by adding their software repository method, open a console terminal, type in, or copy & paste, each line below one by one: Click "Select All" above command, right click the highlighted command, select Copy (or Ctrl+Insert), click in the console terminal window, and right click paste ("Shift+Insert" or "Ctrl+Shift+v"), repeat for each command.

Code: Select all

echo 'deb http://download.opensuse.org/repositories/home:/tkb/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:tkb.list

Code: Select all

sudo wget -nv https://download.opensuse.org/repositories/home:tkb/xUbuntu_18.04/Release.key -O "/etc/apt/trusted.gpg.d/home:tkb.asc"

Code: Select all

sudo apt update

Code: Select all

sudo apt install qdvdauthor
Hope this helps ...
.
dvdauthor1_copy.jpg
Last edited by phd21 on Sun Jun 07, 2020 8:03 pm, edited 1 time in total.
Phd21: Mint 20 Cinnamon & KDE Neon 64-bit Awesome OS's, Dell Inspiron I5 7000 (7573, quad core i5-8250U ) 2 in 1 touch screen
mpv
Level 1
Level 1
Posts: 37
Joined: Sun Sep 23, 2018 9:39 am

Re: dvda-author

Post by mpv »

To install a package manually one should execute

Code: Select all

sudo apt install ./qdvdauthor_2.3.1-12_amd64.deb
from the folder, where the packages are downloaded
ikester8
Level 1
Level 1
Posts: 16
Joined: Mon Dec 02, 2013 12:42 am

Re: dvda-author

Post by ikester8 »

Thank you, this is good advice. However, I'm running into some dependency issues and I'm not sure where to go to solve them. Here's what I got when trying to install into LM18.3:

~/Downloads $ sudo apt install ./qdvdauthor_2.3.1-12_amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'qdvdauthor' instead of './qdvdauthor_2.3.1-12_amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
qdvdauthor : Depends: libc6 (>= 2.29) but 2.23-0ubuntu11 is to be installed
Depends: libffmpeg063 but it is not installable
Depends: libgcc-s1 (>= 3.0) but it is not installable
Depends: libqt5core5a (>= 5.12.2) but 5.5.1+dfsg-16ubuntu7.7 is to be installed
Depends: libqt5gui5 (>= 5.8.0) but 5.5.1+dfsg-16ubuntu7.7 is to be installed or
libqt5gui5-gles (>= 5.8.0) but it is not going to be installed
Depends: libqt5widgets5 (>= 5.12.2) but 5.5.1+dfsg-16ubuntu7.7 is to be installed
E: Unable to correct problems, you have held broken packages.
Linux Mint 21.2, Cinnamon
That's the last time I run code from someone's sig.
phd21
Level 20
Level 20
Posts: 10104
Joined: Thu Jan 09, 2014 9:42 pm
Location: Florida

Re: dvda-author

Post by phd21 »

Hi ikester8,

The easiest way to install this is by adding their software repository using the instructions in my reply's quote box which will also keep the application updated. Only if you are using Linux Mint 18.x which is based on ubuntu 16.04 change the part in the first command from 18.04 to 16.04. Then run the other commands. That should install all the dependencies and this application.

Remember there are other DVD applications to try.

Hope this helps...
Last edited by phd21 on Mon Jun 08, 2020 12:21 pm, edited 1 time in total.
Phd21: Mint 20 Cinnamon & KDE Neon 64-bit Awesome OS's, Dell Inspiron I5 7000 (7573, quad core i5-8250U ) 2 in 1 touch screen
mpv
Level 1
Level 1
Posts: 37
Joined: Sun Sep 23, 2018 9:39 am

Re: dvda-author

Post by mpv »

ikester8,

you need to download the following files for Ubuntu 16.04 and install them:

Code: Select all

sudo apt install ./ffmpeg063_0.6.3-1_amd64.deb

Code: Select all

sudo apt install ./libffmpeg063_0.6.3-1_amd64.deb

Code: Select all

sudo apt install ./qdvdauthor_2.3.1-12_amd64.deb
mpv
Level 1
Level 1
Posts: 37
Joined: Sun Sep 23, 2018 9:39 am

Re: dvda-author

Post by mpv »

Another suggestion is bombono-dvd.
User avatar
Larry78723
Level 14
Level 14
Posts: 5476
Joined: Wed Jan 09, 2019 7:01 pm
Location: Jasper County, SC, USA

Re: dvda-author

Post by Larry78723 »

LM18.x only has 4 months of support left before End of Life with no security updates. I suggest you do a clean install of LM 19.x (supported until April,2023) or LM20 (supported until April,2025) and find a supported equivalent for dvda-author.
Image
If you have found the solution to your initial post, please open your original post, click on the pencil, and add (Solved) to the Subject, it helps other users looking for help, and keeps the forum clean.
DAMIEN1307

Re: dvda-author

Post by DAMIEN1307 »

Did anyone realise that you folks are reviving an over four year old post that is not relevant any longer in respect of what versions of Mint were running back then???
Locked

Return to “Software & Applications”