natcl / max_package_downloader

A utility to download Packages from within Max
41 stars 7 forks source link

HoaLibrary for MaxPackageDL #12

Closed pierreguillot closed 11 years ago

pierreguillot commented 11 years ago

Salut, J'espère que le package Hoa est bien formaté. Si j'ai bien compris, nous devons ajouter un lien vers le projet comme ça : "https://github.com/CICM/HoaLibrary/archive/master.zip" (notre Master doit faire dans les 1.2 Go, ça ne pose pas de problèmes ?) et rajouter le chemin vers le "package-info.json".

natcl commented 11 years ago

Hi there,

A couple of suggestions:

Since the source is really big I suggest you create a github release only for the package, see this : https://github.com/blog/1547-release-your-software

You would only zip the HoaLibrary-1.3 folder

Also, is there a reason why you seperated the Mac and Windows versions ? Packages can be crossplatform.

Le 7 novembre 2013 07:48, Pierre Guillot notifications@github.com a écrit :

Salut, J'espère que le package Hoa est bien formaté. Si j'ai bien compris, nous devons ajouter un lien vers le projet comme ça : " https://github.com/CICM/HoaLibrary/archive/master.zip" (notre Master doit faire dans les 1.2 Go, ça ne pose pas de problèmes ?) et rajouter le chemin

vers le "package-info.json".

You can merge this Pull Request by running

git pull https://github.com/pierreguillot/max_package_downloader master

Or view, comment on, or merge it at:

https://github.com/natcl/max_package_downloader/pull/12 Commit Summary

  • HoaLibrary for MaxPackageDL

File Changes

  • M max_packages.jsonhttps://github.com/natcl/max_package_downloader/pull/12/files#diff-0(7)

Patch Links:

pierreguillot commented 11 years ago

Hi, The release is already done but I need to add package-info.json (I make it as soon as possible). On my Windows computer, if I keep the ".mxo" they're visible in the autocompletion menu. We just want to offer something "clean". but you're right, I should check if the behavior persist on the Max 6.1.5. Have you planed to add descriptions, version of the libraries in the Max menu ? Thanks a lot for this project, it's realy cool. Cheers

lossius commented 11 years ago

Hi @pierreguillot ,

If that problem persists in Max 6.0.5 it would be nice if you could report it to C'74.

Cheers, Trond

pierreguillot commented 11 years ago

Hi, Problem reported. @natcl: Is it a problem to have differents packages ?

natcl commented 11 years ago

Hi Pierre, No it's not a problem, the mechanism to detect the platform on my side is not ready yet but it's a good excuse to work on it ! make sure the package-info.json file is inside your package ! You can have a single one for the Windows and Mac versions but you'll need to duplicate the file in both packages. If the bug over at Cycling is fixed it would be perhaps cleaner and easier to maintain a single package for you guys.

natcl commented 11 years ago

Just linked to the master package for now, seems to work fine !