Commit graph

33 commits

Author SHA1 Message Date
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
grant
ac2754dcb7 kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...
2003-09-12 20:07:06 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
adam
f6515d0588 Revision bumped; dependency changed from mad to libmad 2003-07-10 11:52:06 +00:00
abs
0de8869fb4 Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
2003-06-02 14:05:00 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmc
b3754997c5 Clean up ONLY_FOR_PLATFORM to read a little nicer and include all applicable
NetBSD versions as appropriate
2003-04-23 02:22:24 +00:00
wiz
1f4d7a26a1 Update to 0.9.1:
Alsa audio output fixes.
Stereo_mode oglerc-option for liba52.
digit_timeout, default_skiptime oglerc-options.
Fullscreen fixes for KDE
HP-UX fixes.
2003-04-10 10:18:03 +00:00
jlam
3ef633718c (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
    worse.

(2) Create a new variable FIX_RPATH that lists variables that should
    be cleansed of -R or -rpath values if ${_USE_RPATH} is "no".  By
    default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
    additional variables may be appended from package Makefiles.
2003-03-14 19:37:30 +00:00
mycroft
5ff5e4424a Update to ogle 0.9.0. 2003-03-08 18:01:40 +00:00
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