summaryrefslogtreecommitdiff
path: root/audio/gqmpeg
AgeCommit message (Collapse)AuthorFilesLines
2001-08-24crank version to gqmpeg-0.9.0nb1 for ogg123 user options patcheslukem1-1/+2
2001-08-24add extra preference to the "Output" -> "ogg123" tab: "User options:" as perlukem4-6/+138
the mpg123 tab. this allows setting ogg123 options such as "--buffer 5000". XXX: i haven't patched any of the localisation stuff for this because i have NFC how to do it.
2001-08-16Update gqmpeg to 0.9.0. Changes include:rh2-7/+7
> Added preset list widget to the skin spec. - All widgets in the skin spec should now be documented in SKIN-SPECS file. - Single clicking on a playlist in a skin now selects the song, double clicking will play the song if stopped. - Minor Japanese translation update. * Fixed the window manager classes so everything is unique, the main window is now GQmpeg:gqmpeg and the playlist is GQmpeg:playlist. SLIK (0.6.0) related changes: > New font widget, for use by text in the same method digits are used by numbers to conserve memory. > For text, the data field is now used as the default text when the application does not register a matching text key. Useful when labels are needed in a skin. - Skin sizes are now remembered for sizeable skins. - Improved list widget button press handling (to work more like a button). * Fixed the parser so that spaces are accepted in keys and data fields. * Digits (and fonts) can now only be removed in the editor when no widgets reference them. * Fixed background updates for hidden widgets (fixes transparent items linked to sliders and dials). * Fixed calculations for list widget row borders. * Fixed broken widget placement when setting background in the editor. * When opening the editor, the skindata entry field used for load and save is now set correctly to match the active skin.
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam1-10/+5
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-16Converted to use buildlink.mk files.jlam1-5/+7
2001-06-16Remove explicit inclusion of $(includedir) in header search path.jlam2-1/+15
2001-06-15Use devel/gettext-lib/buildlink.mk in place of USE_LIBINTL.jlam1-2/+3
2001-06-15Use buildlink.mk to get dependency on gdk-pixbuf, and remove unnecessaryjlam1-4/+3
explicit setting of CPPFLAGS.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-28Don't try to remove "share/pixmaps" which is part of the standardtron1-2/+1
directory structure now.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+3
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-25Update gqmpeg to 0.8.3nb1, to play Ogg Vorbis properly.hubertf3-4/+26
Patch sent in PR 12470 by Rui-Xiang Guo <rxg@ms25.url.com.tw>
2001-03-01Make this build on NetBSD-current systems with include "intl" library.tron1-6/+7
2001-03-01We don't need to substitute for @PREFIX@ in install/deinstall scripts asjlam2-10/+9
${PKG_PREFIX} contains that value. Use it instead, and nuke the creation of ${WRKDIR}/DEINSTALL.
2001-03-01Use PKGLOCALEDIR for the location of the installed locale files.jlam4-14/+35
Also add a few GNOME files to the PLIST, remove redundant CPPFLAGS, and use DEINSTALL_FILE to specify location of deinstallation script.
2001-03-01Update gqmpeg to 0.8.3. Changes:hubertf3-6/+6
This release adds list support to the skin specification and fixes many bugs.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz1-1/+2
2001-01-26This file is obsolete (patch integrated).wiz1-16/+0
2001-01-19Fix MASTER_SITES -- it _must_ have a trailing /.jwise1-2/+2
2001-01-18Update to 0.8.2. Changes:hubertf5-15/+12
* Skin Editor * Ogg Vorbis (ogg123) support Patches for update send in PR 11986 by Michael Lyngbøl <michael@lyngbol.dk>
2000-12-18Install gnome-support files even if gnome is not installed; this waywiz4-3/+31
we don't have to have separate PLISTs for the two cases.
2000-12-08Remove unneeded part of the patch.wiz2-21/+3
2000-12-08Update to 0.8.1. Changes since 0.7.3:wiz5-31/+16
New skin format; skin editor (press tilde (~)); repeat 1 and A-B buttons; optional delay between songs (counted down); user options for mpg123 in preferences; ipc commands --skin_set, --volume and --status; randomize playlist in right-click menu; updated translations, some bugfixes.
2000-11-30DEPENDS on gettext -> USE_LIBINTL & BUILD_DEPENDS on msgfmtwiz1-2/+3
2000-11-29This doesn't depend on imlib anymore (uses gdk-pixbuf instead).wiz1-2/+1
2000-09-01Make sure if mixer_devinfo's mixer_class points to a valid index.toshii2-9/+12
(This doesn't hold for uaudio(4), which caused SEGV on startup.)
2000-08-26Bugfix: Make choosing `outputs.line' as volume control devicewiz2-1/+35
possible, even if `inputs.line' also exists and comes earlier (both were noted only as `line' before).
2000-08-04Do not unconditionally delete ${PREFIX}/share/gqmpeg/skins (and contents);wiz3-3/+32
instead tell user to remove it himself.
2000-08-02Update gqmpeg to 0.7.3 development release. Changes from 0.7.2:jlam8-39/+51
> Mouse wheel now controls volume (buttons 4, 5). - Updated translation fr, and added pt_BR. - Title of main window now shows current song. - Playlist button now toggles the playlist window on/off. - Added .okt to xmp extension types. - Better title display of http urls. - Moved 'read id3 tags' option to mpg123 config tab. - Renamed 'playlist accounting' to 'read file information' - Drop down history is now saved between runs. - Minor compile and file cleanups. * Made key presses work with capslock on (doh!), made keypad keys work. * Fix crash when preset names exceed 48 chars. * Various other changes and updates.
2000-07-31The gettext package gained a shared library. For all packages whichjlam1-2/+2
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-06Update to 0.7.2. Changes:hubertf6-28/+37
> Added 'output to wav' options for mpg123. > Playlists now load in the background after the first song is found, shortens start-up time with long playlists. > Added 'loading status item', 'time remaining button', and 'time total button' to the skin spec. > Added French translation. > Added 'always scroll title' option. > Added 'remove filename extension in title' option. > Added a man page. - Changed a few command line option prefixes from - to --. - Added a -q, --quit ipc command line option. - Updated the plugin to also work with .m3u links (audio/x-mpegurl) - Minor display changes. - Broke mixer.c into platform-specific subsections. - Allow recordable channels to be selected for volume (Linux, FreeBSD). - Removed (broken?) freeamp support. - Standard command line options are now passed when starting in the background. * Fix rare crash in io_mpg123.c * 'Transparenct to root window' now works with tiled images. * Fix so that skin specified on the command line will search in all locations correctly.
2000-05-25Distribution filename has changed.tron1-2/+2
2000-05-25Update homepage, master site and distribution filename.tron1-4/+4
2000-05-25New homepage. Need to update/check out 0.7.1 RSN...hubertf1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-25RCS tag addedwiz1-0/+1
1999-11-29Make dependency on imlib a wildcard dependency. This fixes PR 8911 byrh1-2/+2
wiz@danbala.ifoer.tuwien.ac.at.
1999-10-22Use wildcard dependence for "gtk+" package.tron1-2/+2
1999-08-29Fix master site list broken by change to home page location.tron1-2/+2
1999-08-28Update dependency on gtk+-1.2.4rh1-2/+2
1999-08-18Point to the gqmpeg homepage, not the author's general page.hubertf1-2/+2
1999-08-11Sync master site with home page.tron1-2/+2
1999-08-11Update home page as suggested by Bill Squier in PR pkg/8193.tron1-2/+2
1999-07-12Update to V0.6.3. Changes:hubertf6-262/+10
This release adds support for the newly released mpg123 0.59r. New features include mpg123's --aggresive support (for higher priority, see README), freeamp support, and NetBSD native sound mixer support. This release also fixes ipc on NetBSD, crashes in g_hook_next_valid(), and more, leading to a more robust program.
1999-07-10Update dependence on "mpg123" package.tron1-2/+2
1999-07-09Add package patch-sum filesagc1-0/+5