-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for cross-compilation to armv7 #25
Comments
Made some progress with this using Mer Project's OBS. Still not finished. |
Maybe add the rpm to the repo (or add another with this as submodule) to build using tar_git in obs? |
Hi, thank you for your comment, but unfortunately I'm not very knowledgeable about OBS or creating RPM packages. Do you have some links for me to read in order to understand what you mean? |
You can create a _service file where obs pics up your services. |
Thank you very much, I'll take a look. Are you directly interested in this project so I should increase its priority, or did you just drop by to help and I can take my time? |
I'm interresed. I used the maemo-scrobbler before but its based on a Nokia framework and can't be ported. |
I have already the latest version built on OBS: https://build.merproject.org/project/show/home:habarnam:mpris-scrobbler However I think some of the repositories that depend on it have changed and it doesn't build correctly any more. However I think you should be able to install the package manually from the avilable rpm. To generate the credentials file you will probably need to use a desktop machine unfortunatelly, that's how I generated mine and then copied them to the phone. I have another project mpris-scrobbler-signon that will fulfill this function in the long term. However it's not functional yet... maybe you can take a look and provide some insights there. :) (No pressure, though) Caveats: |
Can you point out whats missing inside the signon plugin? |
For me librefm is still online? |
So, the signon-helper in the current state contains just the services/providers for the 3 scrobbling APIs as used by the Sailfish OS accounts manager. If you install it in the SDK they show up in Settings > Accounts. But there's no functionality implemented for any of them. The authentication steps for libre/last.fm are the same, detailed in the README. For listenbrainz it just needs a password input box to put the token from the listenbrainz profile page. Also detailed in the README To be useful it also needs to implement an ini file writer to path For detailed steps, see the get_session() and get_token() functions in the So basically it's just what you said, only with a pretty Accounts UI. :) |
I guess you're right... I thought I saw a message from Matt Lee saying he's unplugging the servers. |
Could the demon not retrieve the credentials from signond? |
I don't know... probably, but I would not want to have the scrobbler too much tied into the sailfish os infrastructure. I'll investigate. |
Signond is used by Kaccounts and maybe GNOME too. |
Enable meson cross compilation for creating builds for armv7.
Ideally using the Mer environment and scratchbox2 toolkit - this makes it easier to start creating builds using the Mer OBS instance.
The text was updated successfully, but these errors were encountered: