contrib: bluray: build for more recent JDK
Merge request reports
Activity
changed milestone to %4.0
added Component::Build system: Contribs label
requested review from @fcartegnie
added MRStatus::WaitingForReviewerFeedback label
48 49 49 50 bluray: libbluray-$(BLURAY_VERSION).tar.bz2 .sum-bluray 50 51 $(UNPACK) 52 # use JDK9+ with java 1.7, otherwise JDK11 gives this error: 53 # Source option 6 is no longer supported. Use 7 or later. 54 # we still get this warning: 55 # source value 7 is obsolete and will be removed in a future release 56 sed -i.orig -e 's,=1.6,=1.8,g' $(UNPACK_DIR)/Makefile.am added MRStatus::InReview label and removed MRStatus::WaitingForReviewerFeedback label
mentioned in merge request !5533 (merged)
added MRStatus::NotCompliant label and removed MRStatus::InReview label
added 501 commits
-
eec78d91...ae6a5944 - 500 commits from branch
videolan:master
- 458c9a40 - contrib: bluray: build for more recent JDK
-
eec78d91...ae6a5944 - 500 commits from branch
added MRStatus::InReview label and removed MRStatus::NotCompliant label
mentioned in merge request !5616 (merged)
So using this MR lets the configuration step succeed with the latest JDK, however the java compilation itself fails so we need to update the code I'm afraid:
/BDFramePeer.java:31: error: BDFramePeer is not abstract and does not override abstract method getAppropriateGraphicsConfiguration(GraphicsConfiguration) in WindowPeer
added MRStatus::NotCompliant label and removed MRStatus::InReview label
mentioned in merge request !6140