[libdvdnav-devel] [Git][videolan/libdvdread][master] Move to 7.0.0 because DVD-Audio is a big enough change
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Mon Aug 11 12:09:43 UTC 2025
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdread
Commits:
b0a00e6c by Jean-Baptiste Kempf at 2025-08-11T14:08:47+02:00
Move to 7.0.0 because DVD-Audio is a big enough change
- - - - -
4 changed files:
- NEWS
- README.md
- configure.ac
- meson.build
Changes:
=====================================
NEWS
=====================================
@@ -1,4 +1,4 @@
-libdvdread (6.2.0)
+libdvdread (7.0.0)
* DVD-Audio support:
* Introduced DVDOpenStreamAudio, DVDOpenAudio for opening DVD-Audio discs
* Added DVD-Audio IFO structs for AMGI, SAMG and ATS
=====================================
README.md
=====================================
@@ -66,7 +66,7 @@ The [VideoLAN Code of Conduct](https://wiki.videolan.org/Code_of_Conduct/) appli
# Compile
-1. Install [Meson](https://mesonbuild.com/) (0.49 or higher), [Ninja](https://ninja-build.org/)
+1. Install [Meson](https://mesonbuild.com/) (0.60 or higher), [Ninja](https://ninja-build.org/)
2. Run `mkdir build && cd build` to create a build directory and enter it
3. Run `meson setup ..` to configure meson, add `--default-library=static` if static linking is desired
4. Run `ninja` to compile
=====================================
configure.ac
=====================================
@@ -1,6 +1,6 @@
dnl library version number
-m4_define([dvdread_major], 6)
-m4_define([dvdread_minor], 2)
+m4_define([dvdread_major], 7)
+m4_define([dvdread_minor], 0)
m4_define([dvdread_micro], 0)
m4_define([dvdread_version],[dvdread_major.dvdread_minor.dvdread_micro])
=====================================
meson.build
=====================================
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: MIT
project('libdvdread', 'c',
- version: '6.2.0',
+ version: '7.0.0',
meson_version: '>= 0.60.0',
default_options: ['buildtype=debugoptimized',
'c_std=c11',
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/commit/b0a00e6ca57bd2a69484b665772cc6d5c7e7d2c4
--
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/commit/b0a00e6ca57bd2a69484b665772cc6d5c7e7d2c4
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the libdvdnav-devel
mailing list