Commit Graph

37609 Commits

Author SHA1 Message Date
naddy
8d8f7f18e8 update to libtorren 0.11.4/rtorrent 0.7.4 2007-04-10 14:08:46 +00:00
martynas
16b90fa8ae enable opml2snow because we now have XML-LibXML-1.61
ok maintainer cathcart@, kili@
2007-04-10 13:12:43 +00:00
martynas
24ae3154c4 major update to 1.60
tested by ajacoutot@, steven@
ok maintainer ajacoutot@
2007-04-10 13:03:09 +00:00
espie
3567712780 add FastProf and Sort-Key 2007-04-09 22:45:22 +00:00
espie
c98b37115b line-based perl profiler, in C for speed. 2007-04-09 22:43:47 +00:00
ckuethe
1a4eb40557 Update to MySQL 5.0.37, from Frank Denis and Brad Smith
ok $MAINTAINER, robert
2007-04-09 22:43:06 +00:00
espie
447e642c0e fast key sort, prerequisite of FastProf 2007-04-09 22:43:06 +00:00
kili
ba6c37db4a Update to 2007-01-R1b. Tested by many.
ok, robert@
2007-04-09 20:50:57 +00:00
kili
9d525263aa Fix WANTLIB, disable gvc (from math/graphviz), as discussed with
sturm@ and steven@, and bump pkgname.

ok, robert@
2007-04-09 20:47:27 +00:00
espie
a0293563ef fix audio cd read 2007-04-09 18:43:47 +00:00
alek
ee205b6039 Update to 1.5.0 from Will Maier <willmaier@ml1.net> 2007-04-09 14:38:08 +00:00
steven
8797fe2a83 +mcs 2007-04-09 07:37:29 +00:00
steven
41fc3b1d29 import mcs-0.4.1
mcs is a library and set of userland tools which abstract the
storage of configuration settings away from userland applications.

needed by newer version of audacious
2007-04-09 07:36:35 +00:00
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