Version 1.0.1 is released
Re: Version 1.0.1 is released
There were some errors when building with OSX. I made some fixes, see:
https://code.google.com/r/anttiniiles-u ... 54365aa738
I also generated the icon from logo.png for the .dmg package and removed the old PMS icon.
Now it compiles using mvn package at least on my computer. Hope it helps.
BTW. I have no idea how to work with google code git, normally (in github) I would've made a pull request, but I hope you are able to see the changes :)
https://code.google.com/r/anttiniiles-u ... 54365aa738
I also generated the icon from logo.png for the .dmg package and removed the old PMS icon.
Now it compiles using mvn package at least on my computer. Hope it helps.
BTW. I have no idea how to work with google code git, normally (in github) I would've made a pull request, but I hope you are able to see the changes :)
Re: Version 1.0.1 is released
Besides the icon problem, there was also some error regarding path to libmediainfo.dylib, that's also fixed.
-
- Posts: 0
- Joined: Wed Jun 06, 2012 6:49 am
Re: Version 1.0.1 is released
I moved that files manually :) So my compilation is fully work on my iMac with Mac OS X 10.7. I do not pretend to anything, I just wanted to help someone, who like UMS, but uses Mac.glebb wrote:There were some errors when building with OSX.
Re: Version 1.0.1 is released
You did exactly the right thing, I just fixed the build script so there's no need to manually copy / change files. :)shelftalker wrote:
I moved that files manually :) So my compilation is fully work on my iMac with Mac OS X 10.7. I do not pretend to anything, I just wanted to help someone, who like UMS, but uses Mac.
Btw, I created another patch, it seems my original fix caused libmediainfo.dylib not be found when running from eclipse, so I changed copying the file back to where it originally was. Now it should work whether run from eclipse when creating the .dmg. Here:
http://code.google.com/r/anttiniiles-um ... 74f09f7996
Re: Version 1.0.1 is released
Cool!shelftalker wrote:Ok, I finished with GUI and make 100% normal build from git repository from command line. I don't change any code, only converted icon from .ico to .icns so Mac can show it. You can use it AS IS or don't use it at all.
It's a download link to dmg http://clck.ru/d/wCmazp5i1AoM0

Great, thanks a lot. I've committed your changes.glebb wrote:There were some errors when building with OSX. I made some fixes, see:
https://code.google.com/r/anttiniiles-u ... 54365aa738
I also generated the icon from logo.png for the .dmg package and removed the old PMS icon.
Now it compiles using mvn package at least on my computer. Hope it helps.
Yeah I'm not too sure about it, either. I like GitHub but it doesn't allow much space so it means the binaries have to be hosted separately which I don't want to do. But then GitHub is better in other ways so I'm torn.glebb wrote:BTW. I have no idea how to work with google code git, normally (in github) I would've made a pull request, but I hope you are able to see the changes
It's very appreciatedshelftalker wrote:I moved that files manuallySo my compilation is fully work on my iMac with Mac OS X 10.7. I do not pretend to anything, I just wanted to help someone, who like UMS, but uses Mac.

I've applied this patch to the trunk as well. Hopefully one of you can either compile 1.0.1 or the next release when it's ready, or bothglebb wrote:You did exactly the right thing, I just fixed the build script so there's no need to manually copy / change files.
Btw, I created another patch, it seems my original fix caused libmediainfo.dylib not be found when running from eclipse, so I changed copying the file back to where it originally was. Now it should work whether run from eclipse when creating the .dmg. Here:
http://code.google.com/r/anttiniiles-um ... 74f09f7996

-
- Posts: 0
- Joined: Wed Jun 06, 2012 6:49 am
Re: Version 1.0.1 is released
I know! ))) I don't touch anything. I thought you change version in sources so it 1.1.0beta or something like that.SubJunk wrote:Cool! :) The file says version 1.1.0, but the last release was 1.0.1, which is it?shelftalker wrote:Ok, I finished with GUI and make 100% normal build from git repository from command line. I don't change any code, only converted icon from .ico to .icns so Mac can show it. You can use it AS IS or don't use it at all.
It's a download link to dmg http://clck.ru/d/wCmazp5i1AoM0
-
- Posts: 0
- Joined: Sat Jun 09, 2012 6:05 am
Re: Version 1.0.1 is released
Looks good. Will be trying it out over the next week.
One thing I noticed, I still had PMS_PROFILE set in the environment settings pointing to where the PMS config file was. When using the UMS GUI, it would use PMS_PROFILE path; when using it as a Windows service, it would default to the normal path (C:\USERS\ALL USERS\UMS). Using PMS 1.52.1 and the UMS 1.0.1 before I completely make the switch over on Win 7 x64.
One thing I noticed, I still had PMS_PROFILE set in the environment settings pointing to where the PMS config file was. When using the UMS GUI, it would use PMS_PROFILE path; when using it as a Windows service, it would default to the normal path (C:\USERS\ALL USERS\UMS). Using PMS 1.52.1 and the UMS 1.0.1 before I completely make the switch over on Win 7 x64.
Re: Version 1.0.1 is released
Thanks for the feedback, Slackerish. The upcoming 1.1 release switches to using UMS_PROFILE insteadSlackerish wrote:Looks good. Will be trying it out over the next week.
One thing I noticed, I still had PMS_PROFILE set in the environment settings pointing to where the PMS config file was. When using the UMS GUI, it would use PMS_PROFILE path; when using it as a Windows service, it would default to the normal path (C:\USERS\ALL USERS\UMS). Using PMS 1.52.1 and the UMS 1.0.1 before I completely make the switch over on Win 7 x64.
