Commit graph

32 commits

Author SHA1 Message Date
tron
8ef0f8b637 Remove bogus shared library symlink under Mac OS x to fix package list
issue. Bump package revision because of this.
2006-08-04 15:09:51 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
wiz
5d8073dcb4 Remove now unneeded inclusion of bsd.prefs.mk. 2006-03-13 18:24:45 +00:00
tonio
83f7d177df Remove the i386 only: stay cohenrent with Makefile, and also it works fine on macppc 2006-03-13 17:32:39 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
e354c5c4d3 Further investigation revealed that yasm is needed on amd64. 2006-02-12 15:49:49 +00:00
ghen
1c6f08607b - remove the ONLY_FOR_PLATFORM line as it has been reported to build on
netbsd/alpha and solaris/sparc as well.  Bulk builds will point out which
  platforms are not supported.
- nasm dependency is only useful on i386 and amd64.

Ok with joerg.  This fixes PR#32803.
2006-02-12 14:36:43 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
603e97e204 Update to 1.1.0:
This release is the long awaited 1.1.0. It is mostly API compatible
with the previous stable release as we dropped support for reduced
resolution coding. If your application didn't use that feature then the
upgrade is totally compatible.

Changes since 1.0.3:
  * xvidcore:
       * Improved Low bitrate quality.
       * Improved VBV support
       * Rate-Distortion mode decision for bvops
       * New postprocessing functions, brightness and deringing
       * New PowerPC port by Christoph Naegeli
       * Brand new amd64 Linux 64bit port by Andre Werthmann
       * Various decoder and encoder speedups
       * A few bugs squashed
  * VFW frontend
       * Mingw/CygWin support
       * Various small improvements
       * A few bugs squashed
  * DShow frontend
       * Mingw/CygWin support
       * Support for brightness control
       * Various small improvements
       * A few bugs squashed
Changes since 1.1.0-beta2:
  * xvidcore
       * Field interlaced decoding
       * IEEE-1180 compliant SSE2 iDCT (disabled for safety)
       * Fixed misaligned reads on RISC platforms such as ARM
       * Completed GCC 4.0 support
       * Export only public API on GNU/Linux and Solaris
       * Work on the example apps. Support for AVS input in xvid_encraw
  * VFW frontend
       * Small updates
  * DShow frontend
       * Additional fourcc support
2006-01-06 17:12:18 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
xtraeme
27ed76fb68 Create and install links to the shared library to fix building of some
packages (the correct way would be libtoolizing it but I won't do that).

Bump PKGREVISION.
2005-10-21 07:41:53 +00:00
reed
5b109a0861 Fix MASTER_SITES -- maybe they moved the files? 2005-05-28 00:20:05 +00:00
drochner
d5c5eec2fe add patch to recognize dragonfly, from Joerg Sonnenberger per pm 2005-05-20 12:54:54 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
5ae9517d74 Add RMD160 digests. 2005-02-24 11:24:01 +00:00
drochner
8e4bc60813 update to 1.0.3
This release fixes very minor bugs. It is source and binary
compatible with the previous version.
2005-01-18 13:04:13 +00:00
xtraeme
1b5320df85 Update multimedia/xvidcore to 1.0.2.
Changes since 1.0.1:

  * xvidcore
        o Fixed non compliant bvop decoding
          (was using rounding=0 instead of rounding=1)
        o Added better mv bound clipping for broken streams.
        o Better behavior with content claiming not containing bvops
          but eventually having bvops.
        o Force fincr and fbase to be < 16bit.
        o Fixed thread safety problem in C language iDCT implementation.

  * VFW frontend
        o Memory leak
2004-11-22 11:52:07 +00:00
grant
ed7633b643 xvidcore is i386 only, so use it if we are on i386. 2004-10-19 10:36:54 +00:00
drochner
0c07dfaa40 update to 1.0.1
bugfixes only
2004-06-21 16:21:50 +00:00
minskim
101b04ee11 Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2004-05-31 16:47:47 +00:00
drochner
50bb1c2171 use the final 1.0.0 release file, PKGNAME is already there 2004-05-19 11:33:17 +00:00
grant
5febe8236c xvidcore is only for x86. 2004-05-16 09:22:11 +00:00
wiz
5350dc21df Belatedly bump PKGREVISIONs and dependencies for xvidcore major bump
during recent update (hi charles!).
2004-04-05 18:41:14 +00:00
snj
274c14fb3c No longer used. 2004-03-29 02:34:25 +00:00
snj
a01c5cfdf4 This wants to use INSTALL (which has "-o root -g wheel" passed to it) in
places that it doesn't need to.  Adjust to more appropriate and more
friendly commands (MKDIR and BSD_INSTALL) so that this builds as non-root.
2004-03-28 23:09:51 +00:00
mycroft
400e63ff9c Update to 1.0.0rc3. There are way too many changes to list; the encoder core
has been nearly rewritten.  Output quality is much, much better, and is
generally considered superior to other freely available MPEG-4 encoders.
Tested with xine, mplayer and transcode.
2004-03-28 20:01:13 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
jmmv
d5818b586d bl3ify 2004-02-20 17:23:44 +00:00
jmmv
112f849c5d Move xvidcore to the multimedia category (coming from graphics).
This is version 0.9.2.
2004-01-26 12:38:26 +00:00