Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-12 | Allow this to build on NetBSD alpha from 1.6ZA onward. | jdc | 1 | -1/+2 | |
Tested on a PC164LX with 1.6ZF/X4.4.0rc2. | |||||
2003-12-08 | Update to 0.9.2: | wiz | 8 | -69/+20 | |
Time-search and several small features and general bug fixes. | |||||
2003-12-04 | Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). | xtraeme | 1 | -2/+2 | |
2003-09-17 | get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or | grant | 1 | -2/+2 | |
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now. | |||||
2003-09-12 | kill all references to gcc.buildlink2.mk and compiler.mk, and define | grant | 1 | -2/+3 | |
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-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 2 | -4/+4 | |
2003-07-10 | Revision bumped; dependency changed from mad to libmad | adam | 1 | -3/+3 | |
2003-06-02 | Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3 | abs | 1 | -2/+2 | |
is accepted. Suggested by Grant. | |||||
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 2 | -3/+4 | |
dependency bumps. | |||||
2003-04-23 | Clean up ONLY_FOR_PLATFORM to read a little nicer and include all applicable | jmc | 1 | -2/+3 | |
NetBSD versions as appropriate | |||||
2003-04-10 | Update to 0.9.1: | wiz | 6 | -39/+38 | |
Alsa audio output fixes. Stereo_mode oglerc-option for liba52. digit_timeout, default_skiptime oglerc-options. Fullscreen fixes for KDE HP-UX fixes. | |||||
2003-03-14 | (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; | jlam | 1 | -2/+2 | |
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-08 | Update to ogle 0.9.0. | mycroft | 8 | -139/+18 | |
2003-02-26 | Bump PKGREVISION because of library major bump in libdvdread. | wiz | 1 | -2/+2 | |
2002-09-29 | Use gcc/buildlink2.mk instead of Makefile.gcc | jlam | 1 | -10/+9 | |
2002-09-22 | Create new variables BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg> | jlam | 1 | -1/+4 | |
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 | Add a buildlink2.mk file for use by other package Makefiles. | jlam | 1 | -0/+20 | |
2002-09-10 | Since the major of libiconv was increased during the update to 1.8, | wiz | 1 | -3/+2 | |
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb. | |||||
2002-08-31 | Convert to buildlink2. | wiz | 1 | -11/+10 | |
2002-08-20 | Enable ogle on 1.5.[23]*, since it works for at least Richard Rauch. | wiz | 1 | -3/+7 | |
2002-08-19 | Update to 0.8.5. Several navigation bugs fixed, MPEG and LPCM audio support | mycroft | 5 | -22/+23 | |
added. | |||||
2002-07-12 | Update to ogle 0.8.4. Miscellaneous bug fixes, mostly to navigation. | mycroft | 6 | -40/+36 | |
2002-06-16 | Update to 0.8.3, provided by veego. | wiz | 12 | -72/+166 | |
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-05-20 | Bump to 0.8.2nb1 after adding some patches for Xvideo and XShm. | veego | 2 | -2/+5 | |
2002-05-20 | ogle now continues if the SHM test fails. | veego | 1 | -0/+34 | |
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 | Fix a problem with testing the XShm extension, if you have a graphics card | veego | 1 | -0/+13 | |
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-04-28 | Add USE_CONFIG_WRAPPER. | wiz | 1 | -1/+2 | |
2002-03-18 | Remove unnecessary BUILD_DEPENDS on automake. | skrll | 1 | -2/+1 | |
2001-12-26 | Set ONLY_FOR_PLATFORM to point to new-toolchain-current/i386. | wiz | 1 | -1/+3 | |
2001-12-25 | Really fix compilation error on 1.5.x. Patch provided by Scott Presnell. | wiz | 2 | -11/+38 | |
2001-12-23 | Fix compilation error on 1.5.x. | mycroft | 2 | -1/+15 | |
2001-12-12 | Fix url of home page. | enami | 1 | -2/+2 | |
2001-12-11 | Fix dependencies. | wiz | 1 | -3/+3 | |
2001-12-10 | Initial import of ogle 0.8.2. | veego | 4 | -0/+69 | |
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. |