FS#33409 - corrupt file names in pitivi pkg
Attached to Project:
Community Packages
Opened by Josh Harding (TheAmigo) - Wednesday, 16 January 2013, 03:22 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 16 January 2013, 10:02 GMT
Opened by Josh Harding (TheAmigo) - Wednesday, 16 January 2013, 03:22 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 16 January 2013, 10:02 GMT
|
Details
Description:
As was reported in Additional info: The root cause is two garbage chars in the upstream tarball's pitivi-0.15.2/help/Makefile.in (search for codecscontainers.jpg). It appears that a workaround was attempted at the end of the PKGBUILD, but that doesn't solve the problem. What worked for me is to add the following command to the PKGBUILD just after the python2 fix section: sed -i 'y/\xc2\xa0/ /' help/Makefile.in and remove the find command at the end of the PKGBUILD. Steps to reproduce: LC_ALL=C pacman -Syu pitivi Of course, codecscontainer.jpg still isn't a jpg, it's just a self-referential symlink, but that's likely an orthogonal upstream issue... which isn't fatal. |
This task depends upon