summaryrefslogtreecommitdiff
path: root/audio/gqmpeg
AgeCommit message (Collapse)AuthorFilesLines
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-31Convert to options framework.wiz2-13/+19
While here, clean up gnome1 directory creation.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-01-03Bump PKGREVISION because of curl dependency bump.wiz1-2/+2
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-2/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-10-14With gettext-lib/builtin.mk 1.11, this package doesn't modifyminskim1-3/+1
charset.alias or locale.alias any more. Remove comments about them.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-10Make this build under NetBSD 2.0D and above with statvfs(2).tron2-1/+18
2004-04-25Bump PKGREVISION due to gdk-pixbuf update.xtraeme1-2/+2
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-04-11bl3ifyxtraeme1-5/+5
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2003-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam1-1/+3
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam2-18/+4
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-01Fix broken dependence on "mpg123" package.tron1-3/+2
2003-05-30gqmpeg also works with mpg123-nasagc1-2/+2
Noted by Cesar Catrian C. in PR 21716
2003-05-21As well as mpg123>=0.59.18, let this package use mpg123-esound>=0.59.18 asagc1-2/+2
a prerequisite, if it's installed.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-02-14Removed unneeded patch.wiz2-15/+1
2003-02-14Update to 0.20.0:wiz2-6/+5
- Added internet audio keys support, see README to setup your keys for X. - Updated French translation. * Fixes to ogg support for the vorbis 1.0 release. * Fixed endless loop causing lockup when repeat and play next song on error is enabled with only one song in the playlist.
2003-02-10Fix URL to skin site. Fixes PR pkg/20284 by ISIHARA Takanori.salo1-2/+2
2003-02-05gnome[12]-dirs shouldn't have buildlink2.mk files as they don't havejlam1-2/+2
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
2003-01-27Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION.jmmv2-3/+5
2002-12-09Replace "true" by "${TRUE}".tron1-3/+3
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches, delint.salo1-3/+3
2002-09-11Update to 0.19.0, convert to buildlink2.wiz2-12/+10
Changes: * Speed improvement when removing many songs at once from the playlist. * Fixed incorrect column location for text entry when editing comments in the playlist window. * Fixed bug causing flybys to never show when the delay between songs is set to 0 seconds. - Skin resizing speed improvements. - List scrolling speed improvements. - Added skin release info editing to the skin editor (comments button). - Added keyboard window sizing support. * Fixed list bugs when clicking on a non active row. * Fixed events being sent to a window twice. * Skin editor fixes. * Fixed initial path display in file dialogs.
2002-09-01Take over maintainership from rxg on his request.wiz1-2/+2
2002-08-20Update to 0.18.0.wiz4-15/+16
Changes since 0.16.0: The default skin now includes a playlist viewer, and uses standard X fonts so that international characters will display correctly. Several new skin features were added, and ID3 tag v1.1 track numbers are now supported. Support for use of X fonts in skins has been added to allow the display of international characters. The mrclean skin has been updated to help users test the new font features. A bug causing Ogg zombie processes was fixed.
2002-05-05Update to 0.16.0:wiz3-384/+5
Added configuration of radio device. Added 'save playlist' to main pop up menu. Added open_file, open_playlist, open_custom, and save_playlist to the skin spec. Many fixes to the ogg123 support (patch-ac). gtk specific command line options now work. Fixed a possible buffer over run in cpu percent usage polling (linux). SLIK 0.10.0: Added divider between dirs and files in path selection dialogs. Fixed a file descriptor leak in skin loader. Fixed writing of blank focus file name (should not be written at all) in the editor. Fixed unhiding of a widget to update it's state first. Fixed clist in place editing scroll bug. Fix and guard against a few cases that may cause a crash at startup.
2002-03-25fix minor memory leak in ogg123_comment_set() introduced in previouslukem2-13/+15
2002-03-25Add back patch-ac containing various ogg123 playback fixes (differentlukem3-2/+380
from the last set), making ogg playback useful: - implement ogg123_pipe_open() which opens a pipe and runs the command supplied in the char **, returning the child pid and fd array from pipe(2). based on code from ogg123_child_run(). - replace popen() with ogg123_pipe_open() in ogg123_info_get(), ogg123_comment_get(), and ogg123_comment_set(). now info actually works for file names which contain wacky shell characters (where surrounding the file name with quotes just Isn't Enough) - parse_bitrate(): current bitrate in ogg123 output is now "(NNN.MM kbps)", so look for that rather than "Bitrate: NNNN" - when setting the initial bit_rate for a song, use "bitrate_average / 1000" rather than "bitrate_nominal", since bit_rate is in kbps and bitrate_* is in bps and bitrate_average is more appropriate that bitrate_nominal.
2002-03-18Strongly buildlinkify once again.wiz3-3/+17
2002-03-18Update to 0.15.0. Changes since 0.14.1(nb1):wiz3-10/+32
+ Skins can now open skinned subwindows. + Cleaned up mrclean skin, adding themed playlist and song info windows. - Flybys are now interactive, and include a right click menu. - Flybys and themed menus now support all widgets of the main window. - Added playlist text widget to skin spec for display of playlist name. * Fix command line file path handling. * Small bug fixes. Notes: - Keyboard focus support with tab and shift-tab uses the order of widgets in the skin. Most skins were made before keyboard focus was added, so tab and shift-tab movement may seem completely random in those skins. XXX: not strongly buildlinked any longer -- a -I/usr/X11R6/include crept in somewhere, but right now I'm too tired to go look where.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-12Update to 0.14.1.wiz3-6/+7
Changes since 0.14.0: - Minor alterations to the mrclean skin. * Fixed crash when closing a skinned menu.
2002-03-10Update to 0.14.0. Changes since 0.13.0:wiz3-6/+48
+ Added keyboard support to the skin engine (on by default). + Added skinned menu support (off by default). + Added flyby window that briefly appears at the beginning of each song to display the title and artist (off by default). This is only displayed when the player advances to another song without user intervention. + Included new mrclean skin to the package. - On demand song info loading is now done in the background. - F10 key now displays the pop-up menu. - Updated French translation. - Increased ID3v2 header skip size maximium to 64k (from 16k). - Spacebar no longer equates to 'play' button, use P instead. * Fixed imported fonts for the text widget failing to display in the the skin editor.
2002-02-27Update to 0.13.0. Changes:wiz3-8/+9
- Updated French, and added Finnish translations. - Added on demand load of song information for the playlist window. - Searches further into mp3 files with ID3v2 tags for header info. - Added ID3 blank genre option. * Fixed file descriptor leak in mpg123 fork pipe. * ogg song information tags are now case insensitive. * Fixed possible buffer overruns with sprintf, strcpy, etc. * More bug fixes.
2002-02-15mkdir -> ${MKDIR}skrll1-3/+3
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-14Include bsd.prefs.mk before checking /etc/mk.conf values. Noted bywiz1-1/+4
Sergey Svishchev.
2002-02-04Changes:rxg4-63/+8
- Added --geometry command line option. - Updated French translation. - Playlist now scrolls with drag and drop. - Adding directory contents to a playlist now sorts the contents first. * Fixed ogg filenames with spaces. * Made the M3U file reading actually work. * Minor other fixes. Close pkg/15435
2002-01-16Wrap path name arguments to popen in single quotes, to fix getting info fromlukem2-1/+33
filenames containing spaces, etc. (It's still borken for filenames with single quotes). XXX: Arguably, io_ogg123.c should be converted to not use popen(3) and use a pipe mechanism similar to io_mpg123.c, but that's more effort than I'm interested in doing right now.
2002-01-14Update gqmpeg to 0.12.0. Changes:hubertf5-15/+19
+ Added bitrate etc. information and comment support for ogg files, including a comment editor. + Song titles and comments are now customizable, and are saved in the playlist (to customize use right click menu in playlist). + Added Traditional Chinese translation (zh_TW). - Added help window (displays README). - Basic read-only support for m3u 3.0 titles saved in a playlist. * Fix (at least improved) --dockwm behavior. * Several misc fixes. Update submitted by Rui-Xiang Guo <rxg@ms25.url.com.tw> in PR 15242
2001-12-03Adapt to new dewey-conform version number of mpg123.wiz1-2/+2
2001-11-27fix install when gnome-config isn't available. (fix from hubertf)lukem1-2/+3
2001-11-27Update gqmpeg to 0.11.0. Changes:hubertf2-5/+5
This release fixes radio support (internal unmute is now handled correctly, if 0.10.0 had no radio sound, this may fix it). Also reworked the mpg123 parser, and added several minor improvements. Please see the History page for the entire list.
2001-11-27remove patches obsoleted by rev 0.10.0 (hi hubert! :)lukem4-163/+0