summaryrefslogtreecommitdiff
path: root/multimedia/gst123
AgeCommit message (Collapse)AuthorFilesLines
2013-06-16Update to 0.3.3ryoon2-7/+6
Changelog: Overview of changes is gst123-0.3.3: * Fix Issue 10: Local files not properly escaped when converted to URLs * Added "-k, --skip=<n>" option: skip first 'n' seconds [Tobias Bengfort] Overview of changes in gst123-0.3.2: * Support building with gstreamer 1.0 or gstreamer 0.10 (Issue 11). * Added "-a pulse" PulseAudio output support. * Fix time display updates (broken by introduction of quiet mode). * Properly quit player if none of the files in the playlist can be played. * Cleanup code to avoid compiler warnings.
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-1/+2
2012-07-03Update to 0.3.1ryoon2-7/+6
Changelog: Overview of changes in gst123-0.3.1: * Added quiet mode (Issue 9). * Ignore image files during playback (Issue 1). * Added keybinding 'n' for 'play next file'.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-1/+2
2012-04-08Update to 0.3.0ryoon2-8/+7
* Fix LICENSE, the license is gnu-lgpl-v3 not gnu-gpl-v3 Changelog: Overview of changes in gst123-0.3.0: * Support visualization plugins during audio playback (Issue 3). * Fix compilation for GNU/Hurd (Issue 7).
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-1/+2
2012-02-14Update to 0.2.2ryoon2-7/+6
Changelog: Overview of changes in gst123-0.2.2: * Disable screensaver during video playback (via xdg-screensaver). * Fixed includes to compile with gcc-4.7. [Siddhesh Poyarekar] * Fixed a problem with fullscreen/unfullscreen.
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-08-07Update to 0.2.1ryoon2-7/+6
Changelog: Overview of changes in gst123-0.2.1: * Fixed minor memory leak. * Fix warnings due to wrong glib option parsing. [Nicholas Miell] * Use wikihtml2man for documentation (replaces old doxer based manpage).
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2011-04-16Update to 0.2.0ryoon2-6/+6
Changelog: Overview of changes in gst123-0.2.0: * Made --shuffle, --repeat and --random behave identical to ogg123 options. * Allow colon in filenames. [Siddhesh Poyarekar] * Support "none" audio driver which disables audio output. * Added --full-version option which prints versions of the libraries used by gst123. * Support --enable-debug configure option. * Minor fixes.
2011-02-13Fix CATEGORIESryoon1-2/+2
2011-02-13Import gst123-0.1.4 as multimedia/gst123ryoon4-0/+43
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 and video files. It is implemented in C++ and licensed under the GNU LGPL version 2.