mlanypitts / webcamstudio

Automatically exported from code.google.com/p/webcamstudio
GNU General Public License v3.0
0 stars 0 forks source link

Broken dependencies in Ubuntu Daily Builds #107

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add Daily PPA for ubuntu 14.04
2. Try to install webcamstudio

What is the expected output?

webcamstudio should be installed without any problems

What do you see instead?

silwer@dalamar ~ $ sudo apt-get install webcamstudio
Reading package lists... Done
Building dependency tree       
Reading state information... Done
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:
 webcamstudio : Depends: ffmpeg but it is not installable or
                         ffmpeg-real but it is not installable
                Recommends: webcamstudio-dkms but it is not going to be installed or
                            v4l2loopback-dkms but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

The Operating system you are using (Linux, Windows etc)?

Ubuntu 14.04 x86_64

What version of WebcamStudio are you using?

0.65-392~201403091903~ubuntu14.04.1

What version of Java are you using?

java version "1.7.0_51"
OpenJDK Runtime Environment (IcedTea 2.4.5) (7u51-2.4.5-1ubuntu1)
OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)

What is your Webcamera vendor, model and version?

For *nix users please enter the output from "sudo lsusb"?

Original issue reported on code.google.com by AOzalev...@gmail.com on 10 Mar 2014 at 10:19

GoogleCodeExporter commented 8 years ago
The reason is that ffmpeg was marked as deprecated and ubuntu uses libav 
instead. You can see details in the following discussion:

https://bugs.launchpad.net/ubuntu/+source/libav/+bug/939863

Original comment by AOzalev...@gmail.com on 10 Mar 2014 at 10:37

GoogleCodeExporter commented 8 years ago
Hi,
 i know that only in Ubuntu ffmpeg is marked as deprecated, and that's the reason why i put ffmpeg-real as an alternative.
In my 14.04 installation ffmpeg-real is hold by the default repositories.
Have you enabled all Ubuntu Comunity and third party default repositories?
Thanks for the info.
karl.

Original comment by soylent...@gmail.com on 10 Mar 2014 at 4:01

GoogleCodeExporter commented 8 years ago
Hi I just checked my 14.04 installation, and you are right :)
ffmpeg-real is maintained here:

http://ppa.launchpad.net/samrog131/ppa/ubuntu

Now I'll try to find out a solution and let you know.
In the meanwhile, please add that repo to your system.
Thank you very much for the info.
karl

Original comment by soylent...@gmail.com on 10 Mar 2014 at 4:25

GoogleCodeExporter commented 8 years ago
Thanks for the reply. I've installed ffmpeg from PPA and everything works fine.

Original comment by AOzalev...@gmail.com on 11 Mar 2014 at 6:59

GoogleCodeExporter commented 8 years ago
Thanks for the help fixing WS 14.04 build and for the Feddback.
I think i will put ffmpeg and ffmpeg-real from dependencies in the recommended 
packages under Ubuntu.
After all AVconv does the same work.
Have a nice day.
karl

Original comment by soylent...@gmail.com on 11 Mar 2014 at 4:40

GoogleCodeExporter commented 8 years ago
Changed ffmpeg and ffmpeg-real from "dependencies" to "recommended" for Ubuntu 
builds.

Original comment by soylent...@gmail.com on 11 Mar 2014 at 4:41