aboutsummaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg-devel
Commit message (Collapse)AuthorAgeFilesLines
* - Fix CFLAGSMartin Matuska2010-06-091-11/+9
| | | | | | | | - Support SSSE3 without GCC44+ (devel/binutils only) - Turn on SSSE3 support by default Notes: svn path=/head/; revision=256211
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* Mark as broken on sparc64. While here, pet portlint (whitespace).Mark Linimon2010-06-041-1/+5
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=255696
* - Update x264 to shared library version 85Martin Matuska2010-04-211-1/+2
| | | | Notes: svn path=/head/; revision=253001
* - Add link to x86 for i386 archMartin Matuska2010-04-211-1/+1
| | | | Notes: svn path=/head/; revision=252993
* - Update to 2010-04-18Martin Matuska2010-04-194-30/+67
| | | | | | | | - Deselect x264 by default (requires multimedia/x264-devel) - Add SSSE3 to OPTIONS (requires lang/gcc44 and higher) Notes: svn path=/head/; revision=252899
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update schroedinger to 1.0.9Martin Matuska2010-03-241-1/+2
| | | | | | | - Bump library version Notes: svn path=/head/; revision=251451
* FFmpeg is a complete, cross-platform solution to record, convert andMartin Matuska2009-08-128-0/+541
| | | | | | | | | | | | stream audio and video. It includes libavcodec - the leading audio/video codec library. This is the development version from a SVN snapshot. WWW: http://ffmpeg.mplayerhq.hu/ Notes: svn path=/head/; revision=239384
* Remove ffmpeg-develMichael Johnson2007-05-2510-662/+0
| | | | Notes: svn path=/head/; revision=191812
* Fix configure on some? configurationsMichael Johnson2007-05-031-1/+10
| | | | | | | | PR: ports/112382 Submitted by: swp@swp.pp.ru Notes: svn path=/head/; revision=191481
* - Always build libswscaleMichael Johnson2007-05-034-18/+37
| | | | | | | This fixes build on multimedia/handbrake Notes: svn path=/head/; revision=191480
* - Build with dynamic libdca instead of static libdtsMichael Johnson2007-05-012-3/+13
| | | | Notes: svn path=/head/; revision=191330
* - Rename libdts to libdca and update to 0.0.5Pav Lucistnik2007-05-011-2/+1
| | | | | | | Repocopy by: marcus Notes: svn path=/head/; revision=191320
* - Really update WWW:Michael Johnson2007-04-301-1/+1
| | | | Notes: svn path=/head/; revision=191214
* - Update to 2007.04.29 snapshot (this will probably be moved to ↵Michael Johnson2007-04-304-16/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | multimedia/ffmpeg, assumeing we have no major problems) - Add support for libswscale [1] - Honor CFLAGS [1] - Update WWW [1] - Fix build on amd64 [2] - Replace erroneous tr with a better one [3] - Better CONFLICTS with multimedia/ffmpeg [4] - Disable liba52 instead of building internal liba52 if WITHOUT_A52 is defined since it's no longer required [5] PR: ports/111335 [1] ports/111560 [3] ports/112068 [4] ports/112192 [5] Submitted by: thierry [1] vanilla (partly submitted by) [2] ast@marabu.ch [3] Ganael LAPLANCHE <ganael.laplanche@martymac.com> [4] Martin Tournoij <carpetsmoker@xs4all.nl> [5] Notes: svn path=/head/; revision=191213
* Mark BROKEN on amd64Michael Johnson2007-04-291-0/+1
| | | | Notes: svn path=/head/; revision=191113
* - Update to 2007-04-18 snapshotMichael Johnson2007-04-185-13/+88
| | | | | | | | | | | - OGG is enabled by default now - Partly fix amd64 support by disabling mem align check code that bombs gcc on amd64 [1]. amd64 support still does not build Partly obtained from: OpenBSD [1] Notes: svn path=/head/; revision=190291
* FFMPEG's configure script does some artistic stunts with sed, which canMichael Nottebrock2007-04-181-0/+1
| | | | | | | yield unexpected results with some locales, so set LANG=C in CONFIGURE_ENV. Notes: svn path=/head/; revision=190260
* - Fix faad 2.5 runtimeMichael Johnson2007-04-021-0/+3
| | | | | | | | PR: ports/109379 Reported by: fenner Notes: svn path=/head/; revision=189041
* Update to 2007-03-31 snapshotMichael Johnson2007-04-0211-539/+119
| | | | Notes: svn path=/head/; revision=189010
* Transfer MAINTAINER to multimedia@Michael Johnson2007-03-311-1/+1
| | | | Notes: svn path=/head/; revision=188869
* Give maintainership to Michael Johnson <ahze@FreeBSD.org>.Mario Sergio Fujikawa Ferreira2007-03-311-1/+1
| | | | Notes: svn path=/head/; revision=188854
* - Update e17 ports to 20070223 snapshotStanislav Sedov2007-03-111-2/+2
| | | | | | | | | | | | | | | - Bump portrevisions on all imlib2-dependend ports as the library soversion was bumped [1] - Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't support it anymore. [2] The patch was tested in the tinderbox. Approved by: portmgr (marcus) [1], Anders Troback <freebsd@troback.com> (maintainer) [2] Notes: svn path=/head/; revision=187097
* Don't try to patch non-existent filesMichael Johnson2007-02-111-6/+6
| | | | | | | | | | PR: 106618 Submitted by: ahze Reported by: molnarcs@gmail.com Approved by: lioux (maintainer time out) Notes: svn path=/head/; revision=184904
* Fix build with latest x264Michael Johnson2006-11-131-3/+14
| | | | | | | | Reported and tested by: Pav Forgotten by: ahze Notes: svn path=/head/; revision=177184
* Disable bktr on !i386Kris Kennaway2006-10-071-2/+2
| | | | Notes: svn path=/head/; revision=174842
* * Fix build with SDLKris Kennaway2006-10-072-5/+14
| | | | | | | | | * Fix build on amd64 Pointy hat to: lioux Notes: svn path=/head/; revision=174813
* Catch-up with multimedia/x264's libx264 version bump.Ion-Mihai Tetcu2006-10-041-1/+1
| | | | | | | Pontyhat to: ahze Notes: svn path=/head/; revision=174435
* o Fix build: Rollback modification of files/patch-libavcodec_x264.cMario Sergio Fujikawa Ferreira2006-10-032-1/+12
| | | | | | | | | | o Bump PORTREVISION (Some ARCHs build but should be rebuilt) PR: 103889 Submitted by: Hans Nieser <h.nieser@xs4all.nl> Notes: svn path=/head/; revision=174346
* Fix build on 4.x: fix devel/sdl header includeMario Sergio Fujikawa Ferreira2006-09-253-12/+17
| | | | | | | | PR: 102431 Submitted by: Shaun Amott <shaun@FreeBSD.org> Notes: svn path=/head/; revision=173761
* - Fix SDL-dependent ports broken by last update.Stanislav Sedov2006-09-211-3/+0
| | | | | | | Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173507
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-1/+1
| | | | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173460
* - Fix build with x264Michael Johnson2006-08-101-0/+11
| | | | | | | Reported by: many Notes: svn path=/head/; revision=170270
* - Chase libver bump in x264Michael Johnson2006-08-091-2/+2
| | | | Notes: svn path=/head/; revision=170212
* - Chase x264 libver bumpMichael Johnson2006-05-101-1/+2
| | | | Notes: svn path=/head/; revision=161916
* - Update PORTREVISION and libtheora version reflecting multimedia/libtheora ↵Marcus Alves Grando2006-05-071-1/+1
| | | | | | | | | update. - portlint(1) while here Notes: svn path=/head/; revision=161539
* o Update to 2006032300 cvs snapshot made on March 23, 2006Mario Sergio Fujikawa Ferreira2006-03-2411-119/+123
| | | | | | | | | o Properly USE_RC_SUBR directive by poiting it at a rc.d script template o Take care of some problems raised by portlint(1) Notes: svn path=/head/; revision=158065
* Removed after copy to ffserver.inMario Sergio Fujikawa Ferreira2006-03-241-26/+0
| | | | Notes: svn path=/head/; revision=158064
* Copied from ffserver.shMario Sergio Fujikawa Ferreira2006-03-241-0/+26
| | | | Notes: svn path=/head/; revision=158063
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-2/+2
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* fix a couple misspellings...John-Mark Gurney2006-02-191-2/+2
| | | | Notes: svn path=/head/; revision=156350
* Now that new style rc.d scripts are being run as part of theDoug Barton2006-01-072-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change. Notes: svn path=/head/; revision=152963
* o gnu configure script: fix shared library number versioningMario Sergio Fujikawa Ferreira2005-12-272-5/+6
| | | | | | | o Bump PORTREVISION Notes: svn path=/head/; revision=152152
* Fix typo: incorrect PLIST commitMario Sergio Fujikawa Ferreira2005-12-261-39/+4
| | | | Notes: svn path=/head/; revision=152125
* Update to 2005122600 CVS snapshotMario Sergio Fujikawa Ferreira2005-12-264-24/+62
| | | | Notes: svn path=/head/; revision=152124
* Fix a small quoting typoMario Sergio Fujikawa Ferreira2005-12-161-1/+1
| | | | | | | Submitted by: Sean Bryant <sean@cyberwang.net> Notes: svn path=/head/; revision=151273
* Fix CONFIGURE_ARGS entry typoMario Sergio Fujikawa Ferreira2005-12-141-1/+1
| | | | | | | Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> Notes: svn path=/head/; revision=151204
* Fix build on sparc64 ARCHMario Sergio Fujikawa Ferreira2005-12-111-0/+4
| | | | | | | Submitted by: pointyhat (kris) Notes: svn path=/head/; revision=150856
* 1) Update to cvs snapshot 2005120600 by means of a diff to snapshotMario Sergio Fujikawa Ferreira2005-12-062-3/+9
| | | | | | | | | | | | | 2005112800: house the snapshot patch file under MASTER_SITE_LOCAL. Currently, ffmpeg cvs snapshot distribution server is down. 2) [1] fixes FFmpeg libavcodec Buffer Overflow Vulnerability advisory: http://secunia.com/advisories/17892/ Prompted by: marcus [2] Notes: svn path=/head/; revision=150553