Commit graph

30 commits

Author SHA1 Message Date
minskim
ab74181c5d Add build dependency on pkgconfig. 2004-12-14 18:45:11 +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
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
wiz
12df53ad32 Bump firstlevel depends for speex shlib major bump. 2004-07-23 15:49:46 +00:00
drochner
904b635199 update to 0.8.3
changes:
i18n improvements
bugfixes
2004-06-21 18:00:57 +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
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +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
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
wiz
4fb725dc57 Convert to buildlink3. 2004-02-19 11:39:24 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
grant
ed16993a08 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:14:59 +00:00
wiz
a6e105fbae Bump PKGREVISION for libogg (or, in 5 cases, libao) updates. 2003-12-08 14:41:38 +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
wiz
62fb9398c0 Depend on latest sweep package version, and include libmad bl2
instead of mad one.
2003-07-10 12:24:37 +00:00
adam
b63a4b2165 Revision bumped; dependency changed from mad to libmad 2003-07-10 10:57:22 +00:00
wiz
4aebc3d1ac Fix path to speex, and bump PKGREVISION here too.
Obviously unused...
2003-06-05 20:55:59 +00:00
wiz
4efc0a730a Bump PKGREVISION: does not depend on fftw any longer (via libsamplerate). 2003-06-05 20:54:27 +00:00
wiz
0d147135e8 Update speex to 1.0.1, and bump sweep PKGREVISION for it. 2003-06-05 13:19:30 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
wiz
af207ca735 Latest is 0.8.2nb1, not 0.8.2 (pth). 2003-05-02 12:06:33 +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
jmmv
3cbba928fc Update to 0.8.2. Changes since 0.8.0:
Wed Apr 30 2003 -- Version 0.8.2
--------------------------------

This release contains support for ALSA 0.9.

Internationalization (i18n) improvements:
	* a complete audit of untranslateable strings, including
	mis-configured source files and unmarked strings, by
	Silvia Pfeiffer.
	* a new Greek translation by Dokianakis Fanis
	* a new Russian translation by Alexandre Prokoudine
	* an updated Italian translation by Yuri Bongiorno
	* an updated German translation by Silvia Pfeiffer

Additional changes include:
	* added VBR without DTX option for Speex 1.0 speech encoding
	* improved accuracy of sliders in processing dialogs

Thu Feb  6 2003 -- Version 0.8.1
--------------------------------

This release contains performance improvements for basic editing operations,
including reduced memory consumption during cut and paste insert. It also
includes support for creation of new files on the command line, updated
handling of raw file loading through libsndfile, and updated support for
voice activity detection and intensity stereo coding features of the Speex
speech codec.
2003-04-30 17:13:02 +00:00
wiz
2166d9c1cf Update for Speex -> speex rename; bump PKGREVISION. 2003-03-24 09:22:24 +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
74222edbb3 Update sweep to 0.8.0. Changes in this version:
* a new monitoring subsystem for use in DJing and live performance.
  Users with two sound cards can use headphones for monitoring, to
  prepare mixes and cue samples without disrupting the main output.

* A usability bug was fixed in keyboard playback controls

* the Italian translation of the user interface was updated by
  Yuri Bongiorno.
2003-01-30 23:09:06 +00:00
jmmv
14f43dc137 Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION. 2003-01-27 12:31:28 +00:00
uebayasi
dc1117f8e4 Prototype buildlink2.mk's created automagically by createbuildlink(8). 2003-01-09 11:21:40 +00:00
jmmv
23ee678a00 Initial import of sweep, version 0.5.13.
Sweep is a sound wave editor, and it is also generally useful as a
flexible recording and playback tool. Inside lives a pesky little
virtual stylus called Scrubby who enjoys mixing around in your files.

Version 0.5.1 was provided in my own PR pkg/18124.
2002-12-21 23:25:18 +00:00