Commit graph

105 commits

Author SHA1 Message Date
jlam
b2677a2cb0 Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if
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-30 22:51:11 +00:00
jlam
2920a32c71 Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30 20:22:49 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
tron
5f9f1cfc1f Fix broken dependence on "mpg123" package. 2003-06-01 09:52:59 +00:00
agc
fb6c76331e gqmpeg also works with mpg123-nas
Noted by Cesar Catrian C. in PR 21716
2003-05-30 07:02:57 +00:00
agc
5b4f06c464 As well as mpg123>=0.59.18, let this package use mpg123-esound>=0.59.18 as
a prerequisite, if it's installed.
2003-05-21 12:45:12 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
wiz
77a23fe5c7 Removed unneeded patch. 2003-02-14 22:33:02 +00:00
wiz
8f90ca933f Update to 0.20.0:
- 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-14 22:28:23 +00:00
salo
a98279aab1 Fix URL to skin site. Fixes PR pkg/20284 by ISIHARA Takanori. 2003-02-10 16:04:46 +00:00
jlam
f45c017923 gnome[12]-dirs shouldn't have buildlink2.mk files as they don't have
either shared libraries or header files.  Remove references to these
buildlink2.mk files from package Makefiles.
2003-02-05 05:06:32 +00:00
jmmv
14f43dc137 Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION. 2003-01-27 12:31:28 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
salo
26114542cd USE_PKGLOCALEDIR, remove unnecessary patches, delint. 2002-11-30 11:46:02 +00:00
wiz
166e62e832 Update to 0.19.0, convert to buildlink2.
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-11 09:48:46 +00:00
wiz
ff29df199c Take over maintainership from rxg on his request. 2002-09-01 09:22:34 +00:00
wiz
77ae0394e3 Update to 0.18.0.
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-08-20 11:39:07 +00:00
wiz
fe7e0cabbe Update to 0.16.0:
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-05-05 13:13:15 +00:00
lukem
550ed9d642 fix minor memory leak in ogg123_comment_set() introduced in previous 2002-03-25 06:24:59 +00:00
lukem
c13b5c0e0f Add back patch-ac containing various ogg123 playback fixes (different
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-25 05:44:48 +00:00
wiz
59e93c9c04 Strongly buildlinkify once again. 2002-03-18 08:21:12 +00:00
wiz
d5ebe3b1c9 Update to 0.15.0. Changes since 0.14.1(nb1):
+ 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-18 01:26:07 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
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-13 17:36:35 +00:00
wiz
97c888a023 Update to 0.14.1.
Changes since 0.14.0:
- Minor alterations to the mrclean skin.
* Fixed crash when closing a skinned menu.
2002-03-12 00:30:52 +00:00
wiz
17223bea6b Update to 0.14.0. Changes since 0.13.0:
+ 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-03-10 17:07:45 +00:00
wiz
94bcf3d4f2 Update to 0.13.0. Changes:
- 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-27 12:15:37 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
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