[vlc-commits] macosx: Workaround crash in PXSourceList dealloc

2021-06-01 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Jun 1 17:54:45 2021 +0200| [bb7022aed9b88cd519848de19d1cb6ba3795d1b2] | committer: David Fuhrmann macosx: Workaround crash in PXSourceList dealloc [super setDataSource] crashes on macOS 10.11 until 10.13. The code in question should

[vlc-commits] macOS package: Increase image size for dmg package

2021-05-05 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon May 3 21:39:32 2021 +0200| [9f1a68226ba337bdf673f95caef95a10ef2920b4] | committer: David Fuhrmann macOS package: Increase image size for dmg package Increase to 300M to allow to build universal releases. This is the maximum size

[vlc-commits] POTFILES.in: Update for macosx UI files

2021-04-13 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Apr 13 12:58:33 2021 +0200| [832a58631ca235d2a5bc558a55f8c0172fb86ac9] | committer: David Fuhrmann POTFILES.in: Update for macosx UI files Add all files in directory. Fixes missing VLCSidebarSource and VLCLogWindowController, notably

[vlc-commits] macosx: Fix compilation of sidebar source with old SDKs

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Apr 6 13:38:49 2021 +0200| [58d8dd6c7d31a15519dc69dcd5f6ad4b88e1b4f1] | committer: David Fuhrmann macosx: Fix compilation of sidebar source with old SDKs > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] macosx: Modernize code style for VLCTimeField

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Apr 6 11:31:05 2021 +0200| [84847c28514a802585094338d2622be4bcdd0c89] | committer: David Fuhrmann macosx: Modernize code style for VLCTimeField > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] macosx: Fix format specifier

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Apr 6 11:11:46 2021 +0200| [701ae51e3f841fb760cf3707682ae491f71c61f1] | committer: David Fuhrmann macosx: Fix format specifier > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=701ae51e3f841fb760cf3707682ae491f71c6

[vlc-commits] macosx: time fields: Cache alternative time representation

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Apr 6 11:12:06 2021 +0200| [30ce9f876c9d56122e94450a4c988e45fea7b6cc] | committer: David Fuhrmann macosx: time fields: Cache alternative time representation This allows to toggle between remaining and elapsed time at any time, also while

[vlc-commits] macosx: Fix translation of "general settings box"

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Apr 5 18:18:12 2021 +0200| [b17069595772d64888aa388cfbe0d5a163e32edd] | committer: David Fuhrmann macosx: Fix translation of "general settings box" refs #25558 > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.gi

[vlc-commits] macosx: Fix autolayout issues for simple prefs

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Apr 5 19:09:15 2021 +0200| [198fb6c0e60cbe6e4836761814b9d263a38ddc54] | committer: David Fuhrmann macosx: Fix autolayout issues for simple prefs For all views shown in simple preferences, all UI elements with intrinsic sizes (e.g. labels

[vlc-commits] macosx: Initialize sidebar in main window

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Fri Apr 2 12:18:00 2021 +0200| [edd5319c1a95210edac9d9544d77998747605419] | committer: David Fuhrmann macosx: Initialize sidebar in main window > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] macosx: Move out sidebar handling in own data source object

2021-04-06 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Fri Apr 2 11:50:11 2021 +0200| [abbc95861f12992a773e67867851801fb1ea9858] | committer: David Fuhrmann macosx: Move out sidebar handling in own data source object Move delegate and datasource handling of sidebar into own object. This decouples

[vlc-commits] macosx: time fields: Cache alternative time representation

2021-04-06 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Tue Apr 6 11:46:12 2021 +0200| [497fc4216d776fc81d241578eaf9abd17dbeedcb] | committer: David Fuhrmann macosx: time fields: Cache alternative time representation This allows to toggle between remaining and elapsed time at any time, also while the media

[vlc-commits] macosx: Fix autolayout issues for simple prefs

