summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-04-06Initial import of gst-plugins-lame, version 0.8.0:jmmv2-0/+15
This package provides the lame plugin for GStreamer.
2004-04-06Initial import of gst-plugins-esound, version 0.8.0:jmmv2-0/+16
This package provides the esound audio plugin for GStreamer.
2004-04-06Update to 0.8.0nb2:jmmv7-162/+179
- 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-06Update to 0.8.0nb1:jmmv7-7/+79
- 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-06Disable X11 support/detection in libgtop2, which was causing trouble onxtraeme2-4/+6
systems where there is not libXau.so; Bump PKGREVISION.
2004-04-06Updated mng to 1.0.7adam2-3/+3
2004-04-06Changes 1.0.7:adam3-35/+17
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-06Note revision bump of glib2 to 1.jmmv1-1/+2
2004-04-06Fix detection of RTLD_GLOBAL, which was beeing incorrectly detected in NetBSDjmmv3-8/+27
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-06err BUILDLINK_UPDATE_CACHE should be no for now... sorry I had this changextraeme1-2/+2
in my local tree.
2004-04-06metamail doesn't really need X11, so remove USE_X11; bump PKGREVISION.xtraeme2-5/+5
While here, fix previous entry (hi martin!).
2004-04-06bl3ifyxtraeme1-5/+6
2004-04-06Do not assume that if /usr/lib/libintl.* does not existreed1-3/+14
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-05Fix double inclusion compilation error with some XFree versions.reinoud2-1/+18
2004-04-05I'll look at pkg/24550 (amanda update).bouyer1-2/+2
2004-04-05Note update of ups-nut and ups-nut-cgi to 2.0.martin1-1/+2
2004-04-05Ooops, forgot a cvs add for previousmartin1-0/+13
2004-04-05Update ups-nut and ups-nut-cgi to version 2.0.martin6-44/+38
2004-04-05Install to ${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info.reed2-4/+4
Okay'd by cjones.
2004-04-05Get rid of the GIMP_VER variable.jmmv1-4/+2
2004-04-05Note revision bump for gimp to 1.jmmv1-1/+2
2004-04-05Honour PKG_SYSCONFDIR properly. Bump PKGREVISION to 1.jmmv4-10/+28
2004-04-05Use ${INFO_DIR} instead of "info".reed1-2/+2
Okay'd by jmmv.
2004-04-05Do not assume "patch" programs on all platforms save the original fileheinz1-2/+3
as *.orig. Should fix the build on IRIX6.5.
2004-04-05Belatedly bump PKGREVISIONs and dependencies for xvidcore major bumpwiz21-39/+45
during recent update (hi charles!).
2004-04-05If GNU_PROGRAM_PREFIX is not "g" or not set, then still installreed3-15/+26
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-05shared-mime-info to 0.14adam1-1/+2
2004-04-05Prefer pkgsrc 'perl' over system 'perl' = now compiles on Darwinadam1-0/+13
2004-04-05Changes 0.14:adam3-8/+26
* new MIMEs * new locale Pkgsrc: * use pkgsrc installation of 'perl' (= now compiles on Darwin)
2004-04-05bl3ify, needed for multimedia/vlc; pointed out by Thomas Klausner.xtraeme2-2/+20
2004-04-05Correct typo in .include statement.kristerw1-2/+2
2004-04-05Ensure USE_BUILTIN.<pkg> is defined before checking its value, fixesxtraeme1-3/+4
last problems seen when using X11_TYPE=XFree86.
2004-04-05+linphone (thanks herb!)grant1-1/+5
2004-04-05Bump PKGREVISION due to lua bump.xtraeme4-8/+8
2004-04-05Increase BUILDLINK_DEPENDS to 5.0.2, because this is a known version thatxtraeme2-4/+4
works under !NetBSD platforms; suggested by Quentin Garnier.
2004-04-05Update cvsync to 0.24.14.gehenna1-1/+2
2004-04-05cvsync 0.24.14gehenna2-5/+5
* 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-05Install bin2c binary located in ${WRKSRC}/etc, it's needed to buildxtraeme2-2/+7
some lua libraries; pointed out by pancake. No bump PKGREVISION this time.
2004-04-05Added lua-sqlite.xtraeme2-2/+4
2004-04-05Initial import of lua-sqlite-20030228 from pkgsrc-wip, packaged by xtraeme5-0/+42
pancake. LuaSQLite is a SQLite binding for LUA language.
2004-04-05This needs gmake to build under OpenBSD; pointed out by pancake.xtraeme1-1/+2
2004-04-05Added lua-expat-1.0axtraeme2-2/+4
2004-04-05Initial import of lua-expat from pkgsrc-wip, packaged by pancake.xtraeme7-0/+101
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-05Wildcard depends.wiz1-2/+2
2004-04-05Bump dependency to latest emacs20 version.wiz1-3/+3
2004-04-05Wildcard p5-ispman dependency.wiz1-2/+2
2004-04-05Add conflicts with each other to the "gtk-engines" and the "gtk2-engines"tron2-3/+6
package because they installed identical files into the same directory.
2004-04-05+ ted-2.15, xchm-0.9.1.wiz1-1/+3
2004-04-05Added glaxium.xtraeme2-2/+4
2004-04-05Initial import of glaxium-0.5, from pkgsrc-wip.xtraeme5-0/+111
Glaxium is a space-ship "shoot'em up" game, with OpenGL/SDL graphics.