Commit graph

99 commits

Author SHA1 Message Date
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
joerg
7e9bf35d85 Need to provide builddir to prevent -I without argument. 2009-12-03 16:41:40 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
shattered
1918d8d90a gqmpeg options (gqmpeg-russian and gqmpeg-japanese) are mutually exclusive.
Place them into a group, make it optional.

OK by wiz@.
2009-01-12 21:12:40 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wiz
cbb25c480c I'm not using this any longer, stop maintaining it. 2006-07-13 10:13:54 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
jlam
daad0f3d6c Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
2006-03-14 01:14:26 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
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-06-01 18:02:37 +00:00
wiz
a9d9817e6c Convert to options framework.
While here, clean up gnome1 directory creation.
2005-05-31 12:20:11 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
f472d1ec5e Bump PKGREVISION because of curl dependency bump. 2005-01-03 15:59:12 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
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-12-28 23:18:15 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
xtraeme
81495749e6 Bump PKGREVISION due to gdk-pixbuf update. 2004-04-25 04:16:42 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
xtraeme
44f4f18f77 bl3ify 2004-04-11 17:13:40 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
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
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
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
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
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
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
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