Commit Graph

62 Commits

Author SHA1 Message Date
ajacoutot
cd9eec24f0 - remove outdated comment about descrambling DVDs
ok espie@
2009-01-25 18:58:58 +00:00
ajacoutot
136524a7a1 - tweaking kern.shminfo.shmseg is not needed anymore as the default value
is enough now

ok espie@
2009-01-15 07:29:29 +00:00
ajacoutot
051b8c8b77 - add @bin markers, fix WANTLIB, bump 2008-11-28 17:44:37 +00:00
merdely
d0e220d33a Remove surrounding quotes in COMMENT/PERMIT_*/BROKEN 2007-09-15 20:04:18 +00:00
espie
be99f23aa5 more base64 checksums 2007-04-05 17:36:18 +00:00
espie
fd969f3dd2 more new lib specs 2006-09-18 10:21:48 +00:00
naddy
4f657b21f1 remove MODGNU_SHARED_LIBS and related hacks 2006-01-12 01:05:22 +00:00
naddy
399f87f64c SHARED_LIBS, USE_LIBTOOL 2005-12-26 16:45:43 +00:00
espie
3c12e79a5f mention libdvd in DESCR 2005-05-14 09:32:50 +00:00
espie
3db55448ba start getting ready for FAKE=all: grab all the libraries where they should
come from, and remove all the hardcoded -R in the configure script.
Don't do it at the configure.in stage since we don't fake autoconf yet.
2005-04-27 10:29:54 +00:00
naddy
c195398c7e XF86Config -> xorg.conf; from Morten Liebach and Bernd Ahlers 2005-01-23 20:57:42 +00:00
naddy
2492803fcd SIZE 2005-01-05 17:53:50 +00:00
alek
ddec87f71b Add WANTLIB markers, part two 2004-12-17 15:18:31 +00:00
espie
1c3c0ddfb3 new plist 2004-08-10 22:03:35 +00:00
espie
c1d9f33e12 .tbl is also a manpage that has not yet gone through tbl. 2004-08-05 16:23:35 +00:00
espie
df60346cda @dir -> / 2004-08-04 23:41:52 +00:00
espie
0a88201a1c zap @exec 2004-07-14 13:15:02 +00:00
pvalchev
2c28068180 enable amd64; reported to work by matthieu 2004-02-29 08:12:56 +00:00
espie
888b075a7d Better 2004-02-12 01:42:19 +00:00
naddy
112339c1d4 remove WWW lines 2003-12-15 21:54:59 +00:00
naddy
25b8da569d fix dependencies: audio/mad -> audio/libid3tag, audio/libmad, audio/madplayer 2003-12-10 21:28:58 +00:00
espie
80f0607572 trigger-happy on deps. Thanks to Bjorn Sandell for setting me straight.
Apologies to whomever had this rebuilding libxml...
2003-11-17 19:56:38 +00:00
espie
6e5d02b09c Update ogle to 0.9.2.
Feedback by various people.

PgUp/PgDown now work better, various minor improvements.
The port now builds correctly even with an installed older version.
2003-11-13 18:46:46 +00:00
espie
aba08b93d4 synch with jolan's RECKLESS COMMIT. 2003-08-16 22:29:59 +00:00
espie
7b6abcb150 spell out where to find a descrambling library. 2003-07-31 22:54:09 +00:00
pvalchev
ecef48e44f don't assume OpenBSD/i386 means a.out, add !__ELF__ define; ok espie 2003-04-12 17:12:25 +00:00
sturm
d348a7d641 USE_X11=Yes 2003-03-31 14:59:29 +00:00
espie
828608b31d grrr... I hate cvs. 2003-03-29 00:18:25 +00:00
espie
66a8f0e7db version 0.9.1, minor fixes 2003-03-28 18:16:44 +00:00
pvalchev
db084e84a2 cast NULL sentinel to void * to make sure it's 64-bit on 64-bit architectures 2003-03-02 21:22:22 +00:00
espie
f80cf42cef Make sure manpage is run through tbl.
Fix manpage so that table fits.
2003-02-24 23:36:18 +00:00
espie
20bffed549 ogle 0.9.0:
- most OpenBSD patches folded in, including simpler audio support,
- much less verbose console output,
- bookmark support,
- actual skip forward/backward,
- better dvdnav code.
2003-02-24 22:56:35 +00:00
espie
6f1a4afa5a point people to pkg's DESCR at pkg_add time. 2003-02-08 12:46:33 +00:00
espie
875301c6bf sysctl can tweak shared memory. 2003-02-08 12:45:40 +00:00
fgsch
474e26d391 remove binutils dependency on i386; maintainer ok. 2002-10-22 23:24:06 +00:00
drahn
99f55d01fd Better support for altivec on powerpc. pass the enable-altivec to configure
if altivec flavor is selected, otherwise disable-altivec. ok pvalchev
2002-08-28 01:34:37 +00:00
espie
493e81573e Now depends on mad for mpeg audio support 2002-08-18 09:38:26 +00:00
espie
bac2139576 Update to ogle 0.8.5, compiles like a charm.
Finally: support for mpeg and lpcm audio. Yeah !
(I'm currently checking that I can now play all my dvds fully)
2002-08-18 09:28:19 +00:00
brad
f093454ddf remove dependency on binutils for the altivec FLAVOR. 2002-08-11 01:45:26 +00:00
espie
67e416382a version 0.8.4, mostly small fixes 2002-07-16 13:38:04 +00:00
espie
3ee7e38922 libxml dependency. noticed by Jean-Yves Burlett. 2002-06-22 11:47:12 +00:00
espie
baf199b2b6 Update to 0.8.3
- openbsd native audio, mostly thanks to Bjorn.
- slightly better navigation code.
2002-06-15 23:09:34 +00:00
pvalchev
78ac4bb7fd there is an ogle-gui port now 2002-05-28 21:52:49 +00:00
espie
4d55af8c59 Add code similar to audio_out_oss to perform downsampling. 2002-05-28 14:32:31 +00:00
espie
0beddda070 do not blank screen while in full screen mode and displaying new images. 2002-05-26 19:03:43 +00:00
espie
f564024d1d switch to native sunaudio driver.
Fix a typo in DESCR, and acknowledge mplayer's existence.
2002-05-19 00:27:06 +00:00
drahn
6f7837b15c Add PowerPC-only altivec ogle flavor,
much direction and ok by espie@
2002-04-02 03:50:35 +00:00
espie
1a62bc0e2c Use binutils port since it works for our purpose. 2002-04-02 01:04:19 +00:00
espie
c5ed5a5670 Synch with new liba52 2002-03-29 14:46:01 +00:00
espie
130cbec254 No longer a need for a specific kernel config, use config -e instead. 2002-03-23 13:31:11 +00:00