summaryrefslogtreecommitdiff
path: root/multimedia/gst123/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-03-16Updated gst123 to 0.3.4.wiz1-4/+4
Overview of changes in gst123-0.3.4: * Option parsing bug for "-@, --list" fixed. * Avoid annoying redundant tag updates. * Support video subtitles [Ahmed El-Mahmoudy]. * Use A/a keys to set video opacity [Ahmed El-Mahmoudy]. * Work around kwin window manager policy "focus stealing prevention". * Fix image filetype detection bug. * Fix Issue 14: Use sync bus handler to set window xid. * Fix Issue 13: In some cases playing videos leads to g_criticals(). * Added "-f, --fullscreen" option to start playback in fullscreen mode. * Added "--volume" option to set initial playback volume. * Ignore symlinks when crawling directories. * Various bugfixes.
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-2/+2
2016-08-03Revbump after graphics/gd updateadam1-2/+2
2015-08-26Fix build with ncurses6.wiz1-1/+2
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Bump PKGREVISION for ncurses shlib bump.wiz1-2/+2
2015-04-25Recursive revbump following MesaLib update, categories g through n.tnn1-2/+2
2014-10-01Improve COMMENT.wiz1-3/+2
2014-05-05Recursive revbump from x11/pixmanryoon1-2/+2
Fix PR pkg/48777
2013-12-10Add socket libraries on SunOS. Patch from Sebastian Wiedenroth.jperkin1-1/+3
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-09-02Revbump after cairo updateadam1-1/+2
2013-06-16Update to 0.3.3ryoon1-3/+2
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.1ryoon1-3/+2
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.0ryoon1-4/+3
* 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.2ryoon1-3/+2
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.1ryoon1-3/+2
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.0ryoon1-2/+2
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/gst123ryoon1-0/+27
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.