/mail/smtptrapd/

sd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libdv
Commit message (Collapse)AuthorAgeFilesLines
* 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-6/+6
| | | | | | | | | | | | | | | - 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)
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* - 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}.
* /objformat=/s|=.*|=elf|sat2007-02-141-0/+1
|
* - Remove support for xfree86-3pav2007-02-031-4/+0
| | | | | | PR: ports/106666 Submitted by: vd With hat: portmgr
* Respect PTHREAD_LIBS.nork2006-12-152-0/+15
|
* o Fix: the reorder_block() zigzag behaves incorrectly in thelioux2006-12-152-1/+13
| | | | | | | | | | | | | (!ARCH_X86 && !ARCH_X86_64) case. The current code fails to take into account the effects of _dv_prepare_reorder_tables(), which changes the indexes contained in the reorder_88[] and reorder_248[] arrays. o Bump PORTREVISION PR: 94188 Submitted by: Brent Casavant <bcasavan@sgi.com>
* Drop maintainershiplioux2006-12-151-1/+1
|
* - 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)
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
|
* Bump PORTREVISION for new gtk-12 library location, post libtool.ade2006-03-011-0/+1
| | | | | | PR: 93956 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: portmgr (implicit)
* Conversion to a single libtool environment.ade2006-02-231-1/+1
| | | | Approved by: portmgr (kris)
* 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.
* Add SHA256 checksumlioux2005-11-111-0/+1
|
* - libdata/pkgconfig is now included in mtreepav2005-05-171-1/+0
| | | | Approved by: marcus (portmgr hat)
* - Fix broken plist by removing dupe bin/playdv in PLIST_FILES and pkg-plistahze2005-05-052-3/+0
|
* BROKEN: Incorrect pkg-plistkris2005-04-301-0/+2
|
* o Update to 0.104lioux2005-04-184-17/+19
| | | | | | | o Auto detect gtk 1.2, only building playdv accordingly [1] PR: 79734 [1] Submitted by: ahze [1]
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-241-9/+4
| | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
* Update to 0.103lioux2004-07-214-7/+15
| | | | | PR: 69331 Submitted by: Ying-Chieh Liao <ijliao@FreeBSD.csie.NCTU.edu.tw>
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-0/+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.
* o Work around compiler BUGlioux2004-03-141-0/+6
| | | | | | | | | - Optimizations -O{1,s,2,3} work - However, lack of -O{1,s,2,3} or -O0 BREAK the build - Therefore, make sure we have AT LEAST -O and avoid -O0 PR: 52024 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
* o Update to 0.101lioux2004-03-143-20/+9
| | | | | PR: 64154 Submitted by: Michael Jonson <ahze@ahze.net>
* Make ports/multimedia use the USE_SDL macroedwin2004-03-081-5/+1
| | | | | | PR: ports/61805 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
* USE_SIZEifylioux2004-02-082-0/+2
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
|
* De-pkg-commentlioux2003-02-242-1/+1
|
* Update to 0.9.9lioux2003-01-173-3/+5
|
* Update version number of SDL shared library.sobomax2003-01-021-1/+1
|
* After repo copy from graphics category, update all appropriatelioux2002-11-281-1/+1
| | | | | | | references from graphics to multimedia category Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
* o Update to 0.9.8 containing a library version bumplioux2002-09-054-51/+12
|
* Fix build in -CURRENT. It was not finding gtk+.pclioux2002-08-241-1/+2
| | | | Submitted by: bento (warning), kris (fix)
* o Do not install *.la files; hence, add USE_LIBTOOL required bylioux2002-08-213-12/+27
| | | | | | | | | | patch o Fix build when WITHOUT_SDL is defined o Convert to USE_GNOMENG o Bump PORTREVISION PR: 41501 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* USE_REINPLACElioux2002-07-042-9/+19
|
* Update to 0.9.5lioux2002-05-219-97/+33
|
* Chase increase of libSDL version number.sobomax2002-04-171-1/+1
|
* Apply asm patch to work around bug exposed in Athlon + gcc (2.9x).lioux2002-02-101-0/+25
| | | | | | | Also happens in other systems Submitted by: Matthew Reimer <mreimer@vpop.net> Obtained from: Quasar DV Codec Project
* o Add XFREE86_VERSION=4 since this port requires XV extension supportlioux2002-01-121-0/+6
| | | | | | only found in XFree86 4.0 and above Submitted by: bento
* o add missing USE_GNOMELIBSlioux2001-12-071-8/+1
| | | | | | o remove unnecessary stuff (already implied by other entries, etc) Submitted by: bento
* bump PORTREVISION due to last revlioux2001-11-211-0/+1
|
* o Add missing USE_XLIBlioux2001-11-214-9/+55
| | | | | | | | | | o Really have SDL support unless WITHOUT_SDL o Add patch-playdv:display.h to support SDL o Improve patch-playdv:display.c from PR o Install additional documentation unless NOPORTDOCS (not from PR) PR: 31732 Submitted by: Matthew Reimer <mreimer@vpop.net>