summaryrefslogtreecommitdiff
path: root/audio/faad2
AgeCommit message (Collapse)AuthorFilesLines
2007-02-09-build against libmp4v2 instead of the full mpeg4ipdrochner4-11/+9
-don't build the plugin for the mpeg4ip player -kill SDL dependency -bump PKGREVISION
2006-08-06Merge in patches from xmms-faad.wiz3-1/+35
2006-07-27Fix build with m4-1.4.5. Use newer automake package instead of 1.4 one.wiz3-6/+15
(Build dependency change only, so no PKGREVISION bump.)
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
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-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)wiz1-2/+2
for SDL shlib changes.
2006-05-30Fix package list issue (which CHECK_FILES=yes doesn't catch reliablytron2-3/+5
for some reason) and bump package revision again.
2006-05-30Disable bundled and outdated "mp4v2" library. Depend on newer versiontron3-0/+109
from "mpeg4ip" package instead which resolves the conflict between the two packages. Patch taken from PLD linux. Bump package revision because of thix fix.
2006-05-30Disable bundled and outdated "mp4v2" library. Depend on newer versiontron3-13/+9
from "mpeg4ip" package instead which resolves the conflict between the two packages. Patch taken from PLD linux. Bump package revision because of thix fix.
2006-05-19faad2 and mpeg4ip conflict on lib/libmp4v2.la so add the appropriateadrianp1-1/+3
CONFLICTS statement.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
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-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2005-12-08Write newline character to stderr instead of stdout, to avoidwiz4-4/+19
polluting the output stream when -w is used. From Parag Patel in PR 32268. While here, add missing directory to PLIST. Bump PKGREVISION.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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-10-09This change addresses PR#31443ben7-15/+53
Copy config.h to faad2-config.h. Modify systems.h to refer to faad2-config.h, and install faad2-config.h. This situation is discussed here: http://lists.gnu.org/archive/html/automake/2000-10/msg00114.html Remove the undef of PACKAGE and VERSION, and add a 3rd non-empty argument to AM_INIT_AUTOMAKE. This situation is discussed here: http://lists.gnu.org/archive/html/automake/2000-10/msg00108.html Modify the condition from HAVE_GLIB_H to __G_LIB_H__, which was easier because faad2 doesn't depend on glib. Bump pkgrevision.
2005-10-06This change addresses PR#31443ben8-18/+52
Install header files in include/faad2 Install include/faad2/config.h Add include/faad2 to search path in buildlink3.mk Since software depending on mp4.h won't be able to build without this change, bump PKGREVISION and update BUILDLINK_DEPENDS.faad2 in buildlink3.mk
2005-08-05add simple patches for gcc-4 supporttonio4-1/+68
approved by cube@
2005-07-01just use CPPFLAGS.SunOS instead of OPSYS conditional.grant1-7/+2
2005-07-01fix typo in CPPFLAGS, allowing this to build on Solaris.grant1-2/+2
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam1-8/+6
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-12-30Always include stdint.h and/or inttypes.h if they are present. Theminskim2-7/+9
previous sunpro patch doesn't include them when sys/types.h is present, breaking this package on Linux.
2004-11-19Update homepage.wiz1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-13/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-07-31Fix lrintf() function in libfaad/common.h to make this build onxtraeme3-16/+26
NetBSD -current, this closes PR pkg/26412.
2004-05-15explicitly enable largefile support on Solaris.grant1-1/+8
2004-05-15- remove __inline gccismgrant4-1/+61
- add some casts to avoid sunpro c++ errors - include the right system header file to get the integer types fixes build with sunpro.
2004-05-03this package uses a c and c++ compiler.grant1-1/+2
2004-04-25drop maintainershipdillo1-2/+2
2004-04-12No longer used.snj1-20/+0
2004-03-28Update to 2.0. There are many changes, but the main user-visible improvementmycroft8-58/+63
is support for decoding AAC HE files (as generated by iTunes).
2004-03-21Fix build on sparc64 with gcc2.snj1-1/+4
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-9/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-17Convert to buildlink3.mk.wiz2-3/+24
Newer libtool demands autoconf-2.50+, so update dependency.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-11-06This was using NO_BIN_ON_CD. Now fixed to use correctreed1-2/+2
NO_BIN_ON_CDROM instead.
2003-06-08drop some unneeded parensgrant1-2/+2
2003-06-08set USE_GCC_SHLIB.grant1-3/+5
sort USE_* variable block while I'm here.
2003-06-08use MASTER_SITE_SOURCEFORGE.grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-11-21Make this build on Solaris. Remove whitespace.salo1-2/+12
2002-10-18Purely cosmetic changes.jlam1-16/+15
2002-10-02make use of new automake.mkdillo1-5/+12