2021-04-05 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Apr 5 19:33:45 2021 +0200| [f3c7ba5bb3a5bda29ad18e28b566b79c91d89355] | committer: David Fuhrmann macosx: Fix autolayout issues for simple prefs For all views shown in simple preferences, all UI elements with intrinsic sizes (e.g. labels

[vlc-commits] macosx: Add two size configurations for fullscreen panel

2021-04-02 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Fri Apr 2 12:26:12 2021 +0200| [9ad0a1de606b52ad7b98ec4e2a7b1674d21f1105] | committer: David Fuhrmann macosx: Add two size configurations for fullscreen panel Freely choosing an increased size for fullscreen panel control buttons has been an error

[vlc-commits] macosx: Add two size configurations for fullscreen panel

2021-03-31 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Mar 31 22:27:39 2021 +0200| [659f569c3a0a77256bbca8a0745d35da7aab3ada] | committer: David Fuhrmann macosx: Add two size configurations for fullscreen panel Freely choosing an increased size for fullscreen panel control buttons has been

[vlc-commits] macosx: open panel: fix MRL generation for multiple input devices

2021-03-31 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Mar 31 22:51:17 2021 +0200| [f2e872c78dfdadf8dbbbc4db0a2aa6a3cfb353db] | committer: David Fuhrmann macosx: open panel: fix MRL generation for multiple input devices Fix issue in MRL generation for multiple audio / video input devices. Now

[vlc-commits] macosx: open panel: fix MRL generation for multiple input devices

2021-03-31 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Mar 31 22:58:57 2021 +0200| [c21bf10646a6c432a0d1fb695256778a84c83a13] | committer: David Fuhrmann macosx: open panel: fix MRL generation for multiple input devices Fix issue in MRL generation for multiple audio / video input devices. Now updates

[vlc-commits] macosx: Fix crash on exit related to PXSourceList

2021-03-29 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Mar 29 10:54:19 2021 +0200| [53359e6f9bbcc101f84935d272b4be5b6bd1fb3b] | committer: David Fuhrmann macosx: Fix crash on exit related to PXSourceList The delegate object (aka VLCMainWindow) is sometimes not valid anymore when the destructor

[vlc-commits] macosx proj: Add Internal directory for PXSourceList

2021-03-29 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Mar 29 10:53:59 2021 +0200| [adf964a472568981393ad407143c54abbbd4c9ed] | committer: David Fuhrmann macosx proj: Add Internal directory for PXSourceList > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] macosx: Fix make dist after l10n update

2021-03-01 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Mar 1 19:08:59 2021 +0100| [5a02fe693e96ca4f37c3eb5f103824dd7dd4f743] | committer: David Fuhrmann macosx: Fix make dist after l10n update > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] Update PO files after vlc.pot update

2021-02-24 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Feb 24 18:59:26 2021 +0100| [17f64a4dae93e22505fe58577cd38dd8146ab236] | committer: David Fuhrmann Update PO files after vlc.pot update > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=17f64a4dae93e22505fe58577cd38dd8146ab

[vlc-commits] macosx: Fix make dist after l10n update

2021-02-24 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Feb 24 18:46:06 2021 +0100| [81968a757aec852858e92c3d94e944d614773d9e] | committer: David Fuhrmann macosx: Fix make dist after l10n update > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] gitlab-ci: Add builders for macOS ARM

2021-01-26 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Thu Jan 21 22:12:32 2021 +0100| [449168207808b00e5cb1231c2ec8d476fbc751b5] | committer: David Fuhrmann gitlab-ci: Add builders for macOS ARM Restructure scripts into common builders for mac and mac nightly. Add dedicated jobs to build for macos-arm64

[vlc-commits] macOS build.sh: Respect VLC_PREBUILT_CONTRIBS_URL, rebuild luac

2021-01-26 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Tue Jan 26 10:56:49 2021 +0100| [8e29a54120c85cdee65df25e83ec0b4c7a9a9dcb] | committer: David Fuhrmann macOS build.sh: Respect VLC_PREBUILT_CONTRIBS_URL, rebuild luac luac is a native tool not being bundled in the prebuilt contribs so far. Therefore

[vlc-commits] gitlab-ci: Let the build scripts fetch the prebuilt contribs

2021-01-26 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Jan 24 12:28:17 2021 +0100| [dac0501e1d92d6ae0f56bbe5f2e4da4f5e19e003] | committer: David Fuhrmann gitlab-ci: Let the build scripts fetch the prebuilt contribs Like it is done for the other platforms. > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] gitlab-ci: Let the build scripts fetch the prebuilt contribs

2021-01-24 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Jan 24 12:28:17 2021 +0100| [7d5552d6bb0462543c1f5530529be79f6d5c707b] | committer: David Fuhrmann gitlab-ci: Let the build scripts fetch the prebuilt contribs Like it is done for the other platforms. > http://git.videolan.org/gitweb.

