Accepting request 328717 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/328717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vlc?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2015-09-08 15:38:55 +00:00 committed by Git OBS Bridge
commit 955661ae04
2 changed files with 13 additions and 5 deletions

View File

@ -5,11 +5,11 @@ New tar defaults create PAX archives which have two problems:
* they contain atime and thus the build time * they contain atime and thus the build time
Avoid this by passign "--format=ustar" to tar when creating skins2/default.vlt Avoid this by passign "--format=ustar" to tar when creating skins2/default.vlt
Index: b/share/Makefile.in Index: b/share/Makefile.am
=================================================================== ===================================================================
--- a/share/Makefile.in --- a/share/Makefile.am
+++ b/share/Makefile.in +++ b/share/Makefile.am
@@ -1757,7 +1757,7 @@ skins2/default.vlt: $(skins2_default_vlt @@ -79,7 +79,7 @@ skins2/default.vlt: $(skins2_default_vlt
mkdir -p skins2 mkdir -p skins2
(cd "$(srcdir)/skins2"; find default -print0 | \ (cd "$(srcdir)/skins2"; find default -print0 | \
LC_ALL=C sort -z | \ LC_ALL=C sort -z | \
@ -17,4 +17,4 @@ Index: b/share/Makefile.in
+ tar cvv --format=ustar --exclude .svn --no-recursion --null -T -) | \ + tar cvv --format=ustar --exclude .svn --no-recursion --null -T -) | \
gzip -n > skins2/default.vlt gzip -n > skins2/default.vlt
.lua.luac: #

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Sep 2 20:10:21 UTC 2015 - wbauer@tmo.at
- Modify vlc-2.1.5-fix-skins2-default-skin-creation.patch to patch
Makefile.am instead of Makefile.in: autoreconf overwrote the
change, making the patch totally ineffective and thus the default
skin was broken
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 24 12:28:32 UTC 2015 - dimstar@opensuse.org Fri Jul 24 12:28:32 UTC 2015 - dimstar@opensuse.org