aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/ogle
Commit message (Collapse)AuthorAgeFilesLines
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* o uphold portlint(1):lioux2006-12-152-3/+2
| | | | | | | | * Remove extraneous whitespaces * Use DATADIR macro PR: 97253 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
* o Rollback: depend on audio/liba52 instead of audio/liba52-devellioux2006-12-151-10/+6
| | | | | which broke too many installations o Bump PORTREVISION
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
|
* o Use recently added audio/liba52-devel port instead of audio/liba52lioux2005-12-131-6/+10
| | | | | | one. The development version provides better performance and improved AC3 handling. o Bump PORTREVISION
* o If ${OSVERSION} >= 500000 use bswap16(9)/bswap32(9) insteadlioux2005-11-292-4/+12
| | | | | of be16toh(9)/be32toh(9). o Bump PORTREVISION
* o Properly set default dvd device based on OSVERSION unless one islioux2005-11-191-3/+14
| | | | | | | | picked by the user via WITH_DVD_DEVICE o Bump PORTREVISION PR: 88539 Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
* Add SHA256 checksumlioux2005-11-111-0/+1
|
* Remove deprecated USE_SIZElioux2004-12-251-1/+0
|
* - Fix build with gcc-3.4 by increasing optimization level to -O2pav2004-08-151-0/+6
| | | | | | This is a workaround for what looks like preprocessor bug in gcc Clue provided by: bland
* USE_SIZEifylioux2004-02-082-0/+2
|
* Switch dependency mad -> libmad as more apropriate.bland2003-12-081-2/+2
|
* Chase the libmad/libid3tag shared lib version.marcus2003-12-071-1/+2
|
* 0.9.2lioux2003-11-104-12/+20
|
* Update to 0.9.1lioux2003-04-063-4/+4
|
* Update 0.9.0lioux2003-03-065-30/+12
|
* De-pkg-commentlioux2003-02-242-1/+1
|
* After repo copy from graphics category, update all appropriatelioux2002-11-281-2/+2
| | | | | | | references from graphics to multimedia category Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
* Fix: insure CFLAG safenesslioux2002-11-261-1/+4
| | | | | PR: 45688 Submitted by: Conrad Sabatier <conrads@cox.net>
* Fix a logic error: add <sys/param.h> in patch-include:ogle_endian.hlioux2002-11-242-14/+10
| | | | | | instead of extra-patch-include:ogle_endian.h since the former is optional. Therefore, all checks inside patch-include:ogle_endian.h will work regardless of application of extra-patch-include:ogle_endian.h
* o Further improve detection of FreeBSD optimized byteswap routineslioux2002-11-112-13/+20
| | | | o No PORTREVISION bump
* Add a fix that accounts for recently added <sys/endian.h> inlioux2002-10-122-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>
* Fix build in -CURRENTlioux2002-10-061-2/+11
| | | | | | | PR: 43546 Prompted by: elevati0n <elevati0n@motocross.com> Submitted by: mbr, Lars Eggert <larse@isi.edu>
* o Update to 0.8.5lioux2002-08-074-16/+6
| | | | o Finally mpeg and lpcm audio. Thus, remove PKGMESSAGE
* o Update to 0.8.4lioux2002-07-043-13/+8
| | | | | | | o USE_REINPLACE PR: 40049 Submitted by: ?yvind Kolbu <oyvind@kebab.gaffel.nu>
* o Chase checksum. Ogle developers re-rolled the distfile, nolioux2002-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>
* o Update to 0.8.3lioux2002-06-114-75/+7
| | | | | o Drop USE_LIBTOOL as dependency o Remove patches merged back into distribution
* Improve previous patch: USE_SUBMAKE so that LIBA52_DEP_LIBS is dynamically ↵lioux2002-05-201-1/+2
| | | | | | defined across make targets; notably from depends to configure
* Get rid of grep errors when liba52 hasn't been installed yetlioux2002-05-191-0/+4
| | | | | Submitted by: fenner Requested by: kris
* Fix configure against latest liba52 port with djbfft enabled perlioux2002-05-161-2/+8
| | | | default
* Remove unnecessary dependency on libdvdcss, it is now a dependencylioux2002-04-201-1/+0
| | | | under libdvdread
* o Patch to work with liba52 update to 0.7.3lioux2002-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>
* o Enable WITH_OPTIMIZED_BYTESWAP if CPUTYPE was set properlylioux2002-04-181-15/+21
| | | | | | o Re-arrange a bit so that this affects the whole port Reviewed by: kris
* o Add WITH_OPTIMIZED_BYTESWAP knob: to use optimized byteswaplioux2002-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
* Chase libdvdcss update 1.1.0 version bumplioux2002-04-171-1/+1
|
* Allow ogle and ogle-gui to find the libxml2 header files.marcus2002-04-141-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
* Chase libdvdcss library version bumplioux2002-03-291-1/+1
| | | | Submitted by: eivind
* Update to 0.8.2lioux2001-12-284-7/+7
|
* Add tricks to avoid need of USE_AUTO{CONF,MAKE}lioux2001-11-081-2/+4
| | | | Learned from: obrien
* New port ogle version 0.8.1: Open DVD player that supports DVDlioux2001-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>