intel / libvpl

Intel® Video Processing Library (Intel® VPL) API, dispatcher, and examples
https://intel.github.io/libvpl/
MIT License
275 stars 84 forks source link

Replaced registered trademark symbol with ASCII version #118

Closed mmhat closed 8 months ago

mmhat commented 8 months ago

Issue

The "®" was not conforming to RFC-822 and broke downstream build tools; See https://github.com/haskell/cabal/issues/9608 for an example.

Fixes #117

Solution

Just replaced the symbol with (R). This appears to be the go-to solution is also used by other packages, e.g. https://github.com/intel/gmmlib/blob/f5943626a108245a31290811f41338e7151ac22d/Source/GmmLib/igdgmm.pc.in.

How Tested

Tested it locally by running a Cabal build which was failing before.

bradrn commented 8 months ago

This issue is affecting many people, in https://github.com/haskell/cabal/issues/9608 and presumably elsewhere too. It would be good to get this fix merged please!

mav-intel commented 8 months ago

Since original submitter has not yet made requested changes and this is in high demand, pushing my own version of this PR as #121 and closing this one

bradrn commented 8 months ago

Thanks!