vdr-projects / vdr-plugin-epgsearch

Searchtimer and replacement of the VDR program menu
GNU General Public License v2.0
3 stars 5 forks source link

Migrate to pcre2 #2

Closed heitbaum closed 1 year ago

heitbaum commented 2 years ago

Update to PCRE2 that replaces the API in the original PCRE library, which is now obsolete and no longer maintained.

Signed-off-by: Rudi Heitbaum rudi@heitbaum.com

heitbaum commented 2 years ago

Activity underway to migrate from pcre to pcre2

Refs:

tomjfr commented 2 years ago

pcre.org does not contribute a libpcre2.pc. I would suggest to test pkg-config --exists libpcre2-posix and to keep a fallback to libpcre.pc for systems without pcre2. As epgsearch uses only extended regular expressions, it shouldn't matter anyhow - but with the suggested changes it will be future-proof

tomjfr commented 1 year ago

There was no updated commit, so I can't accept the pull request