Commit graph

58229 commits

Author SHA1 Message Date
jmmv
5c54590691 Initial import of gst-plugins-lame, version 0.8.0:
This package provides the lame plugin for GStreamer.
2004-04-06 09:39:07 +00:00
jmmv
7fc688491c Initial import of gst-plugins-esound, version 0.8.0:
This package provides the esound audio plugin for GStreamer.
2004-04-06 09:38:16 +00:00
jmmv
b32400ae0f Update to 0.8.0nb2:
- Do not install nor build any plugins that require external libraries.
  This keeps this package small, makes it modular and will avoid the need
  of "fee-based-commercial-use" licenses while building GNOME.
- Split the Makefile and make it easy to create packages for individual
  plugins by using Makefile.common.
- Use gstreamer/plugins.mk to automatically register installed plugins in
  the plugins database.
- Fix the regex used to export symbols to something that matches better
  the original one.
- As a result of the update of gstreamer to 0.8.0nb1 (which requires a
  glib2 with the RTLD_GLOBAL fix), plugins work fine now.
2004-04-06 09:36:28 +00:00
jmmv
a2cdf2defb Update to 0.8.0nb1:
- Require glib2>=2.4.0nb1 to get the RTLD_GLOBAL fix.
- Move the plugins database from /var/cache/gstreamer-0.8 to
  ${PREFIX}/libdata/gstreamer-0.8, because it's intended to be updated
  after (de)installation of plugins only.
- Implement a framework to automatically rebuild the plugins database at
  (de)install time.  This is handled by the simple inclusion of plugins.mk
  in package makefiles.
2004-04-06 09:30:01 +00:00
xtraeme
6e6d44ab82 Disable X11 support/detection in libgtop2, which was causing trouble on
systems where there is not libXau.so; Bump PKGREVISION.
2004-04-06 09:24:56 +00:00
adam
8562430149 Updated mng to 1.0.7 2004-04-06 09:19:47 +00:00
adam
639e87d4ef Changes 1.0.7:
bugfixes:
- fixed inclusion of IJNG chunk for non-JNG use (J.S)
- fixed bug in chunk-storage of SHOW chunk (where from == to)
- fixed bug in promote_g8_g8 with 16bit support off

core:
- added CANVAS_RGB565 and CANVAS_BGR565 (big thanx to Raphael Assenat!!)
- added CANVAS_RGBA565 and CANVAS_BGRA565 ( -- ditto -- )
- upgraded to zlib 1.2.1
- upgraded to lcms 1.11
- added premultiplied alpha canvas' for RGBA, ARGB, ABGR (thx to John Stiles)
- more optimizations with 16bit support off
- put conditionals around openstream/closestream callbacks.
- fixed typo (MNG_SKIPCHUNK_SAVE -> MNG_SKIPCHUNK_nEED)
- fixed some 64-bit platform compiler warnings

Changes 1.0.6:
core:
- added support for reducing the footprint of libmng by macros that optionally
  skip unused chunks, remove 16-bit sample support, remove Delta support, and
  remove JNG support, to accomodate Mozilla/Firebird.
- further optional removal of unused functions
- added MNG_NO_SUPPORT_FUNCQUERY conditional
- added iPNGdepth member to pData structure
- added conditionals around MAGN chunk support
- added conditionals around non-VLC chunk support
- added conditionals around "mng_display_go*" and other unused functions
- added more conditionals around "promote" functions
- removed email references as appropriate
2004-04-06 09:17:56 +00:00
jmmv
42f87d1838 Note revision bump of glib2 to 1. 2004-04-06 07:17:02 +00:00
jmmv
44e69ddb74 Fix detection of RTLD_GLOBAL, which was beeing incorrectly detected in NetBSD
and caused lots of obscure problems in programs loading plugins (specially,
gstreamer).

The problem is that the check in the configure script tries to dlopen the
libpthread.so library, but the test program is not linked against libpthread
itself.  So it crashes, because this is not supported in NetBSD (the program
was "initialized" as a non-threaded one).  I've changed the test program to
use libintl, which seems to work fine.

Bump PKGREVISION to 1.
2004-04-06 07:15:53 +00:00
xtraeme
b15072fe03 err BUILDLINK_UPDATE_CACHE should be no for now... sorry I had this change
in my local tree.
2004-04-06 04:39:00 +00:00
xtraeme
dd050b02ce metamail doesn't really need X11, so remove USE_X11; bump PKGREVISION.
While here, fix previous entry (hi martin!).
2004-04-06 04:27:36 +00:00
xtraeme
16925323bf bl3ify 2004-04-06 04:10:48 +00:00
reed
41235e4fdd Do not assume that if /usr/lib/libintl.* does not exist
that it can not be builtin.  So also check for "This file is part
of the GNU C Library".

This helps with systems that have gettext(3) functionality
included in their glibc.

