Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#13076 closed Bug Report - General (Invalid)

Wrong library name in 0.29rc1

Reported by: marillat@… Owned by:
Priority: minor Milestone: 29.0
Component: MythTV - General Version: Unspecified
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Now we have this library name :

libmyth-29.so
libmyth-29.so.29
libmyth-29.so.29.0
libmyth-29.so.29.0.0

But libraries must be (like in previous release) :

libmyth.so
libmyth.so.29
libmyth.so.29.0
libmyth.so.29.0.0

Change History (4)

comment:1 Changed 7 years ago by Peter Bennett

My 0.28 build is the same

libmyth-0.28.so -> libmyth-0.28.so.0.28.0
libmyth-0.28.so.0 -> libmyth-0.28.so.0.28.0
libmyth-0.28.so.0.28 -> libmyth-0.28.so.0.28.0
libmyth-0.28.so.0.28.0

Also master build from before rc1 is the same

libmyth-29.so -> libmyth-29.so.29.0.0
libmyth-29.so.29 -> libmyth-29.so.29.0.0
libmyth-29.so.29.0 -> libmyth-29.so.29.0.0
libmyth-29.so.29.0.0

It is true some libraries have the other naming convention, for example

libmythavfilter.so -> libmythavfilter.so.6.65.100
libmythavfilter.so.6 -> libmythavfilter.so.6.65.100
libmythavfilter.so.6.65.100

But they are consistent with how they were before.

Last edited 7 years ago by Peter Bennett (previous) (diff)

comment:2 Changed 7 years ago by marillat <marillat@…>

Yes, I don't know why I have seen that.

Sorry for the noise. You can close this "bug".

comment:3 Changed 7 years ago by Peter Bennett

Resolution: Invalid
Status: newclosed

comment:4 Changed 7 years ago by Stuart Auchterlonie

Milestone: needs_triage29.0
Note: See TracTickets for help on using tickets.