aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/avifile
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with M
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - update to jpeg7dinoex2009-07-181-1/+2
| | | | Tested by: pav on pointyhat
* Fix the build and installation w/ libtool 2.2.mezz2009-07-162-1/+20
|
* Bump PORTREVISION after libogg and libvorbisfile major version increment.naddy2009-07-071-1/+1
|
* - Chase audio/faad shlib bumpmiwi2009-02-211-2/+2
|
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-2/+0
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Reset conrads@cox.net due to lack of time to work on FreeBSD.linimon2008-08-201-1/+1
| | | | Hat: portmgr
* - Unbreak on > 700000 (add dependency on GCC 3.4)gahr2008-07-101-1/+5
| | | | | | PR: 115336 Submitted by: douglas steinwand <dzs-pr@dzs.fx.org> Approved by: maintainer timeout (11 months)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-4/+4
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-221-2/+1
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-12/+0
|
* - Chase increase of audio/libvorbis shlib version.miwi2007-07-281-2/+2
| | | | - Bump PORTREVISION
* - Marked BROKEN for Current.miwi2007-06-221-0/+4
| | | | | PR: 113933 Submitted by: "Conrad J. Sabatier" <conrads@cox.net> (maintainer)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Pass maintainership to submittermiwi2006-11-011-1/+1
| | | | | | (Notes: request of ports@ http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036304.html ) Submitted by: Conrad J. Sabatier <conrads at cox.net>
* - Fix building with recent version of gcc (3.4.6) [1]stas2006-09-242-2/+27
| | | | | | | | | - Test for pcvt_ioctl.h existence as it was removed recently. Include iokb.h instead if its'nt exists. [1] - Replace deprecated variable. [2] Submitted by: [1] Rainer Alves <rainer.alves@gmail.com>, [2] me (stas) Approved by: sem (mentor)
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-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)
* Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1
| | | | Hat: portmgr
* Mark broken on 4.x. The xvid plugin fails to configure and build.lawrance2006-05-311-0/+4
|
* Add post-patch command to fix a pathname in pkg-config data.lawrance2006-05-121-0/+4
| | | | | | PR: ports/96929 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Approved by: holger <holger@e-gitt.net> (maintainer)
* Update to 0.7.43.lawrance2006-05-036-70/+61
| | | | | | | | Tidy up for portlint. PR: ports/93921 Submitted by: Rainer Alves <rainer.alves@gmail.com> Approved by: holger <holger@e-gitt.net> (maintainer)
* Conversion to a single libtool environment.ade2006-02-232-9/+52
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* - libdata/pkgconfig is now included in mtreepav2005-05-171-1/+0
| | | | Approved by: marcus (portmgr hat)
* Fix build on 6.x by always using WITH_OPTIMIZED_CFLAGSahze2004-11-261-0/+4
| | | | | | | which is --enable-x86opt (on i386) and --enable-release Reported by: pointyhat via kris Approved by: adamw (implicit)
* fix package: libaviplaydha and libaviplayvidix are built only when WITH_VIDIX.sf2004-11-041-6/+6
|
* update to 0.7.41ahze2004-10-3120-343/+89
| | | | | | PR: ports/72363 Reviewed by: holger@e-gitt.net (maintainer) Approved by: adamw (mentor)
* - Fix build with gcc-3.4pav2004-08-0912-0/+279
| | | | Submitted by: Vyacheslav I. Ivanchenko <ivi@dhs.net.ru>
* - Refine libmad dependencypav2004-06-181-1/+1
| | | | | | PR: ports/67890 Submitted by: michael johnson <ahze@ahze.net> Approved by: maintainer
* Update XviD to version 1.0.1, chase shared library bump through dependencies,lofi2004-06-121-1/+3
| | | | | disable xvid support in avifile and bump PORTREVISION in transcode for added dependency on xvid4conf.
* - Add FAAD knob (on by default) [1]pav2004-06-071-7/+19
| | | | | | | | - Fix breakage after recent aDe's auto*tools changes PR: ports/67479 [1] Submitted by: michael johnson <ahze@ahze.net> Approved by: maintainer
* Fix build on AMD64arved2004-04-105-8/+67
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Update pkg-message:pav2004-03-281-13/+2
| | | | | | | | - USER_LDT is only needed on 4.x system [1] - Remove notice about qt-2.2.3, that a history now PR: ports/64837 [1] Submitted by: Antoine Jacoutot <ajacoutot@lphp.org>
* Fix build with freetype2-2.1.7.lofi2004-03-171-0/+12
|
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1
| | | | on sdl12-1.2.5
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* BROKEN on !i386: Does not compilekris2004-03-051-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* Let multimedia/avifile use USE_SDLedwin2004-01-261-6/+3
| | | | | PR: ports/61805 Approved by: "Holger Lamm" <holger@e-gitt.net>
* Catch up with libogg/libvorbis version bump.naddy2003-12-211-1/+2
|
* Chase the libmad/libid3tag shared lib version.marcus2003-12-071-1/+1
|
* - Update to 0.7.38pav2003-11-205-23/+81
| | | | | | PR: ports/59475 Submitted by: Holger Lamm <holgeri@e-gitt.net> (maintainer) Approved by: marcus (backup mentor)
* Update xvid to latest release and chase library dependencies in portslofi2003-08-131-1/+1
| | | | | | that depend on it. Approved by: arved (Mentor)
* fix multimedia/avifile: avifile WITH_AC3PASSTHROUGH=yes build failuredaichi2003-07-031-0/+13
| | | | | PR: 47240 Submitted by: Chris BeHanna <chris@pennasoft.com>
* libtool uber-patchade2003-06-271-1/+1
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* Commited. Thanks!daichi2003-06-232-0/+24
|
* Update to 0.7.34.20030319lioux2003-04-043-5/+24
| | | | Approved by: maintainer
* xvid was moved to multimediafjoe2003-03-301-1/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Update to 0.7.27.20030122lioux2003-02-044-23/+58
| | | | | | | | | | | | o USE_QT_VER has to be defined BEFORE <bsd.port.pre.mk>: move QT toolkit selection test [1] [2] o Build VIDIX support if WITH_VIDIX knob: currently requires avifile to run as root PR: 44533 [1] Submitted by: maintainer [2], dinoex [1] Approved by: maintainer
* Remove with update to 0.7.22.20021129lioux2003-01-146-91/+0
|
* Update to 0.7.22.20021129lioux2003-01-133-23/+15
| | | | | Reviewed by: freebsd-multimedia mailing list Approved by: maintainer
* Update version number of SDL shared library.sobomax2003-01-021-1/+1
|
* o Bug fix: liba52 port was linked but not usedlioux2002-12-121-1/+2
| | | | o Bump PORTREVISION
* 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)
* o Update to 0.7.18.20021107lioux2002-11-219-29/+107
| | | | | | | | | o Change default to WITHOUT_OPTIMIZED_CFLAGS. Define WITH_OPTIMIZED_CFLAGS to get old behavior o Replace old hack to get the port to link to ports version of liba52 with a dlopen(3) option supplied by developer Approved by: maintainer
* o Update maintainer emaillioux2002-10-065-13/+55
| | | | | | | o Update to 0.7.16-20020913: this version has VIDIX support but only running as 'root' Approved by: maintainer
* Ogg Vorbis 1.0 library major version bumps.naddy2002-07-201-2/+2
|
* Update to 0.7.11.20020711lioux2002-07-183-17/+35
| | | | | Reviewed by: FreeBSD-ports mailing list Approved by: maintainer (2 weeks time out since 1st communication)
* Fix typo: WRKSRClioux2002-06-261-1/+1
|
* o Update to 0.7.7.20020523lioux2002-06-244-84/+196
| | | | | | | | o Use Ports' libraries instead of ones shipped with distribution Reviewed by: will, MAINTAINER Approved by: MAINTAINER
* Chase increase of libSDL version number.sobomax2002-04-171-1/+1
|
* - Changes so it should run on Alphadinoex2002-03-303-11/+37
| | | | | | | | | | - Add Option WITHOUT_DIVX, cause libdivx* do not build - configure with "--enable-iconv" - Fix overwriting of LIB_DEPENDS when WITHOUT_VORBIS was not defined - Changed dependency so installed sdl12 is found. PR: 34075 Submitted by: holger@eit.uni-kl.de
* o Circumvent situation where both libdivx{encore,decore-devel} arelioux2002-02-171-0/+4
| | | | | | | installed o Unfortunaly, the port requires the latest divx{de,en}core libraries which are only distributed for Linux. Therefore, there is no port change, just a work around
* o Update to 0.6.0.20011220. Therefore, since this version is smallerlioux2002-01-189-134/+131
| | | | | | | | | | | | | | than former, bump PORTEPOCH (will) o Reorganize items inside Makefile to help with maintainance o Both remove ONLY_FOR_ARCHS=i386 and add tweaks to hopefully enable this port outside of i386 o This port no longers USE_AUTOMAKE (will) o New defaults: build with libmad and with optimized cflags. Thus, add both WITHOUT_MAD and WITHOUT_OPTIMIZED_CFLAGS options Submitted by: will Reviewed by: pat, Thomas E. Zander <riggs@rrr.de>, MAINTAINER
* Patch is replaced with a perl in-place regex.kevlo2002-01-173-26/+5
| | | | Suggested by will@
* Remove lobogg from LIB_DEPENDS - we inherit it along with libvorbis.sobomax2002-01-171-2/+1
|
* Update version number of vorbis shared library.sobomax2002-01-171-1/+1
|
* Fix autoconf/automake issue.kevlo2002-01-134-2/+42
| | | | | | | | I haven't the patience to wait lioux@ to commit it, sorry. You know, I've been waiting for one month. PR: 32862 Submitted by: MAINTAINER
* o update to 0.60.20010920lioux2001-09-2612-158/+122
| | | | | | | | | o sanitize MASTER_SITES o bump lib version since incompatible with previous one o trim/update DESCR; update WWW tag PR: 30747 Submitted by: MAINTAINER
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.sobomax2001-08-311-1/+0
|
* Fix build when WINE is installed.roam2001-06-084-9/+26
| | | | | | | | Abort the build when GNU pth is installed. Remove the WITH_MGA knob. PR: 27961 Submitted by: maintainer
* upgrade to 0.60.20010429ijliao2001-05-237-111/+73
| | | | | PR: 26987 Submitted by: maintainer
* Move:sobomax2001-04-091-1/+1
| | | | | | | devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 Repo-copy by: asami
* Overhaul QT/KDE support:will2001-04-031-6/+2
| | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal)
* Upgrade to version 0.53.5lioux2001-02-242-2/+2
| | | | | PR: 25307 Submitted by: maintainer
* Update SDL shared library version number.sobomax2001-02-171-1/+1
|
* Fix typo in CODEC installation detection adhoc rotines:lioux2001-02-131-3/+3
| | | | | | | - Both change CODEC_PORT to a relative reference and update CODEC_DETECTION_FILE to a cleaner syntax. Submitted by: sobomax
* Move all codecs to a port of their own, since the codecs presentlioux2001-02-133-40/+8
| | | | | | | | | | | | | | | | on this port can be also used by other ports -> graphics/win32-codecs. Therefore, all codec related code will be removed, Depend on that port from now on. A positive side effect is that this port can now produce a package since the RESTRICTED flag (related to the codecs) can be removed. Update LEGAL, win32-codecs instead of avifile is now RESTRICTED. PR: 25035 Reviewed by: sobomax Approved by: maintainer
* update to 0.53.4.sf2001-01-292-2/+2
| | | | | PR: 24702 Submitted by: maintainer
* update to 0.53.3.sf2001-01-274-21/+37
| | | | | PR: 24631 Submitted by: maintainer
* fix typo.sf2001-01-222-2/+2
| | | | | DivX -> DivX ;-) USE_LDT -> USER_LDT
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-3/+3
|
* Revert changes that enabled usage of mp3 lame shared library. Duelioux2001-01-081-16/+2
| | | | | | | | to revertion of shared library build/installation on the lame port PORTVERSION=3.70, PORTREVISION=2. I am reverting this for I won't be around to discuss this for the time being. :)
* 1) Add audio/lame as a LIB_DEPENDSlioux2001-01-071-1/+16
| | | | | | | | | | | | | | | | 2) Have this port use the port's system shared version of the lame library instead of building its own static version. Add both some detection code and necessary hooks to avifile's configure system (defensive programming) using some patches 3) Add a simple stale port's tree defensive check. After the library dependency phase, if one gets a lame library but no shared library ... bogus. The avifile depending on the new version of lame port was added after the aforementioned. Warn the user about it. A side effect (of LIB_DEPENDS) is that the new lame dependency is always built even if there is an old version of lame installed. 4) PORTREVISION bump Approved by: maintainer
* 1) Update to version 0.53.1lioux2001-01-079-63/+140
| | | | | | | | | | | | | | | | | | | | 2) Update codec distribution to version 001222 3) Add codec wmvds32.ax 4) Install avifile library (both shared and static) version .0 (distfile's numbering) 5) Have the binaries use the shared library 6) Add a libtool hack fix kindly provided by Maxim Sobolev <sobomax@FreeBSD.org> 7) Add an adhoc fix to insure build of avifile utilities despite possible misbehavior of the configure script 9) Update pkg-descr with more informative message 10) Update pkg-comment with more precise message 11) Update pkg-message with information about possible build problems. This port requires qt with thread support. PR: ports/23941 Submitted by: maintainer, Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Update to version 0.50.lioux2000-10-203-2/+27
| | | | | PR: 22136 Submitted by: maintainer <holger@eit.uni-kl.de>
* Fixed pkg-message typo.lioux2000-10-191-1/+1
| | | | | PR: 22080 Submitted by: <mavetju@chello.nl>
* Forgot to add pkg-message. My 1st cvs add. :)lioux2000-10-111-0/+11
|
* Update to version 0.49lioux2000-10-098-386/+102
| | | | | | | | | | | | While I am here, do some clean up: 1) Added RESTRICTED tag, for codec LEGAL status is unsure 2) Added ${PKGMESSAGE} regarding kernel USE_LDT 3) Upheld the "only under ${WRKDIR}" rule Approved by: maintainer <holger@eit.uni-kl.de> PR: 21663
* Add avifile, an MPEG-4 (aka DivX) playerade2000-09-209-0/+480
PR: 21347 Submitted by: Holger Lamm <holger@eit.uni-kl.de>