summaryrefslogtreecommitdiff
path: root/audio/libvorbis
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+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-24Update to 1.1.0:wiz6-154/+112
libvorbis 1.1.0 (2004-09-22) -- "Xiph.Org libVorbis I 20040629" * merges tuning improvements from Aoyumi's aoTuV with fixups * new managed bitrate (CBR) mode support * new vorbis_encoder_ctl() interface * extensive documentation updates * application/ogg mimetype is now official * autotools cleanup from Thomas Vander Stichele * SymbianOS build support from Colin Ward at CSIRO * various bugfixes * various packaging improvements Package change: install documentation in share/doc instead of share/doc/html.
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-05-31Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+3
tech-pkg@.
2004-04-26No longer used.snj1-23/+0
2004-04-12Follow libogg into multimedia/.salo3-6/+7
2004-03-22Fix build with gcc2 on sparc64.snj1-1/+4
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-3/+6
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-14bl3ifyjlam1-3/+3
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-4/+4
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-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-17Add a buildlink3.mk file for audio/libvorbis.jlam1-0/+18
2003-12-08Update to 1.0.1:wiz7-129/+138
* Corrects errors in the Vorbis specification documentation. * Specification converted to DocBook format. * Added timebase conversion call to libvorbis. * Fixes ov_time_tell() bug for non-seekable streams. * Various decoding fixes. * Addition of ov_crosslap() which allows smooth transitions between two vorbis segments. * Numerous seeking fixes and optimizations. * Fixed bugs affecting decode of one-audio-page samples. * Added ov_halfrate() which allows a "free" conversion from the source sample rate to half of the source rate. * Improved handling of quiet signals in low bitrate modes
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-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-02Remove commented out BUILD_DEPENDS.wiz1-3/+1
2002-10-02Use gcc/buildlink2.mk instead of Makefile.gcc.jlam1-7/+2
2002-08-31Not needed any longer.wiz1-38/+0
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam6-9/+30
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 libvorbis 1.0.lukem6-24/+59
2002-03-05This pkg doesn't need automake to build.skrll1-2/+2
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-2/+2
instead of bailing out.
2002-01-02Update from 1.0.0.6 (1.0 rc2) to 1.0.0.7 (1.0 rc3).lukem7-26/+33
No real notable changes.
2001-12-30don't compile these packages if egcs is the compiler, as it generateslukem1-7/+4
bad ogg files.
2001-12-29Fix audio/libvorbis to work on 1.5 arm32 platforms - avoid optimisation whenabs1-1/+9
compiling floor1.c
2001-11-29A dependency on automake implies a dependency on autoconf; there's no needjlam1-2/+1
to list them both when we listing just automake will do.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-04Workaround a bug in the configure script where the prefix used to searchjlam1-4/+6
for the Ogg headers and libraries is missing when it's not supplied to the configure script.
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-14update from libvorbis-1.0rc1 to libvorbis-1.0rc2.lukem3-10/+10
changes: * Powerful channel coupling system takes advantage of similarities between channels to reduce bitrate. * Additional encoding modes give more flexibility in bitrate selection. 64,80,96,128,160,192,256,350 stereo; 32,48,64,80,112,140 mono modes. * Only 44.1KHz/48KHz is officially supported in this release. Lower sample rates will work, but with much lower quality. * Cascaded encoding makes libvorbis ready for future bitrate reduction tools. * Decode engine bugfix ensures better compatibility with future Vorbis codecs.
2001-08-08update libvorbis from 1.0beta4 -> 1.0rc1, including removing a bunchlukem8-128/+12
of patches which are now in the mainline code
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-01It's audio/libvorbis, not databases/libvorbis.jlam1-2/+2
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-26o convert to use buildlink.mkzuntum2-3/+40
o add buildlink.mk for use by other packages
2001-05-02Install html documentation in share/doc/html instead of share/doc.wiz5-62/+104
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 distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-11Update package list for changed version number.tron2-62/+64
2001-04-05Make dewey in PKGNAME sane, and update dependencies.wiz1-2/+3