[vlc-commits] macOS build.sh: Respect VLC_PREBUILT_CONTRIBS_URL, rebuild luac

2021-01-24 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Jan 24 12:18:08 2021 +0100| [5dd2501b3ebdab86ad8f9238aceb403d0e7ffa7c] | committer: David Fuhrmann macOS build.sh: Respect VLC_PREBUILT_CONTRIBS_URL, rebuild luac luac is a native tool not being bundled in the prebuilt contribs so far

[vlc-commits] gitlab-ci: Add builders for macOS ARM

2021-01-23 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Thu Jan 21 22:12:32 2021 +0100| [47c1832816393900975fa5c1eb2606cbc7733361] | committer: David Fuhrmann gitlab-ci: Add builders for macOS ARM Restructure scripts into common builders for mac and mac nightly. Add dedicated jobs to build for macos

[vlc-commits] macosx: Fix make dist after l10n update

2020-12-30 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Dec 30 14:51:38 2020 +0100| [8e19ecd054978352abc01bc33ee91ab4573c491d] | committer: David Fuhrmann macosx: Fix make dist after l10n update > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] macosx: Fix animations in open panel

2020-12-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Dec 16 08:23:12 2020 +0100| [d147bb5e7e8bfda63cbfbed310d0bbcf3f110614] | committer: David Fuhrmann macosx: Fix animations in open panel Open panel was showing only half of the tab view, because the animation was interrupted right

[vlc-commits] macosx: Move Base.lproj back to English.lproj

2020-12-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Dec 15 22:29:29 2020 +0100| [a1d577518d6665ba0567f9f5b0b2176e111da37f] | committer: David Fuhrmann macosx: Move Base.lproj back to English.lproj Base.lproj is not recognised yet as a known directory on 10.7. This seems to be supported only

[vlc-commits] macosx: fix make dist

2020-12-14 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Dec 14 20:45:14 2020 +0100| [96fc54755d18b1091673043a965eafc71bf2af99] | committer: David Fuhrmann macosx: fix make dist > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=96fc54755d18b1091673043a965eafc71bf2af99 --- modu

[vlc-commits] macosx: codesign: Check whether vlc-cache-gen can be executed

2020-12-14 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Dec 14 20:27:04 2020 +0100| [c8ab476aa089c71799db5624c809b5c83ceab825] | committer: David Fuhrmann macosx: codesign: Check whether vlc-cache-gen can be executed Check whether vlc-cache-gen can actually be executed, to detect whether

[vlc-commits] contrib: sparkle: call install_name_tool on actual file

2020-12-14 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Dec 14 20:13:25 2020 +0100| [81087465d4cb1abfc3f1a9f7abac44cb8767d55e] | committer: David Fuhrmann contrib: sparkle: call install_name_tool on actual file Calling on the symlink replaces that symlink with the real file with latest versions

[vlc-commits] contrib: sparkle: call install_name_tool on actual file

2020-12-14 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Dec 14 20:13:25 2020 +0100| [80d4dd9157fc410c1541973ae2ad2a4767fea65f] | committer: David Fuhrmann contrib: sparkle: call install_name_tool on actual file Calling on the symlink replaces that symlink with the real file with latest versions

[vlc-commits] macosx: codesign: Check whether vlc-cache-gen can be executed

2020-12-14 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Dec 14 20:22:24 2020 +0100| [18271e16182312cc2d0a80848d562e52efc2ebf8] | committer: David Fuhrmann macosx: codesign: Check whether vlc-cache-gen can be executed Check whether vlc-cache-gen can actually be executed, to detect whether it is available

[vlc-commits] contrib: nettle: fix build with CC_FOR_BUILD set to recent clang

2020-12-09 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Nov 30 09:21:33 2020 +0100| [c8abac44747cfe6bbf0b8399373f78ea6125367c] | committer: Felix Paul Kühne contrib: nettle: fix build with CC_FOR_BUILD set to recent clang See upstream https://git.lysator.liu.se/nettle/nettle/-/merge_requests/9/diffs

[vlc-commits] macOS build: fix pseudo package

