Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219227 - Version bump: media-libs/libdvdnav-4.1.3 and libdvdread-4.1.3
Summary: Version bump: media-libs/libdvdnav-4.1.3 and libdvdread-4.1.3
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-25 00:54 UTC by Yang Zhao
Modified: 2008-10-07 02:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
libdvdread-4.1.3.ebuild (libdvdread-4.1.3.ebuild,661 bytes, text/plain)
2008-09-16 22:05 UTC, Yang Zhao
Details
libdvdnav-4.1.3.ebuild (libdvdnav-4.1.3.ebuild,750 bytes, text/plain)
2008-09-16 22:05 UTC, Yang Zhao
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yang Zhao 2008-04-25 00:54:50 UTC
media-libs/libdvdnav-4.1.2 has been released for over a week now.

Emerges without issues after renaming ebuild and tweaking source file URL.

This version does not conflict with libdvdread, and can be solution for bug #202433.
Comment 1 ScytheMan 2008-09-15 01:20:57 UTC
libdvdnav-4.1.3 and libdvdread-4.1.3 were released
Comment 2 Yang Zhao 2008-09-16 22:05:09 UTC
Created attachment 165596 [details]
libdvdread-4.1.3.ebuild
Comment 3 Yang Zhao 2008-09-16 22:05:59 UTC
Created attachment 165597 [details]
libdvdnav-4.1.3.ebuild

Tested with recent trunk of mplayer.

Requires libdvdread-4.1.3
Comment 4 Steve Dibb (RETIRED) gentoo-dev 2008-09-16 23:56:46 UTC
(In reply to comment #0)
> media-libs/libdvdnav-4.1.2 has been released for over a week now.

It's also a fork that breaks API, so we can't just revbump it.

yngwin, something else I thought of is that if we put it in the tree, we'd have to make mplayer autodetect it, since we can't dep on it if its going to be hard masked.
Comment 5 Steve Dibb (RETIRED) gentoo-dev 2008-09-16 23:57:56 UTC
also, for the record, I've had libdvd{read,nav} svn ebuilds in my overlay for a while now, we can also use those as a point of reference, though they may need cleaning up.

http://overlays.gentoo.org/dev/beandog/browser
Comment 6 Yang Zhao 2008-09-17 01:07:01 UTC
There are explicit instructions given for both libdvdread and libdvdnav to not alter API in an incompatible way.

I have been running libdvdnav-4.1.2 since a couple of weeks after release and have not had issues with VLC failing to compile or display DVD navigations.

These will need to be bumped eventually as mplayer trunk appears to depend on them.
Comment 7 Steve Dibb (RETIRED) gentoo-dev 2008-09-17 02:50:32 UTC
(In reply to comment #6)
> There are explicit instructions given for both libdvdread and libdvdnav to not
> alter API in an incompatible way.
> 
> I have been running libdvdnav-4.1.2 since a couple of weeks after release and
> have not had issues with VLC failing to compile or display DVD navigations.

yngwin and I were discussing this earlier on IRC.  One thing we have to do is make sure that all apps that depend on libdvdread and libdvdnav still work properly.  Also, the libdvdread binary drops some of the util binaries, which may cause some problems.

> These will need to be bumped eventually as mplayer trunk appears to depend on
> them.

Actually, mplayer still ships with internal dvdread, so it's not a problem -- you can use either one.
Comment 8 Arseny Solokha 2008-09-21 20:03:22 UTC
(In reply to comment #7)
> One thing we have to do is make sure that all apps that depend on libdvdread
> and libdvdnav still work properly.
OK, you can add both ebuilds to ~arch tree, and users will test it soon. In case of incompatibilities it will speed up migrating aps to new version of these libraries.
Comment 9 Ben de Groot (RETIRED) gentoo-dev 2008-09-23 21:54:21 UTC
These versions are now in portage, but hardmasked for the moment, in order to get some testing first.
Comment 10 Yang Zhao 2008-10-06 18:26:54 UTC
Any particular reason to prefer configure2 as opposed to autotools?

In any case, the original bug has been satisfied and I'm ready to close this unless anyone has objections.
Comment 11 Steve Dibb (RETIRED) gentoo-dev 2008-10-07 02:17:29 UTC
(In reply to comment #10)
> Any particular reason to prefer configure2 as opposed to autotools?
> 
> In any case, the original bug has been satisfied and I'm ready to close this
> unless anyone has objections.
> 

Autotools is still being hacked together.