ProcursusTeam / Procursus

Modern *OS Bootstrap
https://apt.procurs.us
BSD Zero Clause License
861 stars 126 forks source link

Add VLC media player, usable as an iOS command line audio player #1322

Closed asdfugil closed 1 year ago

asdfugil commented 1 year ago

This PR adds VLC media player, since I am not aware of a command line iOS audio player that can play many files formats. On macOS, an working GUI .app is made

What works on iOS:

On macOS, it would install VLC.app and does work correctly

The following projects are added as build dependencies for VLC

While making this PR, problems are discovered and fixed in the following packages:

nasm does not accept CFLAGS-like flags, so set ASFLAGS to empty when assembling x86. misc: Verify libsodium download with a GPG key

All Submissions

Package Additions/Updates

m1stadev commented 1 year ago

Would it be possible to add VLC-iOS to this PR?

asdfugil commented 1 year ago

just download it from the App Store..., I don't see a point here

asdfugil commented 1 year ago

VLC-iOS is essentially, a wrapper of a wrapper around VLC for iOS and tvOS. Given that it is specifically made for iOS, it is must be somehow possible but I cannot see a reason to do that when it would be much better to download it from the App Store.

m1stadev commented 1 year ago

Fair enough.

asdfugil commented 1 year ago

this doesn’t seem to work on iphoneos-arm64/1800, will need fix it first