├── README.md ├── mpv(command line version).zip ├── mpv-0.35.1.zip ├── mpv-0.36.0(command line version).zip ├── mpv-0.36.0.app.zip ├── mpv-0.37.0.zip ├── mpv-0.38.0.app └── Contents │ └── _CodeSignature │ └── CodeResources ├── mpv-0.38.0.zip ├── mpv-0.39.0.zip └── mpv-0.40.0.zip /README.md: -------------------------------------------------------------------------------- 1 | for mpv 0.40.0, need to install libxml2 2 | 3 | followed the steps on this page 4 | https://xanadu6291.sakura.ne.jp/2018/08/02/mpv%e3%83%97%e3%83%ac%e3%83%bc%e3%83%a4%e3%83%bc%e3%82%92%e3%82%b3%e3%83%b3%e3%83%91%e3%82%a4%e3%83%ab%e3%81%99%e3%82%8b/ 5 | -------------------------------------------------------------------------------- /mpv(command line version).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kannagiumine/mpv-apple-silicon-native/7c02dd7842cc965e11e6c5380f8a8a5dca744f5f/mpv(command line version).zip -------------------------------------------------------------------------------- /mpv-0.35.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kannagiumine/mpv-apple-silicon-native/7c02dd7842cc965e11e6c5380f8a8a5dca744f5f/mpv-0.35.1.zip -------------------------------------------------------------------------------- /mpv-0.36.0(command line version).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kannagiumine/mpv-apple-silicon-native/7c02dd7842cc965e11e6c5380f8a8a5dca744f5f/mpv-0.36.0(command line version).zip -------------------------------------------------------------------------------- /mpv-0.36.0.app.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kannagiumine/mpv-apple-silicon-native/7c02dd7842cc965e11e6c5380f8a8a5dca744f5f/mpv-0.36.0.app.zip -------------------------------------------------------------------------------- /mpv-0.37.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kannagiumine/mpv-apple-silicon-native/7c02dd7842cc965e11e6c5380f8a8a5dca744f5f/mpv-0.37.0.zip -------------------------------------------------------------------------------- /mpv-0.38.0.app/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | files 6 | 7 | Resources/document.icns 8 | 9 | d0HCFnNAzAcI7tSAc8APtdoeowE= 10 | 11 | Resources/icon.icns 12 | 13 | 4w5XQ/pzRLs32mKiutEepOergZU= 14 | 15 | Resources/mpv.conf 16 | 17 | Fq/G127DQnoYO63v2mzFiG5SSL0= 18 | 19 | 20 | files2 21 | 22 | MacOS/.gitkeep 23 | 24 | cdhash 25 | 26 | FqPVENH/t834YSRdHX9XnIH6B9c= 27 | 28 | requirement 29 | cdhash H"718ccf69f0e69a6715e5a7ee5549fb8cd29da46e" or cdhash H"16a3d510d1ffb7cdf861245d1d7f579c81fa07d7" 30 | 31 | MacOS/lib/.gitkeep 32 | 33 | cdhash 34 | 35 | FqPVENH/t834YSRdHX9XnIH6B9c= 36 | 37 | requirement 38 | cdhash H"718ccf69f0e69a6715e5a7ee5549fb8cd29da46e" or cdhash H"16a3d510d1ffb7cdf861245d1d7f579c81fa07d7" 39 | 40 | Resources/document.icns 41 | 42 | hash2 43 | 44 | ZN2/HvLHX26NnCwl016uMifqtb0GXRRgln2qzQvwPIg= 45 | 46 | 47 | Resources/icon.icns 48 | 49 | hash2 50 | 51 | sfS102mzGCrik4N/BQ4kX6wn4jrmV+uFyvaVhVenqzM= 52 | 53 | 54 | Resources/mpv.conf 55 | 56 | hash2 57 | 58 | RARcs5inGku5bwKnweLAaTVq2Yxg2ucuOTR+6n6xATU= 59 | 60 | 61 | 62 | rules 63 | 64 | ^Resources/ 65 | 66 | ^Resources/.*\.lproj/ 67 | 68 | optional 69 | 70 | weight 71 | 1000 72 | 73 | ^Resources/.*\.lproj/locversion.plist$ 74 | 75 | omit 76 | 77 | weight 78 | 1100 79 | 80 | ^Resources/Base\.lproj/ 81 | 82 | weight 83 | 1010 84 | 85 | ^version.plist$ 86 | 87 | 88 | rules2 89 | 90 | .*\.dSYM($|/) 91 | 92 | weight 93 | 11 94 | 95 | ^(.*/)?\.DS_Store$ 96 | 97 | omit 98 | 99 | weight 100 | 2000 101 | 102 | ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ 103 | 104 | nested 105 | 106 | weight 107 | 10 108 | 109 | ^.* 110 | 111 | ^Info\.plist$ 112 | 113 | omit 114 | 115 | weight 116 | 20 117 | 118 | ^PkgInfo$ 119 | 120 | omit 121 | 122 | weight 123 | 20 124 | 125 | ^Resources/ 126 | 127 | weight 128 | 20 129 | 130 | ^Resources/.*\.lproj/ 131 | 132 | optional 133 | 134 | weight 135 | 1000 136 | 137 | ^Resources/.*\.lproj/locversion.plist$ 138 | 139 | omit 140 | 141 | weight 142 | 1100 143 | 144 | ^Resources/Base\.lproj/ 145 | 146 | weight 147 | 1010 148 | 149 | ^[^/]+$ 150 | 151 | nested 152 | 153 | weight 154 | 10 155 | 156 | ^embedded\.provisionprofile$ 157 | 158 | weight 159 | 20 160 | 161 | ^version\.plist$ 162 | 163 | weight 164 | 20 165 | 166 | 167 | 168 | 169 | -------------------------------------------------------------------------------- /mpv-0.38.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kannagiumine/mpv-apple-silicon-native/7c02dd7842cc965e11e6c5380f8a8a5dca744f5f/mpv-0.38.0.zip -------------------------------------------------------------------------------- /mpv-0.39.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kannagiumine/mpv-apple-silicon-native/7c02dd7842cc965e11e6c5380f8a8a5dca744f5f/mpv-0.39.0.zip -------------------------------------------------------------------------------- /mpv-0.40.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kannagiumine/mpv-apple-silicon-native/7c02dd7842cc965e11e6c5380f8a8a5dca744f5f/mpv-0.40.0.zip --------------------------------------------------------------------------------