summaryrefslogtreecommitdiff
path: root/audio/libogg
AgeCommit message (Collapse)AuthorFilesLines
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-2/+4
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-25Add TEST_TARGETheinz1-1/+3
2004-02-19buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk.wiz1-3/+1
2004-02-15This is not 1.0 any more.minskim1-2/+0
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
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-02-10The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mkjlam1-2/+2
and any pre-existing buildlink2.mk files.
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-2/+2
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-10Include the buildlink3.mk file instead of the buildlink2.mk if we usejlam1-2/+2
buildlink3.
2004-01-05bl3ifyjlam1-2/+4
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
recommended by seb :)
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-9/+6
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam1-0/+19
buildlink3 framework.
2003-12-08Actually, there was no 1.0.1 -- use 1.1, since that version exists.wiz1-2/+2
2003-12-08Update to 1.1:wiz6-23/+36
* Big endian bitpacker added for Theora and future Ogg codec support. * Minor documentation fixes.
2003-09-25style nitsgrant1-3/+3
2003-09-25set GCC_REQD=2.95.3. noted by seb.grant1-1/+3
2003-09-25don't include mk/compiler.mk, it isn't necessary and breaks things.grant1-2/+1
2003-09-25revert.christos1-2/+1
2003-09-25test for commitchristos1-1/+2
2003-09-12gcc.buildlink2.mk is no more. So, include compiler.mk instead.recht1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3abs1-2/+2
is accepted. Suggested by Grant.
2002-10-02Use gcc/buildlink2.mk instead of Makefile.gcc.jlam1-7/+2
2002-09-06unusedwiz1-36/+0
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam6-6/+27
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-05Update to libogg 1.0.lukem6-20/+18
2002-07-31Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE so that pkgsrc libtoolskrll1-2/+2
is used. Pointed out by Julien Letessier <julien.letessier at sun.com>.
2002-01-04Add a comment why the "gcc" package is used on system with "egcs" in thetron1-1/+2
base system.
2002-01-03Build package with "gcc" package systems with "egcs" in base distributiontron1-3/+3
instead of bailing out.
2002-01-02Update from 1.0.0.6 (1.0 rc2) to 1.0.0.7 (1.0 rc3).lukem6-18/+22
Notable changes (from trolling through the xiph cvs repostitory): - macosx support (in the distribution, not the package) - configurable prefixes - documentation updates
2001-12-30don't compile these packages if egcs is the compiler, as it generateslukem1-1/+6
bad ogg files.
2001-11-06Fix small typo noted in pkg/14450.jlam1-4/+4
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-14update from libogg 1.0rc1 - libogg 1.0rc2.lukem3-10/+10
no obvious major changes in changelog
2001-08-08update libogg from 1.0beta4 -> 1.0rc1lukem4-12/+12
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-26o add buildlink.mk file for use by other packageszuntum2-1/+37
o set USE_BUILDLINK_ONLY
2001-05-02Install html documentation in share/doc/html instead of share/doc.wiz4-68/+96
By Dieter Baron.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-11Update package list for changed version number.tron2-68/+70
2001-04-05Make dewey in PKGNAME sane, and update dependencies.wiz1-1/+2
2001-03-15Initial import of libogg -- a library for the Ogg bitstream format.wiz4-0/+102
Package by Jeremy C. Reed, submitted in pkg/12413.