[vlc-commits] macosx: only install resources when applicable

2018-01-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Jan 14 14:15:51 2018 +0200| [8458957903f7b7056200d158c86a2de6a1ff9055] | committer: Rémi Denis-Courmont macosx: only install resources when applicable > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8458957903f7b7056200d158c86a2de6a1ff9

[vlc-commits] macosx: only install resources when applicable

2018-01-14 Thread Rémi Denis-Courmont
vlc/vlc-3.0 | branch: master | Rémi Denis-Courmont | Sun Jan 14 14:15:51 2018 +0200| [f7a51eec12d6bdfc40638880f8cc0e62a7c1367c] | committer: Rémi Denis-Courmont macosx: only install resources when applicable (cherry picked from commit 8458957903f7b7056200d158c86a2de6a1ff9055) > http://git.vid

[vlc-commits] symb_upload.py: Remove check for basepath

2018-01-14 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Jan 14 16:42:18 2018 +0100| [e7f1eee0bcfdc19cf7db3c6003fe228bc9c08a66] | committer: David Fuhrmann symb_upload.py: Remove check for basepath basepath is not valid variable in this context. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e7f

[vlc-commits] macosx: Fix network protocol panel, fix some 10.7 multi-line issues

2018-01-14 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Jan 14 16:43:09 2018 +0100| [2c8baef497c3400fb69a92d66e5099330cc186c7] | committer: David Fuhrmann macosx: Fix network protocol panel, fix some 10.7 multi-line issues Remove actions so that network protocol panel works again. Remove remaining warning

[vlc-commits] macosx: Fix network protocol panel, fix some 10.7 multi-line issues

2018-01-14 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Jan 14 16:43:09 2018 +0100| [f551184ca0e28f59b82c9c4b2aae743068914aa7] | committer: David Fuhrmann macosx: Fix network protocol panel, fix some 10.7 multi-line issues Remove actions so that network protocol panel works again. Remove remaining

