Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[backport] Allow to build with taglib-2.0 #24772

Merged
merged 4 commits into from
Mar 1, 2024

Conversation

neo1973
Copy link
Member

@neo1973 neo1973 commented Feb 27, 2024

Description

Backport of #24339 and #24577

Motivation and context

Allow to build Kodi Nexus on systems that already switched to taglib-2.0, e.g. Arch Linux. This is primarily for my own convenience 😉

How has this been tested?

Compiles and scanning music library items works.

What is the effect on users?

None.

Types of change

  • Bug fix (non-breaking change which fixes an issue)
  • Clean up (non-breaking change which removes non-working, unmaintained functionality)
  • Improvement (non-breaking change which improves existing functionality)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that will cause existing functionality to change)
  • Cosmetic change (non-breaking change that doesn't touch code)
  • Student submission (PR was done for educational purposes and will be treated as such)
  • None of the above (please explain below)

Checklist:

  • My code follows the Code Guidelines of this project
  • My change requires a change to the documentation, either Doxygen or wiki
  • I have updated the documentation accordingly
  • I have read the Contributing document
  • I have added tests to cover my change
  • All new and existing tests passed

ref:
- taglib/taglib@ca8c2e0

long/ulong updated to offset_t/size_t in taglib/toolkit/tiostream.h

Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
(cherry picked from commit d2022ce)
ref:
- taglib/taglib@10094f6

Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
(cherry picked from commit 6f5dff4)
final release of taglib-2.0 removed deprecated unused types from taglib.

ref:
- taglib/taglib@a08acdc
  - These integer types are deprecated. Do not use them.

Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
(cherry picked from commit e43460c)
final release of taglib-2.0 removed deprecated unused types from taglib.

ref:
- taglib/taglib@a08acdc
  - These integer types are deprecated. Do not use them.

Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
(cherry picked from commit 700bd7d)
@fuzzard
Copy link
Contributor

fuzzard commented Feb 27, 2024

Jenkins build this please

1 similar comment
@fuzzard
Copy link
Contributor

fuzzard commented Feb 28, 2024

Jenkins build this please

@jenkins4kodi
Copy link
Contributor

I've made some formatting changes to meet the current code style. The diffs are available in the following links:

For more information please see our current code style guidelines.

@fuzzard fuzzard merged commit d2e4eb2 into xbmc:Nexus Mar 1, 2024
2 checks passed
@the-black-eagle
Copy link
Contributor

Just as an FYI, but I thought we only backported fixes, which this isn't. Nexus could easily be built with -DENABLE_INTERNAL_TAGLIB=YES

Hope this doesn't set a precedent.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants