Why is libmediainfo not included with Rapid Photo Downloader program?

Asked by John

Rapid Photo Downloader gives an error that it is missing this library (libmedeiainfo) Can it be included in the updates for Ubuntu studio?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu libmediainfo Edit question
Assignee:
No assignee Edit question
Solved by:
Damon Lynch
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

How did you install Rapid Photo Downloader?

It seems to me that this is an error in that package, and not something wrong with libmediainfo

The Ubuntu-provided package rapid-photo-downloader has a defined dependency on the libmediainfo* package (details depend on Ubuntu release), so when installing the Ubuntu-provided version that package is automatically installed.

For diagnostic purposes please provide the output of the commands

uname -a
lsb_release -crid
apt-cache policy rapid-photo-downloader
dpkg -l | grep libmedia

Revision history for this message
John (jegdev) said :
#2

It came with Ubuntu studio.
I did not find directions on getting this lib downloaded and installed.
When I get better internet access in 5 hours I will try more on this. (my daily allotment is almost gone)

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Once we get the output of the commands it will help drive the question forward

Revision history for this message
Manfred Hampl (m-hampl) said :
#4

Please add also the output of the command

sudo dpkg --Audit

(might be no output at all)

Revision history for this message
Manfred Hampl (m-hampl) said :
#5

sorry, wrong autocorrect, should have been

sudo dpkg --audit

Revision history for this message
John (jegdev) said :
#6

On Wed, Jun 3, 2020 at 11:11 PM Manfred Hampl <
<email address hidden>> wrote:

> Your question #691110 on libmediainfo in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/libmediainfo/+question/691110
>
> Manfred Hampl requested more information:
> sorry, wrong autocorrect, should have been
>
> sudo dpkg --audit
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/libmediainfo/+question/691110
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#7

Please paste the output of the commands into the message box of https://answers.launchpad.net/ubuntu/+source/libmediainfo/+question/691110

uname -a
lsb_release -crid
apt-cache policy rapid-photo-downloader
dpkg -l | grep libmedia
sudo dpkg --audit

Revision history for this message
Best Damon Lynch (dlynch3) said :
#8

I guess you are talking about the package in an older version of Ubuntu, such as 18.04. The Rapid Photo Downloader package in Ubuntu 18.04 contains a packaging bug. You can fix it by installing libmediainfo0v5.

The version of Rapid Photo Downloader in Ubuntu 18.04 is by now really quite old. You can upgrade to the latest version here:

https://damonlynch.net/rapid/download.html

Revision history for this message
Manfred Hampl (m-hampl) said :
#9

@Damon Lynch: If this is a known problem, why hasn't that been reported as a bug to be fixed?

Revision history for this message
Damon Lynch (dlynch3) said :
#10

@Manfred Hampl perhaps it could be fixed by an SRU, if that is what an SRU can be used for? I learned about SRUs only recently so I'm not that familiar with how they work.

What I do know is that when I do submit bug reports on the package in Debian, sometimes the packager fixes them, and sometimes they don't. This one was eventually fixed. Other packaging problems are not, which is frustrating.

Revision history for this message
Manfred Hampl (m-hampl) said :
#11

@Damon Lynch: the bug trackers of Debian and Ubuntu are separate systems.
and for information about SRU see https://wiki.ubuntu.com/StableReleaseUpdates

Revision history for this message
Damon Lynch (dlynch3) said :
#12

@Manfred Hampl I'm well aware they're different systems. After all a big part of my job as a FOSS developer is handling bug reports and feature requests.

Revision history for this message
John (jegdev) said :
#13

Thanks Damon Lynch, that solved my question.