Mercurial > hg > Blog
annotate content/Linux/exaile-vs-gstreamer.md @ 57:7897bdc57faf
new blog entry to remind me of exaile fiddling
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 25 Feb 2015 05:13:17 +0100 |
parents | |
children | 0f9fffa05db1 |
rev | line source |
---|---|
57
7897bdc57faf
new blog entry to remind me of exaile fiddling
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
1 Title: exaile vs. gstreamer |
7897bdc57faf
new blog entry to remind me of exaile fiddling
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
2 Date: 2015-02-25 |
7897bdc57faf
new blog entry to remind me of exaile fiddling
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
3 Lang: en |
7897bdc57faf
new blog entry to remind me of exaile fiddling
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
4 |
7897bdc57faf
new blog entry to remind me of exaile fiddling
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
5 My favourite music player app on Linux is [Exaile](http://www.exaile.org/). On [Gentoo](http://www.gentoo.org) it's available straight from portage but getting playback working for different audio formats its not quite straightforward. |
7897bdc57faf
new blog entry to remind me of exaile fiddling
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
6 |
7897bdc57faf
new blog entry to remind me of exaile fiddling
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
7 Exaile depends on [gstreamer](http://gstreamer.freedesktop.org/) - albeit not on the latest version but on the 0.10 version line. Since Gentoo supports slotted gstreamer installs you have to remember to add the `:0.10` slot definition when fiddling with the gstreamer ebuilds. In order to change the gstreamer plugins that are installed, take a look on the use flags of `media-plugins/gst-plugins-meta:0.10`: |
7897bdc57faf
new blog entry to remind me of exaile fiddling
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
8 |
7897bdc57faf
new blog entry to remind me of exaile fiddling
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
9 [ebuild R ] media-plugins/gst-plugins-meta-0.10-r9:0.10 USE="X a52 aac alsa cdda dts dvd flac http* mp3 mpeg ogg pulseaudio vorbis x264 xv xvid -dv -dvb -ffmpeg -jack -lame -libass -libvisual -mms -musepack -opus -oss -taglib -theora -v4l -vcd -vpx -wavpack" ABI_X86="(64) (-32) (-x32)" 0 KiB |
7897bdc57faf
new blog entry to remind me of exaile fiddling
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
10 |
7897bdc57faf
new blog entry to remind me of exaile fiddling
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
11 Adding/removing use flags and recompiling should do the trick. |
7897bdc57faf
new blog entry to remind me of exaile fiddling
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
12 |