vitasdk / vdpm

SDK installer and package "manager" for $VITASDK
GNU Lesser General Public License v2.1
221 stars 62 forks source link

Add missing packages #84

Closed SonicMastr closed 2 years ago

d3m3vilurr commented 2 years ago

when i see the similar issues like this, almost times, i merged. but i don't think we need to add every packages into default install script. devs can install packages using vdpm ${package_name} in their dev box. (for example, every linux distributions don't install every packages at install time. they just install very small package sets for making their environments)

so, you devs, do you really need this patch? if that, i'll merge it.

joel16 commented 2 years ago

Well vitagl requires SceShaccCgExt now.

d3m3vilurr commented 2 years ago

oh... vitagl has SceShaccCgExt in depencencies. isn't it install automatically? maybe that is bug of vdpm.

isage commented 2 years ago

Dependencies work only for building. vdpm is simply curl | tar

d3m3vilurr commented 2 years ago

huh...i confused vita-makepkg... so we have to make dependency part and install the vitainstall files to somewhere like $VITASDK/src... maybe making pacman repo is simpler than it. :'(