File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -72,12 +72,14 @@ Transitional Code Removal:
72
72
73
73
* Remove TagLib version 1.5 requirement warning.
74
74
* Remove Musepack libmpc (instead of libmpcdec) requirement warning.
75
+ * Remove librcc raised requirement warning.
75
76
76
77
77
78
Pending 2.6 Changes:
78
79
79
80
* Require at least TagLib version 1.5.
80
81
* Require Musepack libmpc (instead of libmpcdec).
82
+ * Require at least librcc version 0.2.10.
81
83
82
84
83
85
Pending 2.7 Changes:
Original file line number Diff line number Diff line change @@ -389,6 +389,10 @@ AC_CHECK_HEADERS([librcc.h],
389
389
AC_SUBST([RCC_LIBS])
390
390
COMPILE_RCC=yes])
391
391
])
392
+ if ! $PKG_CONFIG --atleast-version 0.2.10 librcc
393
+ then
394
+ UPGRADE_LIBRCC="yes"
395
+ fi
392
396
fi
393
397
394
398
dnl curl
@@ -485,6 +489,13 @@ then
485
489
echo
486
490
fi
487
491
492
+ if test "x$UPGRADE_LIBRCC" = "xyes"
493
+ then
494
+ echo "WARNING: MOC will soon require librcc version 0.2.10 or later;"
495
+ echo " plan to upgrade your RCC library soon."
496
+ echo
497
+ fi
498
+
488
499
if test "x$UPGRADE_LIBCURL" = "xyes"
489
500
then
490
501
echo "WARNING: MOC will soon require libcurl version 7.15.4 or later;"
You can’t perform that action at this time.
0 commit comments