Commit Graph

37596 Commits

Author SHA1 Message Date
msf
ca945dc658 update to 1.49, submitted by various people 2007-04-09 06:41:17 +00:00
espie
c36c6c01a7 fix dirname, from Steve Andre' 2007-04-09 00:21:51 +00:00
espie
aba8a15d6d +zoidberg 2007-04-08 22:49:01 +00:00
espie
8cedd00451 imagine that, a login shell entirely written in perl 2007-04-08 22:48:15 +00:00
espie
94739ad538 +zoid deps 2007-04-08 22:44:51 +00:00
espie
0b7d05ebef readline alternative suitable for zoid 2007-04-08 22:43:26 +00:00
espie
6226af76e7 another way to export stuff, zoid dependency 2007-04-08 22:42:40 +00:00
espie
4efd01817b perl: tie env variables to executable stuff for prompts.
zoidberg dependency
2007-04-08 22:42:00 +00:00
espie
ae4fe8b05f +p5-Net-Z3950-Zoom 2007-04-08 22:08:09 +00:00
espie
c864ea3309 somewhat barbaric name for an interface to the zoom API to the yaz library
(search book libraries catalogs)
2007-04-08 22:07:15 +00:00
espie
00ba299a10 +p5-MARC-Record 2007-04-08 22:00:21 +00:00
espie
59ef763361 handle library of congress records, prereq for perl interface to yaz 2007-04-08 21:58:45 +00:00
espie
fa5c5e272f +tellico 2007-04-08 21:22:08 +00:00
espie
c2507faf10 tellico is a collection manager for kde, with impressive communication
abilities (can grab stuff off amazon, imdb, the library of congress...
which makes entering most of your collection a breeze).

From Andreas Bihlmaier. Thanks!
2007-04-08 21:21:14 +00:00
naddy
2d1e9054b2 maintenance update to 2.0.4 2007-04-08 20:32:23 +00:00
espie
360ff8c9c7 +yaz 2007-04-08 19:38:25 +00:00
espie
568824d9d6 yaz is a library and tools speaking the Z39/50 protocol.
This protocol is used by libraries (the ones that store books) to
communicate interesting information.

Adapted from submission by Andreas Bihlmaier
2007-04-08 19:36:02 +00:00
martynas
3c7b3bd57d +mozilla-dicts 2007-04-08 19:02:32 +00:00
ajacoutot
dccafead5c Add x264. 2007-04-08 18:52:59 +00:00
naddy
4c4becf87f Fix building with gtk+ >=2.10 and regen patches.
Pointed out by and ok steven@
2007-04-08 17:36:59 +00:00
ajacoutot
322e9cca1b - enable x264 support
- add missing xenocara LIBS (and remove obsolete)
- regen patches while here

"go for it" naddy@
2007-04-08 17:34:54 +00:00
ajacoutot
7a5f3efd4b - enable x264 support
- add missing xenocara LIBS
- regen patches while here

"go for it" naddy@
2007-04-08 17:34:20 +00:00
ajacoutot
ddf8a134fa - add support for x264
- regen patches while here

"go for it" naddy@
2007-04-08 17:33:39 +00:00
ajacoutot
803ba42b08 Import x264-20070325
x264 is a free library for encoding H264/AVC video streams.

This program requires a processor with recent instructions (MMX/SSE for
i386, AltiVec for powerpc).

Encoder features:
 * CAVLC/CABAC
 * Multi-references
 * Intra: all macroblock types (16x16, 8x8, and 4x4 with all predictions)
 * Inter P: all partitions (from 16x16 down to 4x4)
 * Inter B: partitions from 16x16 down to 8x8 (including skip/direct)
 * Ratecontrol: constant quantizer, single or multipass ABR, optional VBV
 * Scene cut detection
 * Adaptive B-frame placement
 * B-frames as references / arbitrary frame order
 * 8x8 and 4x4 adaptive spatial transform
 * Lossless mode
 * Custom quantization matrices
 * Parallel encoding of multiple slices
 * Interlacing


