summaryrefslogtreecommitdiff
path: root/multimedia/libtheora (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0alpha8Michael Johnson2007-10-094-27/+24
| | | | | | | - Use USE_GNOME=ltverhack so we won't have unnecessary lib version bumps Notes: svn path=/head/; revision=201193
* Adopt for multimedia@Michael Johnson2007-10-091-1/+1
| | | | Notes: svn path=/head/; revision=201190
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* There is no need to replace pthread in examples/Makefile.inKevin Lo2007-07-181-2/+0
| | | | Notes: svn path=/head/; revision=195835
* Reset rainer.alves@gmail.com by request due to current lack of time toMark Linimon2007-06-291-1/+1
| | | | | | | work on FreeBSD. Notes: svn path=/head/; revision=194480
* Those who would give up essential linkability to purchase a little plat-Michael Nottebrock2006-12-191-3/+8
| | | | | | | | | | form specific optimization, ... (Disable asm code, thus make compilable with gcc 2.95 on 4.x so C++ programs on 4.x can link to the shared library). Notes: svn path=/head/; revision=180185
* - Fix SDL-dependent ports broken by last update.Stanislav Sedov2006-09-211-5/+0
| | | | | | | Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173507
* - Update to 1.0a7Martin Wilke2006-09-133-14/+14
| | | | | | | | | PR: ports/102435 Submitted by: Raaf <raaf(at)luna.afraid.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=172911
* Add USE_GCC=3.4+ to make it compile on 4.x.Stefan Walter2006-06-291-0/+1
| | | | | | | | | | PR: 99600 Submitted by: Sven Berkvens-Matthijsse <sven@ilse.net> Approved by: maintainer arved (mentor) Notes: svn path=/head/; revision=166626
* Update to 1.0alpha6.Stefan Walter2006-06-273-14/+18
| | | | | | | | | PR: 99131 Submitted by: Rainer Alves <rainer.alves@gmail.com> (maintainer) Approved by: arved (mentor) Notes: svn path=/head/; revision=166424
* - Update to 1.0alpha5Marcus Alves Grando2006-05-074-16/+12
| | | | | | | | | | - Take maintainership PR: 95863 Submitted by: maintainer Notes: svn path=/head/; revision=161538
* Reset kwm due to no response about email.Mark Linimon2006-04-141-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=159522
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Change CATAGORIES after repocopy.Koop Mast2005-01-131-1/+1
| | | | | | | | | Add another pointyhat to my still fresh collection. Noticed by: pav Notes: svn path=/head/; revision=126360
* Finish repocopy from graphics to multimedia.Koop Mast2005-01-134-26/+24
| | | | | | | | | | | Update to alpha4, based on [1] PR: 75961 [1] Submitted by: Stefan Walter sw AT gegenunendlich dot de Repocopyed by: marcus Notes: svn path=/head/; revision=126327
* Change the not yet changed maintainer fields to my FreeBSD.org account.Koop Mast2004-11-231-1/+1
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=122210
* Update to 1.0alpha-3.Joe Marcus Clarke2004-03-253-13/+12
| | | | | | | | PR: 64702 Submitted by: maintainer Notes: svn path=/head/; revision=105242
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* - remove include dirDirk Meyer2004-03-021-0/+1
| | | | Notes: svn path=/head/; revision=102767
* Add libtheora, Xiph.Org's video codec, intended for use within the OggJoe Marcus Clarke2004-02-255-0/+75
project's multimedia streaming system. Theora is derived directly from On2's VP3 codec. Submitted by: Koop Mast <kwm@rainbow-runner.nl> Notes: svn path=/head/; revision=102044