Commit graph

1252 commits

Author SHA1 Message Date
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +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
jlam
c360e336b0 Buildlinkify, and use REPLACE_PERL instead of home-grown method of
replacing for perl's path.
2001-11-26 10:00:36 +00:00
jlam
6e896e42e0 Forgot a CONFDIR -> PKG_SYSCONFDIR replacement. 2001-11-26 07:30:44 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
jlam
93af58d969 Buildlinkify. 2001-11-26 05:56:36 +00:00
jlam
ffceca11a9 PKG_SYSCONFDIR is where the configuration files for a package may be found.
This value may be customized in various ways:

PKG_SYSCONFBASE is the main config directory under which all package
	configuration files are to be found.

PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the
	configuration files for a particular package may be found.

PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a
	particular package.

Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the
default location of ${PREFIX}/etc.

This obsoletes the use of CONFDIR, which was active for only 6 days, so no
need to have a workaround to still accept old CONFDIR settings.
2001-11-25 18:59:45 +00:00
agc
cec9d19d6f Upgrade cheesetracker to 0.2.2, provided in PR 14320 by Ben Collver
(collver@linuxfreemail.com).

        "Cheesetracker v0.2.2 is out, the most noticable change is code to
        load Microsoft Wave formatted samples."
2001-11-22 15:37:19 +00:00
jlam
892b322f45 These rc.d scripts are copied to ${RCD_SCRIPTS_DIR} == /etc/rc.d, so change
the test for pre-rc.d systems to just whether /etc/rc.subr is present.
2001-11-21 21:38:50 +00:00
jlam
9ceba69856 Use the general INSTALL/DEINSTALL scripts to automatically handle copying
and removing the rc.d script.
2001-11-21 17:58:33 +00:00
jlam
b81331757d Remove unneeded INSTALL script and update the rplayd.sh to look like an
rc.d script.
2001-11-21 17:55:54 +00:00
itohy
df9513074d - Fix file I/O on alpha. Only RIFF(PCM) is tested.
- Fix offset on copy & paste when current format has header (not raw format).
2001-11-18 15:03:39 +00:00
itohy
27bcd3e44f Avoid selecting outside of the waveform,
which causes hang on copy or cut operation.
2001-11-18 05:37:43 +00:00
martin
ecaf8c119f Bring this into the new toolchain world. 2001-11-17 16:29:07 +00:00
itohy
f2ee21758b Avoid hang on unhandled X event when selecting wave region. 2001-11-17 15:17:41 +00:00
itohy
b17e26280a Make it work on alpha (long -> int32_t, alignment fix, egcs XXX).
It still sometimes crashes, but I have no clue....
2001-11-17 06:36:14 +00:00
itohy
33504428cb Make it compile on alpha (uint32 -> size_t for size_type). 2001-11-17 06:26:44 +00:00
mason
8757a7a76a Move from using www.sonic.net to freedb.freedb.de for network lookups, as
the sonic.net server appears to be unresponsive. The FreeDB project, located
at http://www.freedb.org/, appears to be a stable source for cddbp requests.
2001-11-15 02:21:12 +00:00
jlam
b9d21223ef * Strongly buildlinkify.
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
* Build and install kmid.
* Check that certain X11 libraries are shared libraries before linking
  shared objects against them.
* Fix and sort PLIST.
2001-11-13 21:11:54 +00:00
jlam
c1e7390116 Fix small typo noted in pkg/14450. 2001-11-06 21:57:49 +00:00
jlam
aa07418e50 This plugin is linked by libtool with -avoid-version, so no version numbers
on shared libraries.
2001-11-06 00:59:37 +00:00
jlam
07a676b896 Strongly buildlinkify. 2001-11-06 00:30:47 +00:00
jlam
af23f20572 Don't add the homepage to the DESCR file, as it's displayed automatically. 2001-11-06 00:23:16 +00:00
hubertf
6f81999619 add all shared lib versions 2001-11-03 20:01:26 +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
damon
608cdd1d99 Ensure the plugins dir is there at install time 2001-11-01 15:28:44 +00:00
zuntum
a437fd43cc Move pkg/ files into package's toplevel directory 2001-11-01 00:20:13 +00:00
zuntum
4bd6ecc9c5 Move pkg/ files into package's toplevel directory 2001-11-01 00:17:43 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
damon
9adcda756a Added gkrellm-xmms 2001-10-30 13:32:47 +00:00
damon
001e582ecd Initial Version 2001-10-30 13:22:05 +00:00
jlam
554672d7a9 Strongly buildlinkify. 2001-10-27 21:29:49 +00:00
jlam
e8a5be45db Back out part of last change that didn't pertain to the description in the
commit log.
2001-10-27 03:38:19 +00:00
jlam
eb1488c060 Don't hardcode the installation prefix as '/usr/X11R6'. Use '%D' instead. 2001-10-27 03:31:08 +00:00
jlam
ef9d1e4975 Remove the need for a separate pre-extract script by moving what needs to
be said and done into the package Makefile pre-extract target.
2001-10-25 19:42:43 +00:00
agc
47438e09c6 Having a 3-line script for the pre-configure stage is overkill - move
the commands into the package Makefile as a pre-configure target.
2001-10-25 17:26:01 +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
mycroft
951aac51c7 Update HOMEPAGE and MASTER_SITES. 2001-10-22 03:47:28 +00:00
wiz
ee9546fe72 Update to 0.14.0b. Changes since 0.13.0b:
* Added a new ID3 tag manipulation library (libid3).
* Fixed a possible segmentation fault due to mmap() abuse.
* Added a 64-bit FPM negation operation to improve performance of subband
  synthesis on some platforms.
* Added rounding to Layer III requantization for slightly better accuracy
* Modified the PCM dithering routine for better dithered output.
* Added TTY controls and new --tty-control and --no-tty-control options to
  `madplay'. TTY control keys: `P' pause, `S' stop, `Q' quit, `F' forward,
  `B' backward.
[We already had patches for that in pkgsrc]
* New time/time-remaining modes with --verbose --tty-control (select by
  pressing `T'.)
2001-10-20 14:53:29 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
tron
6ea6e3b423 Enforce the use of "ncurses" if NetBSD's "curses" library doesn't
support wgetnstr(3).
2001-10-18 05:33:34 +00:00
skrll
a62b3e67a6 Update to KDE 2.2.1
With apologies to Al I wouldn't know where to start with a summary of the
changes between 2.1 and 2.2.1 - there are just too many. A couple of
hopefully static URLS that contain useful information are

http://www.kde.org/announcements/changelog2_1to2_2.html
http://www.kde.org/announcements/changelog2_2to2_2_1.html

Support for a.out for kde{libs,base} added by me. The libtool/a.out
combination doesn't like the linking of modules into binaries. A better
way of doing this will appear in future versions of KDE/pkgsrc.
2001-10-15 22:45:55 +00:00
tron
f001db8abd Fix build problems when the new toolchain is used. 2001-10-15 06:59:04 +00:00
wiz
89b5ee06fc Remove commented out USE_CURSES (buildlinked). 2001-10-12 16:46:05 +00:00
agc
ccfd31fb53 Use the id3 package to tag the resulting files. 2001-10-12 09:52:19 +00:00
agc
cb142b665c Add and enable id3 2001-10-12 09:22:35 +00:00