Commit graph

77 commits

Author SHA1 Message Date
wiz
9cf541ac3d Include bsd.prefs.mk before checking /etc/mk.conf values. Noted by
Sergey Svishchev.
2002-02-14 01:38:08 +00:00
rxg
3dac061722 Changes:
- 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-02-04 17:04:10 +00:00
lukem
503d601cc6 Wrap path name arguments to popen in single quotes, to fix getting info from
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-16 07:59:53 +00:00
hubertf
d2e2a074f9 Update gqmpeg to 0.12.0. Changes:
+ 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
2002-01-14 20:48:52 +00:00
wiz
5940f50ab6 Adapt to new dewey-conform version number of mpg123. 2001-12-03 18:04:33 +00:00
lukem
faee13f7a0 fix install when gnome-config isn't available. (fix from hubertf) 2001-11-27 05:12:33 +00:00
hubertf
bfcb67f6d7 Update gqmpeg to 0.11.0. Changes:
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-27 04:14:55 +00:00
lukem
ee9ee0cacc remove patches obsoleted by rev 0.10.0 (hi hubert! :) 2001-11-27 04:12:51 +00:00
hubertf
cc48760cf8 Update gqmpeg to 0.10.0. Changes:
* Added video4linux radio tuner support of /dev/radio,
   stations are added by 'opening custom' and choosing
   'Radio station'.
 * Updated French translation.
 * Allow user options entry for ogg123.
 * Attempt to set the correct ogg123 device for the platform.
 * Added (untested) support for mixers on Tru64 and HPUX.
 * Added Russian ID3 tag support (configure --enable-russian).
 * Show overwrite confirm dialog when overwriting a playlist.
 * Fix closing of a pipe twice in ogg123 module.
 * Fix incorrect warning flags during ogg123 playback.
 * Make double size work again.
 * Minor bug fixes.
2001-11-27 02:07:09 +00:00
hubertf
6bee88b176 Add GQMPEG_NO_JAPANESE variable to allow keeping gqmpeg from interpreting
russian-language ID3 tags as japanese-language ones.

Patch submitted by Sergey Svishchev <svs@ropnet.ru> in PR 14426.
2001-11-02 01:24:05 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
jlam
63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links.  These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.

Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-29 22:41:00 +00:00
lukem
9c214d3dd5 crank version to gqmpeg-0.9.0nb1 for ogg123 user options patches 2001-08-24 08:43:13 +00:00
lukem
8883e98ec7 add extra preference to the "Output" -> "ogg123" tab: "User options:" as per
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-24 08:27:42 +00:00
rh
cc02c62c53 Update gqmpeg to 0.9.0. Changes include:
> 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-08-16 11:37:47 +00:00
jlam
3b65bde2f7 USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
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-29 04:54:49 +00:00
jlam
a03f83902b Mark as USE_BUILDLINK_ONLY. 2001-06-19 07:04:58 +00:00
jlam
a6f33b58eb Converted to use buildlink.mk files. 2001-06-16 19:59:54 +00:00
jlam
3b5b6fb479 Remove explicit inclusion of $(includedir) in header search path. 2001-06-16 19:59:16 +00:00
jlam
f69695b5bb Use devel/gettext-lib/buildlink.mk in place of USE_LIBINTL. 2001-06-15 09:05:23 +00:00
jlam
06c1dab629 Use buildlink.mk to get dependency on gdk-pixbuf, and remove unnecessary
explicit setting of CPPFLAGS.
2001-06-15 08:47:27 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
agc
952fa0ef9f Move to sha1 digests, and add distfile sizes. 2001-04-18 12:14:28 +00:00
agc
18ea9c7e79 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:22:24 +00:00
tron
db1572c439 Don't try to remove "share/pixmaps" which is part of the standard
directory structure now.
2001-03-28 12:16:18 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
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-27 03:19:43 +00:00
hubertf
55de8566b2 Update gqmpeg to 0.8.3nb1, to play Ogg Vorbis properly.
Patch sent in PR 12470 by Rui-Xiang Guo <rxg@ms25.url.com.tw>
2001-03-25 16:21:51 +00:00
tron
3a17c0c2d5 Make this build on NetBSD-current systems with include "intl" library. 2001-03-01 21:05:45 +00:00
jlam
cf09a994f3 We don't need to substitute for @PREFIX@ in install/deinstall scripts as
${PKG_PREFIX} contains that value.  Use it instead, and nuke the creation
of ${WRKDIR}/DEINSTALL.
2001-03-01 17:12:28 +00:00
jlam
959817b5b3 Use PKGLOCALEDIR for the location of the installed locale files.
Also add a few GNOME files to the PLIST, remove redundant CPPFLAGS, and
use DEINSTALL_FILE to specify location of deinstallation script.
2001-03-01 17:09:03 +00:00
hubertf
379fa3b33b Update gqmpeg to 0.8.3. Changes:
This release adds list support to the skin specification and fixes many bugs.
2001-03-01 14:16:32 +00:00
wiz
f7bb9e2078 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:30:32 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
wiz
c9a1d9d73b This file is obsolete (patch integrated). 2001-01-26 09:32:42 +00:00
jwise
f77a61fc0d Fix MASTER_SITES -- it _must_ have a trailing /. 2001-01-19 01:19:54 +00:00
hubertf
d486dfc8c2 Update to 0.8.2. Changes:
* Skin Editor
 * Ogg Vorbis (ogg123) support

Patches for update send in PR 11986 by Michael Lyngbøl <michael@lyngbol.dk>
2001-01-18 04:04:32 +00:00
wiz
a2a7f38ab0 Install gnome-support files even if gnome is not installed; this way
we don't have to have separate PLISTs for the two cases.
2000-12-18 04:21:08 +00:00
wiz
015251ee3c Remove unneeded part of the patch. 2000-12-08 21:24:52 +00:00
wiz
9b558e5497 Update to 0.8.1. Changes since 0.7.3:
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-12-08 21:18:35 +00:00
wiz
5cf570e49a DEPENDS on gettext -> USE_LIBINTL & BUILD_DEPENDS on msgfmt 2000-11-30 00:15:51 +00:00
wiz
22c755ed13 This doesn't depend on imlib anymore (uses gdk-pixbuf instead). 2000-11-29 01:50:59 +00:00
toshii
3e7d8d602f Make sure if mixer_devinfo's mixer_class points to a valid index.
(This doesn't hold for uaudio(4), which caused SEGV on startup.)
2000-09-01 15:58:36 +00:00
wiz
a90bfc473a Bugfix: Make choosing `outputs.line' as volume control device
possible, even if `inputs.line' also exists and comes earlier (both
were noted only as `line' before).
2000-08-26 16:41:49 +00:00
wiz
c0628304a7 Do not unconditionally delete ${PREFIX}/share/gqmpeg/skins (and contents);
instead tell user to remove it himself.
2000-08-04 18:35:25 +00:00
jlam
7be4a71234 Update gqmpeg to 0.7.3 development release. Changes from 0.7.2:
> 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-08-02 06:06:10 +00:00
jlam
d0d079e75e The gettext package gained a shared library. For all packages which
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-31 04:14:04 +00:00
hubertf
d49ccf6d38 Update to 0.7.2. Changes:
> 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-07-06 00:46:10 +00:00
tron
100a493e71 Distribution filename has changed. 2000-05-25 08:23:52 +00:00