based on an original submission by Nikns Siankin <nikns at secure dot lv>
help and ok naddy@ steven@
2007-04-08 17:31:01 +00:00
sturm
d712b417cc more WANTLIB fixes 2007-04-08 16:33:41 +00:00
espie
e4dcfe629b avoid Makemaker going interactive, okay naddy@ 2007-04-08 16:16:06 +00:00
sturm
a11f08faad fix WANTLIB after switch to xenocara 2007-04-08 15:31:01 +00:00
steven
f7330c4f70 unbreak build with latest png, regen patches. "get it in" naddy@ 2007-04-08 15:22:50 +00:00
espie
e9ebd9d4e4 avoid recursing ad nauseam on symlinks. 2007-04-08 15:22:49 +00:00
sturm
614acb6b61 update to apsfilter 7.2.8, now supports mp3/ogg queueing
- teach SETUP about ghostscript 8
- fix psnup call
2007-04-08 15:19:31 +00:00
naddy
ce25e73ce9 Hardcode our build options in pngconf.h so everything sees really the same
interface.  ok steven@
2007-04-08 15:02:36 +00:00
espie
79d76f6137 update anthy and uim to a ways more recent version.
fix uim build issues.
2007-04-08 14:58:04 +00:00
kurt
caabf80130 remove BROKEN now that pthreads has been fixed. 2007-04-08 13:39:13 +00:00
kurt
3a2afa990f - fix the build for good on systems with >= 4G memory by limiting
the jdk's view of physical memory to datasize rlimit max
- remove and adjust old memory adjustments for OpenBSD
- shrink overhead on amd64 making more memory available for use
ok wilfried@
2007-04-08 12:43:06 +00:00
espie
44415f04fb abort early if packing-list was not read correctly. 2007-04-08 12:36:04 +00:00
espie
7c076f597b port-lib-depends-check should ignore errors, because it's much less useful
that way.
2007-04-08 11:26:39 +00:00
ajacoutot
63db075793 - update to openbabel-2.1.0 final 2007-04-08 10:10:23 +00:00
martynas
433ba032ed - fix WANTLIB;
- move glib{,2} to BUILD_DEPENDS;
- respect CC, CFLAGS for silc-client;
- respect MAKE_FLAGS everywhere;
- disable-static for irssi, disable-shared for silc-client;
- pass -fPIC -DPIC where they're missing;
"go ahead" steven@
2007-04-07 20:02:14 +00:00
steven
f26b2d7db3 USE_LIBTOOL 2007-04-07 19:44:53 +00:00
steven
67d12fd178 change PKGNAME back to py-ldap.
noticed by Vijay Ramesh <vramesh2 at uiuc.edu>

ok sturm@
2007-04-07 19:35:59 +00:00
martynas
28668f51df bump -devel here, too 2007-04-07 17:41:12 +00:00
kili
283ebc9f56 -devel has -main in it's plist, so bump it, too.
ok, martynas@
2007-04-07 17:40:02 +00:00
espie
195dd0b84f fix build for xenocara. Bump pkgname, since I'm not 100% this builds exactly
the same.
2007-04-07 16:29:15 +00:00
steven
3c021b0b04 USE_LIBTOOL, sync plists 2007-04-07 16:18:42 +00:00
espie
c92adc53b1 with xenocara, GL needs -lm to link.
Fix auto-detection issue, no package bump needed.
This builds and packages again.
2007-04-07 15:54:06 +00:00
steven
dc825c5708 USE_LIBTOOL, sync plist 2007-04-07 15:14:46 +00:00
steven
804eb51747 USE_LIBTOOL 2007-04-07 14:54:12 +00:00
steven
5d84f0e9db USE_LIBTOOL, sync plist 2007-04-07 14:05:34 +00:00
steven
ed20381fd9 USE_LIBTOOL 2007-04-07 14:05:04 +00:00
steven
a2ddad78d1 USE_LIBTOOL 2007-04-07 13:40:22 +00:00