Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:wolfi323:branches:multimedia:libs
vlc
vlc-2.1.5-fix-skins2-default-skin-creation.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vlc-2.1.5-fix-skins2-default-skin-creation.patch of Package vlc
Author: Stefan Seyfried <seife+obs@b1-systems.com> New tar defaults create PAX archives which have two problems: * VLC cannot read them * they contain atime and thus the build time Avoid this by passign "--format=ustar" to tar when creating skins2/default.vlt Index: b/share/Makefile.am =================================================================== --- a/share/Makefile.am +++ b/share/Makefile.am @@ -79,7 +79,7 @@ skins2/default.vlt: $(skins2_default_vlt $(AM_V_at)mkdir -p skins2 $(AM_V_at)rm -f -- skins2/default.vlt.tmp $(AM_V_GEN)GZIP=--no-name \ - tar cvvzf skins2/default.vlt.tmp \ + tar cvvzf skins2/default.vlt.tmp --format=ustar \ --owner=root --group=root --directory="$(srcdir)/skins2" \ default/ $(AM_V_at)mv -f -- skins2/default.vlt.tmp skins2/default.vlt
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor