Oops. Overzealous copy/paste. Fixing.
Search Criteria
Package Details: rdio-git 1:r43.5ccf271-2
Package Actions
| Package Base: | rdio-git |
|---|---|
| Description: | Standalone webview for Rdio music service. |
| Upstream URL: | https://github.com/sgringwe/rdio |
| Category: | system |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | danilo |
| Maintainer: | mythmon |
| Last Packager: | mythmon |
| Votes: | 2 |
| First Submitted: | 2013-06-16 11:42 |
| Last Updated: | 2014-08-12 16:14 |
Latest Comments
Comment by mythmon
Comment by hobarrera
pkgdesc is completely wrong.
Comment by mythmon
I've adopted this package, and uploaded a new version that bases it's version number on the git repo, so it should stay up to date as the git repo changes.
Comment by dartagan
Running x86_64. I was playing with getting this and nuvoaplayer working at the same time. Stumbled upon using "gst-plugins-ugly" to get rdio working, getting rid of the flash blocked message. Didn't even need lib32-flashplugin or flashplugin installed.
Comment by danilo
I'm not sure whether flashplugin or lib32-flashplugin should be hardcoded as flash provider. There's also "chromium-pepper-flash" and "chromium-pepper-flash-stable" that provide flash support to Chromium.
@mib1982: Sorry, I'm not using the rdio desktop version anymore. If you find out what the problem was, let me know.
Comment by mib1982
I installed the lib32-flashplugin in addition, as I am on x86_64. Unfortunately, it still doesn't work. Thanks for your efforts.
Comment by webframp
This works for me if flash is installed, so that should maybe be added as a depend?
--- PKGBUILD 2013-06-16 04:44:43.000000000 -0700
+++ PKGBUILD.new 2013-10-16 17:15:29.076316501 -0700
@@ -7,6 +7,7 @@
url="https://github.com/sgringwe/rdio"
license=('GPL')
depends=('glib2' 'gtk3' 'libsoup>=2.4' 'json-glib' 'webkitgtk')
+case $CARCH in i686) depends+=('flashplugin');; x86_84) depends+=('lib32-flashplugin');; *);; esac
makedepends=('git' 'cmake' 'vala>=0.17.5')
install=rdio-git.install
source=()
Comment by mib1982
Thanks for porting this to Arch Linux. Unfortunately, this program is telling me to install or unblock my Flash-player. Flash is installed, so how do I unblock it? Any ideas?
Comment by danilo
Currently the media keys don't work. In case someone knows how to get them to work (without having gnome running), I'm open to suggestions.