2020-12-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Dec 2 20:17:27 2020 +0100| [599688cedd73688512edaff8c2ce616c6a2869b3] | committer: David Fuhrmann macOS build: fix pseudo package No need to link InfoPlist.strings files here. (cherry picked from commit

[vlc-commits] macosx: fix make dist after language update

2020-12-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Dec 2 20:16:50 2020 +0100| [2630b360927a5656c4987a86ba1499211955fd98] | committer: David Fuhrmann macosx: fix make dist after language update (cherry picked from commit 21e9016865f72f517ca7f0c5ec49f64a60223fa4) Signed-off-by: David Fuhrmann

[vlc-commits] macOS package: Install InfoPlist.strings for different langs

2020-12-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Dec 2 19:53:31 2020 +0100| [bc51dbbcda9e4c7960d4bc659e69a5c1aebab4e2] | committer: David Fuhrmann macOS package: Install InfoPlist.strings for different langs Also, move the template file, InfoPlist.strings, into Base.lproj to simplify

[vlc-commits] macosx: Add explanatory strings for access to restricted resources

2020-12-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Oct 17 13:15:10 2020 +0200| [f121a648c1e74844027427be28f5a567ebef0525] | committer: David Fuhrmann macosx: Add explanatory strings for access to restricted resources Those strings are read directly by the mac OS to show some reason

[vlc-commits] macosx: Do not generate InfoPlist.strings anymore

2020-12-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Oct 17 12:46:52 2020 +0200| [f233f85df706b7648946c6ef28a41cd92e40173a] | committer: David Fuhrmann macosx: Do not generate InfoPlist.strings anymore (cherry picked from commit 468e864fb929bc849d71d99e6cbd6a09e436bd3a) (edited) Signed-off

[vlc-commits] macOS package: Simplify installation of locales

2020-12-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Feb 3 17:51:45 2018 +0100| [be20a6e399738a2575bb6ccd8b7cc5a32439563a] | committer: David Fuhrmann macOS package: Simplify installation of locales The prefix already contains the correct directory structure for locale, just copy this one

[vlc-commits] macosx: Remove HumanReadableCopyright from InfoPlist.strings

2020-12-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Oct 17 12:26:31 2020 +0200| [94df25b30867601a530993efce43199265f2e750] | committer: David Fuhrmann macosx: Remove HumanReadableCopyright from InfoPlist.strings The translation file should not need to be generated by the build system to allow

[vlc-commits] macos info.plist strings: Factorize translatable strings

2020-12-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun May 19 11:53:24 2019 +0200| [19287f00d3b76a8e949094a088599e2b54b9ce92] | committer: David Fuhrmann macos info.plist strings: Factorize translatable strings Some strings do not need to be translated here. CFBundleGetInfoString is replaced

[vlc-commits] macosx: InfoPlist: Add strings for ressource usages

2020-12-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Feb 2 11:25:28 2019 +0100| [7d8be8d23c0256d3fb7e258aad3251881c9964a5] | committer: David Fuhrmann macosx: InfoPlist: Add strings for ressource usages Those strings must be provided once VLC is compiled with 10.14 sdk, otherwise VLC crashes

[vlc-commits] macosx: Fix display of copyright message

2020-12-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Thu Dec 3 06:28:36 2020 +0100| [b16d96ddd3680add14468412b7df9c3ca76da9fe] | committer: David Fuhrmann macosx: Fix display of copyright message This string is not in the localized info.plist anymore. (manual bp

[vlc-commits] contrib: nettle: fix build with CC_FOR_BUILD set to recent clang

2020-12-02 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Nov 30 09:21:33 2020 +0100| [bf0b8c691d251f0a77dec378a2bc8dc0d7a408de] | committer: Felix Paul Kühne contrib: nettle: fix build with CC_FOR_BUILD set to recent clang See upstream https://git.lysator.liu.se/nettle/nettle/-/merge_requests/9

[vlc-commits] Revert "l10n: Czech update"

2020-12-02 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Dec 2 22:48:52 2020 +0100| [e68ee71c385c706f3215a5feffb5fc8422d63d9c] | committer: David Fuhrmann Revert "l10n: Czech update" Breaks build: cs.po:1289: Formatspezifikation in »msgid« und »msgstr« für Argument 1 sind nicht

[vlc-commits] Revert "l10n: Romanian update"

2020-12-02 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Dec 2 22:53:36 2020 +0100| [0edbf097df010f04e1d0b70ab938385b58430fc7] | committer: David Fuhrmann Revert "l10n: Romanian update" Breaks build: ro.po:1187: die Anzahl der Formatspezifikationen in »msgid« und »msgstr« stimmt nic

[vlc-commits] macOS build: fix pseudo package

2020-12-02 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Dec 2 20:17:27 2020 +0100| [4f34f66f5eaddf3d88fa8a7f5dc839bb2c012103] | committer: David Fuhrmann macOS build: fix pseudo package No need to link InfoPlist.strings files here. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: fix make dist after language update

2020-12-02 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Dec 2 20:16:50 2020 +0100| [21e9016865f72f517ca7f0c5ec49f64a60223fa4] | committer: David Fuhrmann macosx: fix make dist after language update > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=21e9016865f72f517ca7f0c5ec49f64a60223

[vlc-commits] macOS package: Install InfoPlist.strings for different langs

2020-12-02 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Dec 2 19:53:31 2020 +0100| [5b6d90bada44fc99ca0adf029d5ba5df5a496ae4] | committer: David Fuhrmann macOS package: Install InfoPlist.strings for different langs Also, move the template file, InfoPlist.strings, into Base.lproj to simplify the install

[vlc-commits] macosx: Fix display of copyright message

2020-12-01 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Dec 2 00:15:33 2020 +0100| [9f81ba8e3ece2903796886e3229202fafe86] | committer: David Fuhrmann macosx: Fix display of copyright message This string is not in the localized info.plist anymore. > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] macOS build.sh: Use default macosx SDK for xcodebuild targets

2020-11-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Nov 16 20:22:20 2020 +0100| [35601c58e182dc18601dfd3f8bc00d861d025878] | committer: David Fuhrmann macOS build.sh: Use default macosx SDK for xcodebuild targets xcodebuild only allows to use an SDK which is bundled inside the corresponding

[vlc-commits] macOS build.sh: Drop OSX_VERSION

2020-11-15 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Thu Nov 12 20:37:42 2020 +0100| [399b29adb151bb1cdaa007b4e76189a30e171c08] | committer: David Fuhrmann macOS build.sh: Drop OSX_VERSION This is not needed anymore. > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] contrib: caca: Disable build on darwin OS

