Commit graph

21 commits

Author SHA1 Message Date
wiz
011c63c405 Bump PKGREVISION because of library major bump in libdvdread. 2003-02-26 10:13:14 +00:00
jlam
6e35bf96e1 Use gcc/buildlink2.mk instead of Makefile.gcc 2002-09-29 07:13:32 +00:00
jlam
c37e7920b5 Create new variables BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg>
that hold the compiler and linker flags used to find the headers and
libraries because these packages install them into non-standard places.
These variables may be used in package Makefiles by doing:

	CPPFLAGS+=	${BUILDLINK_CPPFLAGS.<pkg>}
	LDFLAGS+=	${BUILDLINK_LDFLAGS.<pkg>}
2002-09-22 10:06:00 +00:00
jlam
3988cbdbc4 Add a buildlink2.mk file for use by other package Makefiles. 2002-09-22 09:57:54 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
wiz
ca9b844c87 Convert to buildlink2. 2002-08-31 14:16:39 +00:00
wiz
bb36b15b44 Enable ogle on 1.5.[23]*, since it works for at least Richard Rauch. 2002-08-20 00:54:56 +00:00
mycroft
489a8cec3f Update to 0.8.5. Several navigation bugs fixed, MPEG and LPCM audio support
added.
2002-08-19 18:57:57 +00:00
mycroft
445e982ff0 Update to ogle 0.8.4. Miscellaneous bug fixes, mostly to navigation. 2002-07-12 18:29:29 +00:00
wiz
b9082fc73f Update to 0.8.3, provided by veego.
Changes since 0.8.2:
New audio code now supports OSS, ALSA, Sun audio, and OpenBSD audio.
There is improved audio/video synchronization and a much more
reasonable volume level.  There are updates to the navigation code,
which now plays more DVDs. It's Xinerama aware and the User Interfaces
control functions have been extended. This release will disable
Xscreensaver while playing video, and has many small bugfixes.
2002-06-16 18:12:58 +00:00
veego
7b47d7c5e4 Bump to 0.8.2nb1 after adding some patches for Xvideo and XShm. 2002-05-20 23:05:00 +00:00
veego
80caba0a14 ogle now continues if the SHM test fails.
This could help people who don't increase SHMMAXPGS to 16384.
XXX This cause some performance lose, so be preparted to not see the
full speed of ogle if you don't increase SHMMAXPGS.

This patch was needed to debug a problem with Xvideo.

Approved by Alistair Crooks.
2002-05-20 23:03:37 +00:00
veego
f29b16bdfb Fix a problem with testing the XShm extension, if you have a graphics card
which has a working Xvideo extension.
Maybe only related to XFree-current, but could be also caused by the last
change to kern/sysv_shm.c.

Approved by Alistair Crooks.
2002-05-20 23:00:02 +00:00
wiz
26128eef61 Add USE_CONFIG_WRAPPER. 2002-04-28 22:12:53 +00:00
skrll
2da71bb027 Remove unnecessary BUILD_DEPENDS on automake. 2002-03-18 20:08:25 +00:00
wiz
99d556beb9 Set ONLY_FOR_PLATFORM to point to new-toolchain-current/i386. 2001-12-26 18:22:33 +00:00
wiz
1ebd71acd2 Really fix compilation error on 1.5.x. Patch provided by Scott Presnell. 2001-12-25 23:45:54 +00:00
mycroft
534c5081f5 Fix compilation error on 1.5.x. 2001-12-23 00:03:56 +00:00
enami
b4881cdf1a Fix url of home page. 2001-12-12 01:32:32 +00:00
wiz
9c6b8ee68b Fix dependencies. 2001-12-11 04:01:59 +00:00
veego
3562a700dd Initial import of ogle 0.8.2.
Ogle is a open source DVD player that supports DVD menus and
navigation. You should be able to play DVDs  directly from the
device, a mounted fs, an image file or as copy on you harddrive.
Keyboard commands for navigation in both player modes, if you
have input foucus in the video window.
2001-12-10 20:48:17 +00:00