Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/gst123,
The gst123 is designed to be a more flexible command line player
Branch: CURRENT,
Version: 0.1.4,
Package name: gst123-0.1.4,
Maintainer: ryoonThe program gst123 is designed to be a more flexible command line
player in the spirit of ogg123 and mpg123, based on gstreamer. It
plays all file formats gstreamer understands, so if you have a
music collection which contains different file formats, like flac,
ogg and mp3, you can use gst123 to play all your music files.
Since gst123-0.1.0 support for watching videos has been added;
however gst123 should run fine in situations where no X11 display
is available; videos can be played without X11 display, too (-x,
--novideo); in this case, only the audio stream will be played.
It is implemented in C++ and licensed under the GNU LGPL version 2.
Required to run:[
multimedia/gst-plugins0.10-base] [
multimedia/gstreamer0.10] [
devel/ncurses] [
x11/gtk2]
Required to build:[
pkgtools/x11-links] [
devel/gmake] [
devel/pkg-config] [
x11/compositeproto] [
x11/renderproto] [
x11/xproto] [
x11/inputproto] [
x11/xextproto] [
x11/randrproto] [
x11/xcb-proto] [
x11/fixesproto4]
Master sites:
SHA1: d395c3f9438c107267be90bb7ed3bb275b226867
RMD160: ff460f5dea6a6fd0f47b964599d37ce1b30e5f32
Filesize: 102.745 KB
Version history: (Expand)
- (2011-03-02) Package deleted from pkgsrc
- (2011-01-24) Updated to version: gst123-0.1.4
- (2010-12-11) Updated to version: gst123-0.1.3
- (2010-12-01) Package has been reborn
- (2010-11-17) Package added to pkgsrc.se, version gst123-0.1.2 (created)
CVS history: (Expand)
2011-01-18 14:34:37 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Updated to 0.1.4.
ChangeLoh:
2011-01-16 15:03:19 +0100 Stefan Westerfeld # 6221a28
Prepare gst123-0.1.4 release.
2011-01-03 13:00:33 +0100 Stefan Westerfeld # 97a850a
Fix compile on systems where the first argument of tgetstr() is char* (no
t const char*).
2011-01-03 12:16:27 +0100 Stefan Westerfeld # 23fd4e9
Don't crash with terminals that don't define all escape sequences.
Code by Siddhesh Poyarekar. Crash was reported for "dumb" \
terminals, for
instance at startup of gnome). See Fedora bugzilla #666059.
|
2010-12-11 07:03:35 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
Update to 0.1.3.
Overview of changes in gst123-0.1.3:
* Support for m3u and pls playlists. [Siddhesh Poyarekar]
* Add jack audio output support.
* Support setting the audio driver via config file.
|
2010-11-15 10:04:53 by Ryo ONODERA | Files touched by this commit (5) | |
Log message:
Import gst123-0.1.2 as wip/gst123.
The program gst123 is designed to be a more flexible command line
player in the spirit of ogg123 and mpg123, based on gstreamer. It
plays all file formats gstreamer understands, so if you have a
music collection which contains different file formats, like flac,
ogg and mp3, you can use gst123 to play all your music files.
Since gst123-0.1.0 support for watching videos has been added;
however gst123 should run fine in situations where no X11 display
is available; videos can be played without X11 display, too (-x,
--novideo); in this case, only the audio stream will be played.
It is implemented in C++ and licensed under the GNU LGPL version 2.
|