ajacoutot 212b011311 Remove trailing lines. il y a 7 ans
..
DESCR 8da1438269 import minitube-1.0 il y a 14 ans
PLIST 317db219ac il y a 9 ans
README 212b011311 Remove trailing lines. il y a 7 ans

README

$OpenBSD: README,v 1.3 2017/06/12 10:57:57 ajacoutot Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

Google API key
==============
Minitube 2.4 has been ported to the new YouTube API version 3, hence an
API key is now required in order to access the YouTube Data web services.

Go to https://console.developers.google.com/

Log in using your Google account

Click on "Create Project"

Enter a Project name (e.g.: "Minitube")

On the left side bar, expand the "APIs & auth" drop-down menu and
click on "Credentials"

Click on "Create new Key" and then on "Browser key"

Click on "Create"

You should get an output like the one below:

Key for browser applications
API key AIzaSyD7zlL9sAC6-IcwU7Bpds8lZNzmqQTmALQ
Referers Any referer allowed
Activation date Apr 28, 2015, 2:02:00 AM
Activated by johndoe@gmail.com (you)

Be sure that "YouTube Data API v3" is enabled under "APIs & auth" ->
"APIs" -> "Enabled APIs"

If not, go to "APIs & auth" -> "APIs" -> "API Library", click on "YouTube
Data API" and then on "Enable API" to enable it.

Add the environment variable containing your newly generated key
to your ~/.profile or ~/.xinitrc:

GOOGLE_API_KEY="AIzaSyD7zlL9sAC6-IcwU7Bpds8lZNzmqQTmALQ"
export GOOGLE_API_KEY

Phonon render method
====================
Minitube uses the old phonon library (from qt4), not the newer kde4
phonon library (multimedia/phonon). If you would like to use OpenGL
as the preferred render method for this, export two additional
environment variables into your ~/.profile or ~/.xinitrc:

PHONON_GST_VIDEOMODE=opengl
QT_GL_USE_OPENGL1ENGINE=1