2020-11-15 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Nov 15 13:04:20 2020 +0100| [42e03c51b4455f6a921ce07ebef1c96f0ce6c1d4] | committer: David Fuhrmann contrib: caca: Disable build on darwin OS This does not build anymore with recent ncurses, and the caca vlc module is also disabled by default

[vlc-commits] contrib: bootstrap: Simplify macOS sdk detection

2020-11-15 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Thu May 31 01:12:22 2018 +0200| [d2326c1163882dd4ed92ef24ae2390cddd753ce4] | committer: David Fuhrmann contrib: bootstrap: Simplify macOS sdk detection Just use xcrun --show-sdk-path to get the default SDK patch. This also finds all other

[vlc-commits] macOS build.sh: Simplify detection of default SDKROOT

2020-11-15 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed May 30 23:25:48 2018 +0200| [258aeb918a484022bbd21173359b2c28224819be] | committer: David Fuhrmann macOS build.sh: Simplify detection of default SDKROOT This fixes the build on macOS Catalina. (cherry picked from commit

[vlc-commits] contrib: bootstrap: Remove OSX_VERSION from contrib system

2020-11-15 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Thu May 31 01:15:13 2018 +0200| [a47f8a5ba10f3829dee9ffaa6b7a9ae0c0848c9d] | committer: David Fuhrmann contrib: bootstrap: Remove OSX_VERSION from contrib system This is not needed anymore. (cherry picked from commit

[vlc-commits] contrib: caca: Disable build on darwin OS

2020-11-15 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Nov 15 18:20:54 2020 +0100| [2a988cc4624dd388f9c1af1d8f0fc78ca89939ef] | committer: David Fuhrmann contrib: caca: Disable build on darwin OS This does not build anymore with recent ncurses, and the caca vlc module is also disabled by default. Thus

[vlc-commits] macosx: Fix width of sidebar panel

2020-11-08 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Nov 8 19:14:49 2020 +0100| [c5d5da7b231ed9c3c7d7a4a28e219c7e29ff0013] | committer: David Fuhrmann macosx: Fix width of sidebar panel > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=c5d5da7b231ed9c3c7d7a4a28e219c7e29ff0

[vlc-commits] macosx: Fix visual appearance of side bar icon

2020-11-05 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Fri Nov 6 07:52:31 2020 +0100| [6d697b9e7b0a58332bde577a51854f4cd65c29e3] | committer: David Fuhrmann macosx: Fix visual appearance of side bar icon Fix padding of sidebar icons on macOS 11. > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.

[vlc-commits] macOS project: Add new files to project, reorder

2020-11-05 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Fri Nov 6 07:58:52 2020 +0100| [978af5edd4d3bd6714967369cb83017a76a93467] | committer: David Fuhrmann macOS project: Add new files to project, reorder > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] Update NEWS

2020-11-05 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Fri Nov 6 07:59:22 2020 +0100| [d5443bc70213b2821d21aaf251eb0bc154eb490d] | committer: David Fuhrmann Update NEWS > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=d5443bc70213b2821d21aaf251eb0bc154eb490d --- NEWS

[vlc-commits] macosx: Remove HumanReadableCopyright from InfoPlist.strings

2020-10-19 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Oct 17 12:26:31 2020 +0200| [971705e799e978338e60bf6b3b1d130991e1ab3f] | committer: David Fuhrmann macosx: Remove HumanReadableCopyright from InfoPlist.strings The translation file should not need to be generated by the build system to allow more

[vlc-commits] macosx: Do not generate InfoPlist.strings anymore

2020-10-19 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Oct 17 12:46:52 2020 +0200| [468e864fb929bc849d71d99e6cbd6a09e436bd3a] | committer: David Fuhrmann macosx: Do not generate InfoPlist.strings anymore > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=468e864fb929bc849d71d99e6cbd6a09e436b

[vlc-commits] macosx: Add explanatory strings for access to restricted resources

2020-10-19 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Oct 17 13:15:10 2020 +0200| [f1534626c69952d3b24de51c6468ad56337c3c14] | committer: David Fuhrmann macosx: Add explanatory strings for access to restricted resources Those strings are read directly by the mac OS to show some reason in ressource

[vlc-commits] cvpx: Fix build on macOS

2020-10-12 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Oct 12 22:07:56 2020 +0200| [b7625aa0974602e11d4051a18015f5ca2fbeb6b3] | committer: David Fuhrmann cvpx: Fix build on macOS > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b7625aa0974602e11d4051a18015f5ca2fbeb6b3 --- modules/video_chr

[vlc-commits] macOS: Fix missing vlc_object_release while getting vouts

2020-10-11 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Oct 11 19:31:13 2020 +0200| [029933322c5cec3f64b971c9fd3f9b0002508b65] | committer: David Fuhrmann macOS: Fix missing vlc_object_release while getting vouts VLC master branch is not affected by this issue anymore. > http://git.videolan.

[vlc-commits] macosx: bookmarks: fix logic for closing edit panel

2020-10-11 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Sep 9 14:37:30 2020 +0200| [e1aa5b526fe13ab4fc8db26449e2238befeb6149] | committer: David Fuhrmann macosx: bookmarks: fix logic for closing edit panel Always close panel, even in error cases. Make sure failure messages are actually shown

[vlc-commits] macosx: Avoid potential double release for input item

2020-10-11 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Sep 9 14:36:51 2020 +0200| [fc30a217187b690d9953f4d270fae888bc9ca918] | committer: David Fuhrmann macosx: Avoid potential double release for input item The item count is not retained for that variable > http://git.videolan.org/gitweb.

[vlc-commits] share: Add hrtf file to EXTRA_DIST

2020-08-12 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Aug 8 14:17:47 2020 +0200| [8f595793e5fad7245ec9b2bff221c06ef0e7c99a] | committer: David Fuhrmann share: Add hrtf file to EXTRA_DIST Both mac, as well as windows build scripts assume the hrtfs directory to exist with hrtf file(s

[vlc-commits] share: Add hrtf file to EXTRA_DIST

2020-08-12 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Aug 8 14:17:47 2020 +0200| [50529ad91a3f12bbaec9bd66014c38d021456023] | committer: David Fuhrmann share: Add hrtf file to EXTRA_DIST Both mac, as well as windows build scripts assume the hrtfs directory to exist with hrtf file(s) in there. In order

[vlc-commits] configure.ac: Bump to version 3.0.11.1

2020-07-26 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Jul 27 00:19:21 2020 +0200| [7491c17662f82ef960e2e4abab69ce28b8a41fef] | committer: David Fuhrmann configure.ac: Bump to version 3.0.11.1 > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] NEWS: Bump to version 3.0.11.1

2020-07-26 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Jul 27 00:19:38 2020 +0200| [f482863881ba52f1bd6a4b5ee96166cf24dfeb98] | committer: David Fuhrmann NEWS: Bump to version 3.0.11.1 > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=f482863881ba52f1bd6a4b5ee96166cf24dfe

[vlc-commits] contrib: gnutls: Drop getentropy patch for macOS

2020-06-26 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Feb 16 00:02:24 2019 +0100| [27e0d370a7aaec7a4e4c1873ef7feca5cde1e6fe] | committer: Steve Lhomme contrib: gnutls: Drop getentropy patch for macOS getentropy is correctly annotated since the macOS 10.13 SDK (at least), and the gnutls check

[vlc-commits] contrib: gnutls: Drop connectx patch

2020-06-26 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Feb 16 12:25:50 2019 +0100| [c2789408be5168d35bfc7872358cc3b189f31675] | committer: Steve Lhomme contrib: gnutls: Drop connectx patch connectx is available since macOS 10.11 and iOS 9, so this is not needed anymore. Note, this cannot

[vlc-commits] freetype: Append _LDFLAGS to _LINK for all platforms

2020-06-18 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun May 27 12:33:36 2018 +0200| [5587d9a06f13b211232bc55b4f69b949c7d7ed31] | committer: Steve Lhomme freetype: Append _LDFLAGS to _LINK for all platforms AM_LDFLAGS needs to be removed as this is already added to the standard LINK flags

[vlc-commits] macosx: Fix broken resume feature of the Music app

2020-06-17 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Jun 17 20:17:11 2020 +0200| [78a6405982163fa450a7901e02feddc2687426b3] | committer: David Fuhrmann macosx: Fix broken resume feature of the Music app Seems to be a copy paste error in the backport, the code in vlc.git was right from

[vlc-commits] Update NEWS

2020-06-17 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Jun 17 20:22:37 2020 +0200| [2e637ca273ce8346332fa60ba79cc34e34e4dcb0] | committer: David Fuhrmann Update NEWS > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=2e637ca273ce8346332fa60ba79cc34e34e4dcb0 --- NEWS | 6 ++

[vlc-commits] make dist: Include libtool-2.4.6-clang-libs.patch

2020-06-17 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Jun 17 19:09:19 2020 +0200| [4b868c8d61e4ed5131664ddd56bb85aec49cf488] | committer: David Fuhrmann make dist: Include libtool-2.4.6-clang-libs.patch Fixes building from source tarball which was missing this file. > http://git.videolan.

[vlc-commits] keychain: Do not link against Cocoa

2020-05-19 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Tue May 19 22:29:14 2020 +0200| [c7b6983e6dd4641cc434a085342680e0ea30d396] | committer: David Fuhrmann keychain: Do not link against Cocoa This is a module used for both iOS as well as macOS, so it should only use frameworks available on both platforms

[vlc-commits] contrib: vpx: Fix linker check on mac build environment

2020-05-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed May 13 21:20:09 2020 +0200| [9832addb1d0dec26b464db41bce11f1e058b3d63] | committer: David Fuhrmann contrib: vpx: Fix linker check on mac build environment Do not override the LD variable, as this fails the following configure ld_check

[vlc-commits] Update NEWS for macOS

2020-05-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun May 17 00:17:08 2020 +0200| [0117fe32d98d75fa59e72b9782a54f3e23ce5b9a] | committer: David Fuhrmann Update NEWS for macOS > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=0117fe32d98d75fa59e72b9782a54f3e23ce5b9a --- NEWS

[vlc-commits] contrib: modplug: Link against libc++ on macOS

2020-05-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed May 13 19:42:15 2020 +0200| [594e7c8997afbc1a283fb9985298a31a45c24d62] | committer: David Fuhrmann contrib: modplug: Link against libc++ on macOS libstdc++ is not available anymore in modern sdks. (cherry picked from commit

[vlc-commits] contribs: live555: Set CXXFLAGS for macosx

2020-05-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Apr 29 21:53:41 2020 +0200| [f9701a24327fea50777fffe1f0450a7a8a48b90d] | committer: David Fuhrmann contribs: live555: Set CXXFLAGS for macosx CXXFLAGS are needed to set correct stdlib. (cherry picked from commit

[vlc-commits] contrib: modplug: Link against libc++ on macOS

2020-05-16 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed May 13 19:42:15 2020 +0200| [a7dd702b66d6f3c211988e26a8534aba01c581de] | committer: David Fuhrmann contrib: modplug: Link against libc++ on macOS libstdc++ is not available anymore in modern sdks. > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] contribs: live555: Set CXXFLAGS for macosx

2020-05-16 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Apr 29 21:53:41 2020 +0200| [c40a3d27b1d084172d9f59b482f4e06f4eaa3878] | committer: David Fuhrmann contribs: live555: Set CXXFLAGS for macosx CXXFLAGS are needed to set correct stdlib. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] dvdread: Implement analog access check as in dvdnav

2020-05-13 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon May 4 20:07:41 2020 +0200| [efec119e80394421537c445a1459909ebe837157] | committer: David Fuhrmann dvdread: Implement analog access check as in dvdnav (cherry picked from commit 7555e75a779907791238a1f50e1fdaf25b7d23e5) Signed-off-by: David

[vlc-commits] dvdnav: Improve user information about insufficient permissions

2020-05-13 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon May 4 20:06:52 2020 +0200| [c454a09641eeb8f9d5699c1b622df7baa1dae1d3] | committer: David Fuhrmann dvdnav: Improve user information about insufficient permissions The mentioned security setting is relevant for accessing external media like

[vlc-commits] cdda: Add macOS permission check

2020-05-13 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed May 6 20:33:10 2020 +0200| [21777d8dec1e7120e7ecb7b65b090d6658d08f14] | committer: David Fuhrmann cdda: Add macOS permission check Similar to dvdnav and dvdread. (cherry picked from commit 1ae5ef9b045f483d1bd0d5ecc3df3f8b4fff5f9f) Signed

[vlc-commits] bluray: Fix potential buffer overflow when reading mount points

2020-05-13 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed May 6 20:35:22 2020 +0200| [a9a75ea81d70d977dfc5e1ea68bf1efa56ca78ab] | committer: David Fuhrmann bluray: Fix potential buffer overflow when reading mount points Avoid overflow when more than 128 mount points exist on the system. (cherry

[vlc-commits] gitlab-ci: Package macOS sdk archive for nightly builds as well

2020-05-13 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Thu May 7 18:38:46 2020 +0200| [02a7b108f6aec2a266026c40be55ec3104d846a7] | committer: David Fuhrmann gitlab-ci: Package macOS sdk archive for nightly builds as well Restores the same behaviour we had with the old Jenkins for some time now. > h

[vlc-commits] dvdread: Implement analog access check as in dvdnav

2020-05-07 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon May 4 20:07:41 2020 +0200| [7555e75a779907791238a1f50e1fdaf25b7d23e5] | committer: David Fuhrmann dvdread: Implement analog access check as in dvdnav > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7555e75a779907791238a1f50e1fdaf25b7d2

[vlc-commits] bluray: Fix potential buffer overflow when reading mount points

2020-05-07 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed May 6 20:35:22 2020 +0200| [2b697ae12898316af895a0a1e2285a70a49ea085] | committer: David Fuhrmann bluray: Fix potential buffer overflow when reading mount points Avoid overflow when more than 128 mount points exist on the system. > h

[vlc-commits] cdda: Add macOS permission check

2020-05-07 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed May 6 20:33:10 2020 +0200| [1ae5ef9b045f483d1bd0d5ecc3df3f8b4fff5f9f] | committer: David Fuhrmann cdda: Add macOS permission check Similar to dvdnav and dvdread. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] dvdnav: Improve user information about insufficient permissions

2020-05-07 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon May 4 20:06:52 2020 +0200| [18e5f17fb8c19ff84fba41db110ac575dfbccf59] | committer: David Fuhrmann dvdnav: Improve user information about insufficient permissions The mentioned security setting is relevant for accessing external media like RAW block

[vlc-commits] macOS build.sh: Automatically search for python3 package

2020-04-29 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Apr 29 18:13:22 2020 +0200| [e23157c88a355b0677880e258d15345c87bc0ac9] | committer: David Fuhrmann macOS build.sh: Automatically search for python3 package Search for standard location of python3 package from python.org and add

[vlc-commits] macosx: Simplify usage of toNSStr and _NS

2020-04-26 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Jun 9 19:37:41 2018 +0200| [739b7322a8cbddd68e5db0c01096448c570c4f62] | committer: David Fuhrmann macosx: Simplify usage of toNSStr and _NS Both correctly check for NULL char* already. fixes #24638 (cherry picked from commit

  1   2   3   4   5   6   7   8   9   10   >