[vlc-commits] Lua: install byte code in pkglibdir (fixes #19324)

2018-01-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Jan 14 18:43:14 2018 +0200| [3c659bd5189a2ed66ced0d402f6c030800d244d8] | committer: Rémi Denis-Courmont Lua: install byte code in pkglibdir (fixes #19324) > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3c659bd5189a2ed66ced0d402f6c03080

[vlc-commits] Lua: look for scripts in $(pkglibdir) (refs #19324)

2018-01-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Jan 14 18:41:25 2018 +0200| [c272f614521c7d63fe79f4445df280eff768c804] | committer: Rémi Denis-Courmont Lua: look for scripts in $(pkglibdir) (refs #19324) Add $(pkglibdir)/lua/TYPE as alternative to $(pkgdatadir)/lua/TYPE. > http://git.videola

[vlc-commits] Lua: install byte code in pkglibdir (fixes #19324)

2018-01-14 Thread Rémi Denis-Courmont
vlc/vlc-3.0 | branch: master | Rémi Denis-Courmont | Sun Jan 14 18:43:14 2018 +0200| [cc2fcebf76fa3554faf67b5fdf87ab0bd537aba4] | committer: Rémi Denis-Courmont Lua: install byte code in pkglibdir (fixes #19324) (cherry picked from commit 3c659bd5189a2ed66ced0d402f6c030800d244d8) > http://git

[vlc-commits] Lua: look for scripts in $(pkglibdir) (refs #19324)

2018-01-14 Thread Rémi Denis-Courmont
vlc/vlc-3.0 | branch: master | Rémi Denis-Courmont | Sun Jan 14 18:41:25 2018 +0200| [e9b031d915a7d73f01ca5009914fdc7cf18bfa1d] | committer: Rémi Denis-Courmont Lua: look for scripts in $(pkglibdir) (refs #19324) Add $(pkglibdir)/lua/TYPE as alternative to $(pkgdatadir)/lua/TYPE. (cherry pick

[vlc-commits] linux: use pthread_once() in config_GetLibDir()

2018-01-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Jan 14 20:03:00 2018 +0200| [d36863eac3095ece17f1c5743d0794276e254c8b] | committer: Rémi Denis-Courmont linux: use pthread_once() in config_GetLibDir() The mutex was overkill there. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d3686

[vlc-commits] include: document config_Get(Data|Lib)Dir()

2018-01-14 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Jan 14 20:12:59 2018 +0200| [69b5b5dfdd1433526e080e05ecb9d43e56591683] | committer: Rémi Denis-Courmont include: document config_Get(Data|Lib)Dir() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=69b5b5dfdd1433526e080e05ecb9d43e56591683

[vlc-commits] macOS package: Install compiled lua scripts into the current libdir

2018-01-14 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Jan 14 19:42:27 2018 +0100| [6c79386b9779097a9fe33aa0a26e06927b913a6f] | committer: David Fuhrmann macOS package: Install compiled lua scripts into the current libdir Current libdir is the dir of the application, thus copy it there. This should move

[vlc-commits] macOS codesign: Sign the new lua directory as well

2018-01-14 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Jan 14 19:43:40 2018 +0100| [b5a20782d1f1e5d87944ed7f40b86102f7933149] | committer: David Fuhrmann macOS codesign: Sign the new lua directory as well > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b5a20782d1f1e5d87944ed7f40b86102f7933149 --

[vlc-commits] l10n: Latvian update

2018-01-14 Thread Ingmārs Dīriņš
vlc/vlc-3.0 | branch: master | Ingmārs Dīriņš | Sun Jan 14 14:36:55 2018 -0500| [bc5ddd1b5f710a6006233c0e58d4a9e17b129f21] | committer: Christoph Miebach l10n: Latvian update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=bc5ddd1b5f710a60062

[vlc-commits] l10n: Brazilian Portuguese update

2018-01-14 Thread VideoLAN
vlc/vlc-3.0 | branch: master | VideoLAN | Sun Jan 14 14:54:29 2018 -0500| [eb7726c7c7329ba1899567cbbcd9ac5615612554] | committer: Christoph Miebach l10n: Brazilian Portuguese update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=eb7726c7c732

[vlc-commits] l10n: Basque update

2018-01-14 Thread Julen Ruiz Aizpuru
vlc/vlc-3.0 | branch: master | Julen Ruiz Aizpuru | Sun Jan 14 14:20:16 2018 -0500| [ba0652af60009a37c1db2ec579654d506ea8ccf0] | committer: Christoph Miebach l10n: Basque update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=ba0652af60009a37

[vlc-commits] l10n: Slovak update

2018-01-14 Thread Marián Hikaník
vlc/vlc-3.0 | branch: master | Marián Hikaník | Sun Jan 14 14:59:04 2018 -0500| [e22805143c5b9cfa8ce39f99fc6f75b074285452] | committer: Christoph Miebach l10n: Slovak update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=e22805143c5b9cfa8ce3

[vlc-commits] l10n: Slovenian update

2018-01-14 Thread VideoLAN
vlc/vlc-3.0 | branch: master | VideoLAN | Sun Jan 14 15:00:57 2018 -0500| [b03f92b90ac2c37421b9a7cd9054a8cbd6560a4a] | committer: Christoph Miebach l10n: Slovenian update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=b03f92b90ac2c37421b9a7c

[vlc-commits] l10n: Dutch update

2018-01-14 Thread Thomas De Rocker
vlc/vlc-3.0 | branch: master | Thomas De Rocker | Sun Jan 14 14:46:50 2018 -0500| [216ba4bb2f393f0654d24395ea3ee47044980cc4] | committer: Christoph Miebach l10n: Dutch update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=216ba4bb2f393f0654d

[vlc-commits] l10n: Spanish update

2018-01-14 Thread David González
vlc/vlc-3.0 | branch: master | David González | Sun Jan 14 14:15:59 2018 -0500| [57b09b4219fdaa96ba2b562c9c6946515d294241] | committer: Christoph Miebach l10n: Spanish update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=57b09b4219fdaa96ba2

[vlc-commits] l10n: Thai update

2018-01-14 Thread VideoLAN
vlc/vlc-3.0 | branch: master | VideoLAN | Sun Jan 14 15:04:37 2018 -0500| [8c25998587323d1a4e65bfa6dce0cd0675afd69f] | committer: Christoph Miebach l10n: Thai update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=8c25998587323d1a4e65bfa6dce0

[vlc-commits] l10n: Turkish update

2018-01-14 Thread Kaya Zeren
vlc/vlc-3.0 | branch: master | Kaya Zeren | Sun Jan 14 15:05:47 2018 -0500| [52dacd687419a18559bbc39ca777c1569121f8ab] | committer: Christoph Miebach l10n: Turkish update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=52dacd687419a18559bbc39

[vlc-commits] l10n: Simplified Chinese update

2018-01-14 Thread Dean Lee
vlc/vlc-3.0 | branch: master | Dean Lee | Sun Jan 14 15:08:58 2018 -0500| [32e342b3d366372dada6f73ee54113106baa8ad9] | committer: Christoph Miebach l10n: Simplified Chinese update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=32e342b3d36637

[vlc-commits] l10n: Danish update

2018-01-14 Thread VideoLAN
vlc/vlc-3.0 | branch: master | VideoLAN | Sun Jan 14 14:11:59 2018 -0500| [ac1462f28545fbca50429139610995f523b18192] | committer: Christoph Miebach l10n: Danish update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=ac1462f28545fbca5042913961

[vlc-commits] l10n: Malay update

2018-01-14 Thread VideoLAN
vlc/vlc-3.0 | branch: master | VideoLAN | Sun Jan 14 14:41:56 2018 -0500| [ef958d950454ca161cdaf7a9dafc939caa9488c1] | committer: Christoph Miebach l10n: Malay update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=ef958d950454ca161cdaf7a9daf

[vlc-commits] l10n: Italian update

2018-01-14 Thread Vincenzo Reale
vlc/vlc-3.0 | branch: master | Vincenzo Reale | Sun Jan 14 14:28:00 2018 -0500| [2f5d2c5c9d4f7cd67c9edf022d32ecdf3970d97a] | committer: Christoph Miebach l10n: Italian update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=2f5d2c5c9d4f7cd67c9

[vlc-commits] l10n: French update

2018-01-14 Thread VideoLAN
vlc/vlc-3.0 | branch: master | VideoLAN | Sun Jan 14 14:23:14 2018 -0500| [98b5c1bba88340aba75cb676297edba1b53cc614] | committer: Christoph Miebach l10n: French update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=98b5c1bba88340aba75cb67629

[vlc-commits] l10n: Korean update

2018-01-14 Thread VideoLAN
vlc/vlc-3.0 | branch: master | VideoLAN | Sun Jan 14 14:32:52 2018 -0500| [9c277de4684726af3cb3a3016938bf283f05b5cd] | committer: Christoph Miebach l10n: Korean update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=9c277de4684726af3cb3a30169

[vlc-commits] l10n: Russian update

2018-01-14 Thread Alexander Lakhin
vlc/vlc-3.0 | branch: master | Alexander Lakhin | Sun Jan 14 14:57:15 2018 -0500| [078b4dd6ea37fae5af3144d19e67934a7e59d791] | committer: Christoph Miebach l10n: Russian update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=078b4dd6ea37fae5a

[vlc-commits] l10n: Japanese update

2018-01-14 Thread Fumio Nakayama
vlc/vlc-3.0 | branch: master | Fumio Nakayama | Sun Jan 14 14:30:32 2018 -0500| [fec69e013b21303fdc44cb065e57b08a940d790e] | committer: Christoph Miebach l10n: Japanese update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=fec69e013b21303fdc

[vlc-commits] l10n: Polish update

2018-01-14 Thread Michał Trzebiatowski
vlc/vlc-3.0 | branch: master | Michał Trzebiatowski | Sun Jan 14 14:51:30 2018 -0500| [3eae872ec8b7514d3da783fa08c7b7bc0dd477af] | committer: Christoph Miebach l10n: Polish update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=3eae872ec8b751

[vlc-commits] l10n: Ukrainian update

2018-01-14 Thread Andriy Bandura
vlc/vlc-3.0 | branch: master | Andriy Bandura | Sun Jan 14 15:07:39 2018 -0500| [63ae165dbc9e485a6298ad0dfb75d3c67c934e86] | committer: Christoph Miebach l10n: Ukrainian update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=63ae165dbc9e485a6

[vlc-commits] l10n: Corsican update

2018-01-14 Thread VideoLAN
vlc/vlc-3.0 | branch: master | VideoLAN | Sun Jan 14 14:09:32 2018 -0500| [b9f8c17ead05e44c6b4f549ba6cd6adba4e0e0a3] | committer: Christoph Miebach l10n: Corsican update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=b9f8c17ead05e44c6b4f549b

[vlc-commits] snap: added two new interfaces.

2018-01-14 Thread Konstantin Pavlov
vlc | branch: master | Konstantin Pavlov | Sun Jan 14 23:21:05 2018 +0300| [b8836b922f5097c99cae8463ce7fdf4a4d375731] | committer: Konstantin Pavlov snap: added two new interfaces. Mostly improving accessibility, and access to the system fonts. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=

[vlc-commits] snap: added two new interfaces.

2018-01-14 Thread Konstantin Pavlov
vlc/vlc-3.0 | branch: master | Konstantin Pavlov | Sun Jan 14 23:21:05 2018 +0300| [721e1a394bb8641e5cab3365097bf152b8f05459] | committer: Konstantin Pavlov snap: added two new interfaces. Mostly improving accessibility, and access to the system fonts. (cherry picked from commit b8836b922f509

[vlc-commits] macOS packaging: Merge share/lua and lib/lua folders

2018-01-14 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Jan 14 22:46:09 2018 +0100| [f4514905b60a0c1459dc568206c87d2cc78313a9] | committer: David Fuhrmann macOS packaging: Merge share/lua and lib/lua folders Separation between share and lib is not planned for 3.0 anymore, therefore just merge both