aboutsummaryrefslogtreecommitdiff
path: root/graphics/ogle
Commit message (Collapse)AuthorAgeFilesLines
* Add a fix that accounts for recently added <sys/endian.h> inMario Sergio Fujikawa Ferreira2002-10-112-14/+21
| | | | | | | | | | | | | 4.7-RELEASE. It should account for both prior to 4.7R and -CURRENT versions Reviewed by: mbr, Jose Marques <noway@nohow.demon.co.uk>, Jon Noack <noackjr@compgeek.com>, Kim Scarborough <sluggo@unknown.nu> Notes: svn path=/head/; revision=67820
* Fix build in -CURRENTMario Sergio Fujikawa Ferreira2002-10-051-2/+11
| | | | | | | | | | PR: 43546 Prompted by: elevati0n <elevati0n@motocross.com> Submitted by: mbr, Lars Eggert <larse@isi.edu> Notes: svn path=/head/; revision=67355
* o Update to 0.8.5Mario Sergio Fujikawa Ferreira2002-08-064-16/+6
| | | | | | | o Finally mpeg and lpcm audio. Thus, remove PKGMESSAGE Notes: svn path=/head/; revision=64110
* o Update to 0.8.4Mario Sergio Fujikawa Ferreira2002-07-033-13/+8
| | | | | | | | | | o USE_REINPLACE PR: 40049 Submitted by: ?yvind Kolbu <oyvind@kebab.gaffel.nu> Notes: svn path=/head/; revision=62382
* o Chase checksum. Ogle developers re-rolled the distfile, noMario Sergio Fujikawa Ferreira2002-06-131-1/+1
| | | | | | | | | | | | functional change: - ac3/audio_play.c: one line spacing change - vmg/Makefile.in: regenerated by automake PR: 39200 Prompted by: Nate Eldredge <neldredge@hmc.edu> Notes: svn path=/head/; revision=61185
* o Update to 0.8.3Mario Sergio Fujikawa Ferreira2002-06-104-75/+7
| | | | | | | | o Drop USE_LIBTOOL as dependency o Remove patches merged back into distribution Notes: svn path=/head/; revision=61078
* Improve previous patch: USE_SUBMAKE so that LIBA52_DEP_LIBS is dynamically ↵Mario Sergio Fujikawa Ferreira2002-05-191-1/+2
| | | | | | | | | defined across make targets; notably from depends to configure Notes: svn path=/head/; revision=59475
* Get rid of grep errors when liba52 hasn't been installed yetMario Sergio Fujikawa Ferreira2002-05-181-0/+4
| | | | | | | | Submitted by: fenner Requested by: kris Notes: svn path=/head/; revision=59446
* Fix configure against latest liba52 port with djbfft enabled perMario Sergio Fujikawa Ferreira2002-05-161-2/+8
| | | | | | | default Notes: svn path=/head/; revision=59220
* Remove unnecessary dependency on libdvdcss, it is now a dependencyMario Sergio Fujikawa Ferreira2002-04-191-1/+0
| | | | | | | under libdvdread Notes: svn path=/head/; revision=57895
* o Patch to work with liba52 update to 0.7.3Mario Sergio Fujikawa Ferreira2002-04-182-0/+64
| | | | | | | | | | o Bump PORTREVISION (liba52 had a slight interface update without a library version bump) Submitted by: ogle developers <dvd@dtek.chalmers.se> Notes: svn path=/head/; revision=57835
* o Enable WITH_OPTIMIZED_BYTESWAP if CPUTYPE was set properlyMario Sergio Fujikawa Ferreira2002-04-181-15/+21
| | | | | | | | | o Re-arrange a bit so that this affects the whole port Reviewed by: kris Notes: svn path=/head/; revision=57832
* o Add WITH_OPTIMIZED_BYTESWAP knob: to use optimized byteswapMario Sergio Fujikawa Ferreira2002-04-172-1/+29
| | | | | | | | | | | routines. This works only in the i386 architecture but only with 486 processors and above. o A trick to enable use of <machine/endian.h> kernel routines Submitted by: eivind Notes: svn path=/head/; revision=57778
* Chase libdvdcss update 1.1.0 version bumpMario Sergio Fujikawa Ferreira2002-04-161-1/+1
| | | | Notes: svn path=/head/; revision=57777
* Allow ogle and ogle-gui to find the libxml2 header files.Joe Marcus Clarke2002-04-131-0/+2
| | | | | | | | | | | | | According to www.libxml.org, libxml and libxml2 header files should be #include'd as <libxml/header.h> and not just <header.h>. Reported by: many Submitted by: lioux Reviewed by: sobomax Approved by: lioux Notes: svn path=/head/; revision=57662
* Chase libdvdcss library version bumpMario Sergio Fujikawa Ferreira2002-03-281-1/+1
| | | | | | | Submitted by: eivind Notes: svn path=/head/; revision=56809
* Update to 0.8.2Mario Sergio Fujikawa Ferreira2001-12-284-7/+7
| | | | Notes: svn path=/head/; revision=52311
* Add tricks to avoid need of USE_AUTO{CONF,MAKE}Mario Sergio Fujikawa Ferreira2001-11-081-2/+4
| | | | | | | Learned from: obrien Notes: svn path=/head/; revision=49826
* New port ogle version 0.8.1: Open DVD player that supports DVDMario Sergio Fujikawa Ferreira2001-10-267-0/+128
menus Reviewed by: Björn Englund <d4bjorn@dtek.chalmers.se>, Håkan Hjort <d95hjort@dtek.chalmers.se> (both ogle developers) Beta Tested by: chris@choll.freeserve.co.uk, Brooks Davis <brooks@one-eyed-alien.net>, Jason Andresen <jandrese@mitre.org>, MANTANI Nobutaka <nobutaka@nobutaka.com>, Oliver Brandmueller <ob@e-Gitt.NET>, Scott Long <scott_long@btc.adaptec.com>, Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=49220