This also fixes build problem under Linux where devel/popt didn't
build "because some functions are defined both in gettext-lib and
in the native libc" as reported by minskim to tech-pkg on 21/Mar/2004.
2004-04-06 01:29:25 +00:00
reinoud
48b89d3bd6 Fix double inclusion compilation error with some XFree versions. 2004-04-05 23:03:52 +00:00
bouyer
b5ac6a3c78 I'll look at pkg/24550 (amanda update). 2004-04-05 22:53:31 +00:00
martin
c51634a1b6 Note update of ups-nut and ups-nut-cgi to 2.0. 2004-04-05 22:43:52 +00:00
martin
7b99580bc7 Ooops, forgot a cvs add for previous 2004-04-05 22:39:42 +00:00
martin
f96b2ec78e Update ups-nut and ups-nut-cgi to version 2.0. 2004-04-05 22:38:09 +00:00
reed
093ba96e55 Install to ${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info.
Okay'd by cjones.
2004-04-05 22:13:43 +00:00
jmmv
b57aa11697 Get rid of the GIMP_VER variable. 2004-04-05 22:09:54 +00:00
jmmv
57fd0fa723 Note revision bump for gimp to 1. 2004-04-05 22:08:33 +00:00
jmmv
f6dfcf1a88 Honour PKG_SYSCONFDIR properly. Bump PKGREVISION to 1. 2004-04-05 22:07:27 +00:00
reed
0f54cae74b Use ${INFO_DIR} instead of "info".
Okay'd by jmmv.
2004-04-05 21:52:45 +00:00
heinz
1fbeaba98d Do not assume "patch" programs on all platforms save the original file
as *.orig. Should fix the build on IRIX6.5.
2004-04-05 20:53:20 +00:00
wiz
5350dc21df Belatedly bump PKGREVISIONs and dependencies for xvidcore major bump
during recent update (hi charles!).
2004-04-05 18:41:14 +00:00
reed
5922427d0c If GNU_PROGRAM_PREFIX is not "g" or not set, then still install
with "g" prefix.  Allow this to be optionally forced by defining
GTAR_PROGRAM_PREFIX.  If GTAR_PROGRAM_PREFIX is set to nothing,
then conflict with pax, because both install a "tar".

So now the default is to install as "gtar" even if GNU_PROGRAM_PREFIX
is set to "".

Bump package revision for this.

This is for part of my PR #22693.
2004-04-05 18:38:43 +00:00
adam
afd2c66fcd shared-mime-info to 0.14 2004-04-05 18:17:42 +00:00
adam
cac29bdd97 Prefer pkgsrc 'perl' over system 'perl' = now compiles on Darwin 2004-04-05 18:16:20 +00:00
adam
ef2a2814e9 Changes 0.14:
* new MIMEs
* new locale

Pkgsrc:
* use pkgsrc installation of 'perl' (= now compiles on Darwin)
2004-04-05 18:14:42 +00:00
xtraeme
632c38be01 bl3ify, needed for multimedia/vlc; pointed out by Thomas Klausner. 2004-04-05 17:57:32 +00:00
kristerw
03e544dfcb Correct typo in .include statement. 2004-04-05 17:00:46 +00:00
xtraeme
703534638e Ensure USE_BUILTIN.<pkg> is defined before checking its value, fixes
last problems seen when using X11_TYPE=XFree86.
2004-04-05 17:00:12 +00:00
grant
a63bcd3ba7 +linphone (thanks herb!) 2004-04-05 15:40:54 +00:00
xtraeme
ef3a42fd3b Bump PKGREVISION due to lua bump. 2004-04-05 15:21:00 +00:00
xtraeme
001fda0eff Increase BUILDLINK_DEPENDS to 5.0.2, because this is a known version that
works under !NetBSD platforms; suggested by Quentin Garnier.
2004-04-05 15:19:49 +00:00
gehenna
629c6b06ea Update cvsync to 0.24.14. 2004-04-05 15:01:23 +00:00
gehenna
44ebd8d9de cvsync 0.24.14
* Fix a bug to do munmap() with size 0. (client/server)
* Get rid of sched_yield(). (client/server)
* Improve robustness. (server)
* Improve robustness. (client)
* Fix a dead lock problem. (client/server)
2004-04-05 14:57:59 +00:00
xtraeme
da955d0738 Install bin2c binary located in ${WRKSRC}/etc, it's needed to build
some lua libraries; pointed out by pancake. No bump PKGREVISION this time.
2004-04-05 14:54:34 +00:00
xtraeme
a558e7e246 Added lua-sqlite. 2004-04-05 14:17:40 +00:00
xtraeme
5bb0ffe824 Initial import of lua-sqlite-20030228 from pkgsrc-wip, packaged by
pancake.

LuaSQLite is a SQLite binding for LUA language.
2004-04-05 14:16:14 +00:00
xtraeme
2ba1d718e4 This needs gmake to build under OpenBSD; pointed out by pancake. 2004-04-05 14:06:00 +00:00
xtraeme
55cd72c51f Added lua-expat-1.0a 2004-04-05 13:59:35 +00:00
xtraeme
e8d4952ea3 Initial import of lua-expat from pkgsrc-wip, packaged by pancake.
LuaExpat is a XML parser based on the Expat XML parser.
It allows Lua programs to:

- Process a XML document incrementally , thus being able to handle
  huge documents without memory penalties;

- Register handler functions wich are called by the parser during
  the processing of the document, handling the document elements or text.
2004-04-05 13:57:53 +00:00
wiz
84acda723e Wildcard depends. 2004-04-05 13:50:29 +00:00
wiz
b60053fdb0 Bump dependency to latest emacs20 version. 2004-04-05 13:47:55 +00:00
wiz
fa51a5c026 Wildcard p5-ispman dependency. 2004-04-05 13:47:02 +00:00
tron
f2bf0fe5d4 Add conflicts with each other to the "gtk-engines" and the "gtk2-engines"
package because they installed identical files into the same directory.
2004-04-05 13:27:00 +00:00
wiz
8bb5e29da5 + ted-2.15, xchm-0.9.1. 2004-04-05 12:43:20 +00:00
xtraeme
716bf93771 Added glaxium. 2004-04-05 12:42:16 +00:00
xtraeme
1179fb68b2 Initial import of glaxium-0.5, from pkgsrc-wip.
Glaxium is a space-ship "shoot'em up" game, with OpenGL/SDL graphics.
2004-04-05 12:39:55 +00:00