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:
commit
955661ae04
@ -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:
|
#
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user