[libdvdnav-devel] [Git][videolan/libdvdnav][master] 2 commits: Require dvdread 5.0.3

Jean-Baptiste Kempf gitlab at videolan.org
Thu Jan 18 10:24:42 CET 2018


Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdnav


Commits:
c334a96a by Jean-Baptiste Kempf at 2018-01-18T10:16:31+01:00
Require dvdread 5.0.3

- - - - -
dcb9109e by Jean-Baptiste Kempf at 2018-01-18T10:16:41+01:00
libdvdnav 6.0.0

Even though the changes are not major, there has been quite a few since
the last major release.
Also, it's better to have a new major number to synchronise with dvdread

- - - - -


2 changed files:

- ChangeLog
- configure.ac


Changes:

=====================================
ChangeLog
=====================================
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
-libdvdnav (5.0.4)
+libdvdnav (6.0.0)
  * fix crashes on some DVD on describe_title call
  * fix various crashes related to PGC validity
- * fix compilation issues 
+ * fix compilation issues
  * fix API return codes
 
 libdvdnav (5.0.3)


=====================================
configure.ac
=====================================
--- a/configure.ac
+++ b/configure.ac
@@ -3,9 +3,9 @@ dnl Making releases: dvdnav_sub += 1; change DVDNAV_LT_* accordingly
 dnl
 dnl These are defined in m4 so they can be passed to AC_INIT
 dnl --------------------------------------------------------------
-m4_define([dvdnav_major], [5])
+m4_define([dvdnav_major], [6])
 m4_define([dvdnav_minor], [0])
-m4_define([dvdnav_sub],   [4])
+m4_define([dvdnav_sub],   [0])
 m4_define([dvdnav_pre],   [])
 
 AC_INIT([libdvdnav], [dvdnav_major.dvdnav_minor.dvdnav_sub[]dvdnav_pre])
@@ -97,7 +97,7 @@ esac
 AC_SUBST(THREAD_LIBS)
 AC_SUBST(THREAD_CFLAGS)
 
-PKG_CHECK_MODULES([DVDREAD], [dvdread >= 5.0.2])
+PKG_CHECK_MODULES([DVDREAD], [dvdread >= 5.0.3])
 
 dnl ---------------------------------------------
 dnl Check for bitfield compiler flag



View it on GitLab: https://code.videolan.org/videolan/libdvdnav/compare/9d094e029f5bb3fb47688e8d99ad66137c83bf92...dcb9109e45ccd304ec82a7c7bf46cca63620adf9

---
View it on GitLab: https://code.videolan.org/videolan/libdvdnav/compare/9d094e029f5bb3fb47688e8d99ad66137c83bf92...dcb9109e45ccd304ec82a7c7bf46cca63620adf9
You're receiving this email because of your account on code.videolan.org.


More information about the libdvdnav-devel mailing list