./multimedia/libdvdnav, Library to navigate DVDs

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.1.1, Package name: libdvdnav-6.1.1, Maintainer: pkgsrc-users

libdvdnav is a library that allows easy use of sophisticated DVD navigation
features such as DVD menus, multiangle playback and even interactive DVD
games. All this functionality is provided through a simple API which
provides the DVD playback as a single logical stream of blocks, intermitted
by special dvdnav events to report certain conditions. The main usage of
libdvdnav is a loop regularly calling a function to get the next block,
surrounded by additional calls to tell the library of user interaction.
The whole DVD virtual machine and internal playback states are completely
encapsulated.


Required to run:
[multimedia/libdvdread]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 358.99 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 13:01:20 by Nia Alarie | Files touched by this commit (177)
Log message:
multimedia: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (for legal reasons?):

./multimedia/adobe-flash-player/distinfo \ 
adobe-flash-player-32.0.0.465/flash_player_npapi_linux.i386.tar.gz
./multimedia/adobe-flash-player/distinfo \ 
adobe-flash-player-32.0.0.465/flash_player_npapi_linux.x86_64.tar.gz
./multimedia/libdvdcss/distinfo libdvdcss-1.4.3.tar.bz2
   2021-10-07 16:32:21 by Nia Alarie | Files touched by this commit (179)
Log message:
multimedia: Remove SHA1 hashes for distfiles
   2021-05-04 09:27:17 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libdvdnav: updated to 6.1.1

libdvdnav (6.1.1)
* fix build issues
* improve CI
   2020-05-22 14:43:53 by Adam Ciarcinski | Files touched by this commit (18)
Log message:
revbump for multimedia/libdvdread; requested by leot@
   2020-03-28 18:43:37 by Nia Alarie | Files touched by this commit (1)
Log message:
libdvdnav: Needs USE_LANGUAGES=c99
   2020-03-24 15:59:20 by Nia Alarie | Files touched by this commit (3)
Log message:
libdvdnav: Update to 6.1.0

libdvdnav (6.1.0)
 * add a dvdnav_open2 API to setup a logging mechanism, similar to libdvdread
 * add a dvdnav_get_number_of_angles API
 * add a dvdnav_version API
 * rework the logs in the library and remove direct printf calls
 * handle out-of-order ADMAP entries blocking playback
 * fix crashes in dvdnav_describe_title_chapters in broken DVDs
 * cleanup old code and buildsystem
   2019-11-03 12:08:09 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libdvdnav: updated to 6.0.1

libdvdnav (6.0.1)
 * improve random playback mode, to work-around broken discs
 * fix divide-by-zerop issue in tmap search
 * fix pthread on OS/2
   2018-01-21 17:25:17 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libdvdnav: updated to 6.0.0

libdvdnav (6.0.0)
* fix crashes on some DVD on describe_title call
* fix various crashes related to PGC validity
* fix compilation issues
* fix API return codes