Package Details: rdio-git 1:r43.5ccf271-2

Package Base: rdio-git
Description: Standalone webview for Rdio music service.
Upstream URL: https://github.com/sgringwe/rdio
Category: system
Licenses: GPL
Conflicts: rdio
Provides: rdio
Submitter: danilo
Maintainer: mythmon
Last Packager: mythmon
Votes: 2
First Submitted: 2013-06-16 11:42
Last Updated: 2014-08-12 16:14

Dependencies (6)

Required by (0)

Sources

Latest Comments

Comment by mythmon

2014-08-12 16:13

Oops. Overzealous copy/paste. Fixing.

Comment by hobarrera

2014-08-12 15:50

pkgdesc is completely wrong.

Comment by mythmon

2014-08-03 17:20

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

2014-01-18 18:37

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

2013-10-26 16:05

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

2013-10-26 13:17

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

2013-10-17 00:17

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

2013-08-17 11:41

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

2013-06-16 11:44

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.