Age | Commit message (Collapse) | Author | Files | Lines |
|
1.) stpcpy() is a macro under at least Mac OS 10.6. Avoid build failures
by not defining a dodgy prototype for it.
2.) Don't strip installed binaries to allow the dynamic linker to find
symbols required by the shared library but defined by the application.
This fixes PR pkg/41827 by Christopher M. Fuhrman.
Bump package revision as the package built fine under Mac OS 10.5 before
but didn't work.
|
|
|
|
- devel/nspr from 4.8.6.11 to 4.8.6.12
- devel/xulrunner from 1.9.2.11 to 1.9.2.12
- www/firefox from 3.6.11 to 3.6.12
Security issues fixed since previous versions:
MFSA 2010-73 Heap buffer overflow mixing document.write and DOM insertion
|
|
This unbreaks make package for darwin and linux
|
|
|
|
|
|
distribution), which can move or delete entries in mail queue in a safe manner.
|
|
|
|
fail to parse some PDF files. Bump PKGREVISION.
|
|
|
|
|
|
This is documentation for tex-lastpage.
|
|
Reference the number of pages in your LaTeX document through the
introduction of a new label which can be referenced like
\pageref{LastPage} to give a reference to the last page of a document.
It is particularly useful in the page footer that says: Page N of M.
|
|
|
|
This is documentation for tex-epsf.
|
|
The original graphics inclusion macros for use with dvips; still widely
used by Plain TeX users (in particular). For LaTeX users, the package is
nowadays deprecated in favour of the more sophisticated standard LaTeX
graphics bundle of packages (which are also available to Plain TeX
users, either via its Plain TeX version, or through the support offered
by etex).
|
|
|
|
|
|
Changes:
- Remove a superfluous message from the console output:
"The document has [section|chapter] divisions"
|
|
|
|
|
|
This is primarily to push out many documentation fixes accumulated since
the 1.7.3.1 release.
Changes 1.7.3.1:
* "git stash show stash@{$n}" was accidentally broken in 1.7.3 ("git
stash show" without any argument still worked, though).
* "git stash branch $branch stash@{$n}" was accidentally broken in
1.7.3 and started dropping the named stash even when branch creation
failed.
Changes 1.7.3:
* git-gui, now at version 0.13.0, got various updates and a new
maintainer, Pat Thoyts.
* Gitweb allows its configuration to change per each request; it used to
read the configuration once upon startup.
* When git finds a corrupt object, it now reports the file that contains
it.
* "git checkout -B <it>" is a shorter way to say "git branch -f <it>"
followed by "git checkout <it>".
* When "git checkout" or "git merge" refuse to proceed in order to
protect local modification to your working tree, they used to stop
after showing just one path that might be lost. They now show all,
in a format that is easier to read.
* "git clean" learned "-e" ("--exclude") option.
* Hunk headers produced for C# files by "git diff" and friends show more
relevant context than before.
* diff.ignoresubmodules configuration variable can be used to squelch the
differences in submodules reported when running commands (e.g. "diff",
"status", etc.) at the superproject level.
* http.useragent configuration can be used to lie who you are to your
restrictive firewall.
* "git rebase --strategy <s>" learned "-X" option to pass extra options
that are understood by the chosen merge strategy.
* "git rebase -i" learned "exec" that you can insert into the insn sheet
to run a command between its steps.
* "git rebase" between branches that have many binary changes that do
not conflict should be faster.
* "git rebase -i" peeks into rebase.autosquash configuration and acts as
if you gave --autosquash from the command line.
|
|
caused PR 44003.
Fix PR 43879 by removing patch-ac which was added in 2004 to fix a problem
on Darwin -- Darwins from at least 10.4 up don't need it any longer.
|
|
|
|
* fix: LDAP write on userPassword fails when chasing referral and cached
policy error is POLICY_ERROR_PASSWORD_EXPIRED
* fix: only request attributes that are actually used
* fix: canonicalize PAM_USER name
|
|
|
|
# 2010-10-25 : zyGrib Version 3.9.6
* Fix a bug in version 3.9.5 : sometimes the progress bar was not hidden after the opening of a file.
# 2010-10-25 : zyGrib Version 3.9.5
* New data (thank you NOAA !) : wind gust.
* Animation when loading files.
* Can interrupt the loading of big files.
* Fix a bug : rare crash when manipulating meteotables.
|
|
|
|
|
|
|
|
|
|
* add "mail" to CATEGORIES
Bump PKGREVISION.
|
|
|
|
|
|
|
|
Revision++
|
|
No change to the files pkgsrc installs.
|
|
|
|
|
|
|
|
Changelog:
Version 1.0.29:
* Fixed corruption when downloading files larger than 4 Gb on a 32-bits arch.
* Fixed error on exit on Linux.
* Downloading should be slightly faster.
Version 1.0.28:
* When —autorename is enabled, an upload script will now get the final file name instead of the original one.
* The ALLO command now checks for the actual disk space in addition to the virtual quota.
* ABOR on OSX has been fixed.
* Fixed the virtual quota computation after an atomic upload has been resumed.
* Fixed AUTH_ENCRYPTED.
* A workaround against spurious disconnections with ncftp has been implemented.
|
|
gtar-1.24, horde-3.3.10, imp-4.3.9, libFS-1.0.3, libXaw-1.0.8,
phpmyadmin-3.3.8, podofo-0.8.4, texmaker-2.1, tomboy-1.4.2 [GNOME
2.32], vala-0.10.1.
|
|
|
|
|
|
|
|
"Save and restore the palettes on VT switch."
upstream commits:
5efdf514ab0e5439114e8dd7a49105812155eb69
fc7aa6e3bbb86eaa2f34b827629f7e82cde65ac7
|
|
|
|
|
|
2010-10-21 Jorge Zapata <jzapata@fluendo.com>
* src/flump3dec.c: (flump3dec_reset), (flump3dec_flush),
(flump3dec_sink_chain), (flump3dec_check_for_xing),
(flump3dec_drain_avail):
* src/flump3dec.h:
* win32/oa/config.h:
Add a discont double check, checking the flag is not enough
given that rtpmpadepay/rtpmpapay adds a discont flag on every
buffer, so we also check the timestamps difference.
Whenever we are looking for the Xing header and it is not found
we must reset the bitstream.
Add a cast to correctly display the needed bits.
2010-03-12 Release Maker <nomail@fluendo.com>
* configure.ac: Back to TRUNK.
=== release 0.10.14 ===
2010-03-12 Julien Moutte <julien@fluendo.com>
* ChangeLog: I screwed up with the release process !
* configure.ac: Back to TRUNK.
2010-03-12 Release Maker <nomail@fluendo.com>
* configure.ac: Back to TRUNK.
=== release 0.10.13 ===
2010-03-12 Release Maker <nomail@fluendo.com>
* configure.ac: Back to TRUNK.
=== release 0.10.13 ===
2010-03-08 Josep Torra <josep@fluendo.com>
* src/flump3dec.c: (flump3dec_sink_event):
Do not drain in segment updates.
2009-10-28 Josep Torra <josep@fluendo.com>
* Makefile.am:
* autogen.sh:
* configure.ac:
Renamed 'decoder' folder to 'src' folder to follow the naming of
the other plugins.
2009-10-28 Josep Torra <josep@fluendo.com>
* configure.ac:
Added handling of assemby code by automake.
2009-10-28 Josep Torra <josep@fluendo.com>
* Makefile.am:
Make autogen.sh being disted.
2009-09-16 Release Maker <nomail@fluendo.com>
* configure.ac: Back to TRUNK.
=== release 0.10.12 ===
2009-09-15 Thijs Vermeir <thijs@fluendo.com>
* decoder/flump3dec.c: drain available frames before applying
new segment
2009-08-24 Julien Moutte <julien@fluendo.com>
* win32/oa/Makefile.am: Add OSSBUILD VCPROJ to dist.
* win32/oa/config.h: Updated.
2009-03-07 Release Maker <nomail@fluendo.com>
* configure.ac: Back to TRUNK.
=== release 0.10.11 ===
2009-02-26 Julien Moutte <julien@fluendo.com>
* Makefile.am:
* configure.ac:
* win32/Makefile.am:
* win32/oa/Makefile.am:
* win32/oa/config.h.in: Make sure we include Win32 in the release
process. Autogenerate the config.h file with proper versioning.
2009-02-19 Julien Moutte <julien@fluendo.com>
* decoder/flump3dec.c: (flump3dec_sink_event): Use gst_pad_push_event
as it's faster.
2008-12-11 Release Maker <nomail@fluendo.com>
* configure.ac: Back to TRUNK.
=== release 0.10.10 ===
2008-11-21 Julien Moutte <julien@fluendo.com>
* configure.ac: Use the CPU_TUNE macro.
* decoder/Makefile.am: Use CPU_TUNE CFLAGS and LDFLAGS for exec stack.
* decoder/flump3dec.c: (flump3dec_flush), (flump3dec_sink_chain),
(flump3dec_drain_avail), (flump3dec_sink_event):
* decoder/flump3dec.h: Clean up indentation and make sure we set the
discont flag on audio buffers when required. This fixes non flushing
seek with MP3 dec in the pipeline (looping).
2008-10-13 Release Maker <nomail@fluendo.com>
* configure.ac: Back to TRUNK.
=== release 0.10.9 ===
2008-10-13 Julien Moutte <julien@fluendo.com>
* configure.ac: Make sure we don't set the Exec stack flag and don't
build static libraries.
* decoder/Makefile.am: Make naming of the LDFLAGS more consistent.
2008-09-15 Sergi Alvarez <salvarez@fluendo.com>
* decoder/flump3dec.c: (flump3dec_src_query): Check for format_bytes
and format_default like comment above says. Avoid dupped check.
2008-06-18 Paul Brossier <piem@fluendo.com>
* configure.ac: back to TRUNK.
=== release 0.10.8 ===
2008-06-09 Paul Brossier <piem@fluendo.com>
* configure.ac: update to use AG_CHECK_IPP
2008-06-09 Paul Brossier <piem@fluendo.com>
* configure.ac: update IPP lookup
2008-05-25 Julien Moutte <julien@fluendo.com>
* COPYING:
* README:
* decoder/bitstream.c:
* decoder/bitstream.h:
* decoder/common.c:
* decoder/common.h:
* decoder/decode.c:
* decoder/decode.h:
* decoder/flump3dec.c:
* decoder/flump3dec.h:
* decoder/mp3-c-synth.c:
* decoder/mp3-c.c:
* decoder/mp3-c.h:
* decoder/mp3-cos-tables.h:
* decoder/mp3-ipp.c:
* decoder/mp3-ipp.h:
* decoder/mp3tl-priv.h:
* decoder/mp3tl.c:
* decoder/mp3tl.h:
* decoder/table-bitalloc.h:
* decoder/table-dewindow.h:
* decoder/table-huffdec.h:
* decoder/table-powtable-2.h:
* decoder/table-powtable.h:
* util/gen-pow-table-2.c: (main): Update copyrights.
2008-05-25 Julien Moutte <julien@fluendo.com>
Patch by: Yoav Steinberg <yoav at monfort dot co dot il>
* decoder/bitstream.c: (bs_getbytes):
* decoder/bitstream.h:
* decoder/common.h:
* decoder/decode.c: (II_dequant_and_scale_sample),
(I_dequant_and_scale_sample), (init_syn_filter):
* decoder/flump3dec.c: (flump3dec_base_init),
(gst_flump3dec_update_ts), (flump3dec_drain_avail):
* decoder/mp3-c-synth.c: (mp3_SubBandSynthesis), (MPG_DCT_8):
* decoder/mp3-c.c: (III_get_side_info), (III_dequantize_sample),
(III_stereo), (III_antialias), (inv_mdct_s), (imdct_9pt),
(init_mdct), (III_hybrid):
* decoder/mp3-cos-tables.h:
* decoder/mp3tl.c: (mp3tl_sync), (mp3tl_decode_frame):
* decoder/table-dewindow.h:
* decoder/table-powtable-2.h:
* decoder/table-powtable.h: Fix code to support Win32 build.
2008-03-18 Kapil Agrawal <kapil@fluendo.com>
* decoder/mp3tl.c: (mp3tl_new): Initializing freebitrate flag to true.
(mp3tl_sync): changed the read_header arguments.
* decoder/decode.c: (read_header): changed the first argument to mp3tl,
changes to support free format bitrate and moved parsing of first 21 bits
to a new function read_main_header.Fixes ticket #23.
* decoder/mp3tl-priv.h: added free format related elements in mp3tl.
* decoder/decode.h: included mp3tl-priv.h.
2008-02-25 Release Maker <nomail@fluendo.com>
* configure.ac: Back to TRUNK.
=== release 0.10.7 ===
2008-02-22 Josep Torra Valles <josep@fluendo.com>
* configure.ac:
Updated to compile with IPP version 5.3.1.062
2008-02-19 Kapil Agrawal <kapil@fluendo.com>
* decoder/mp3tl.c: (mp3tl_sync):
Fixed ticket #102.
header and sync length were not considered while checking minimum
frame size.
2007-12-14 Julien Moutte <julien@fluendo.com>
* gst-fluendo-mp3.spec.in: Handle SElinux policy in the RPM.
2007-08-23 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac:
Add IPP 5.2, 5.3 & 5.3_beta to the list of versions to check for.
* decoder/mp3-ipp.c: (ipp_decode_mp3):
Use memmove instead of memcpy, and only copy when there are actually
bytes to move.
2007-08-13 Jan Schmidt <thaytan@mad.scientist.com>
* decoder/flump3dec.c: (flump3dec_src_event):
* decoder/mp3-c-synth.c: (mp3_SubBandSynthesis):
* decoder/mp3-c.c: (III_stereo):
* decoder/mp3tl.c: (mp3tl_new):
Fix some compiler warnings about unused variables.
2007-08-13 Josep Torra Valles <josep@fluendo.com>
* decoder/bitstream.c: (h_rewindNbits), (h_rewindNbytes):
* decoder/bitstream.h:
* decoder/mp3-c.c: (III_huffman_decode):
Partial fix for ticket #18.
Disabled the optimization until a complete fix. ENABLE_OPT_BS = 0.
2007-07-26 Josep Torra Valles <josep@fluendo.com>
* configure.ac:
* decoder/Makefile.am:
* decoder/bitstream.c: (h_setbuf):
* decoder/bitstream.h:
* decoder/decode.c:
* decoder/huffman.c: deleted
* decoder/huffman.h: deleted
* decoder/mp3-c.c: (huffman_decoder): made inline
Several optimizations related to huffman decoding.
2007-07-26 Josep Torra Valles <josep@fluendo.com>
* decoder/mp3-c.c: (III_hybrid):
Fixed a warning related to liboil.
2007-07-26 Josep Torra Valles <josep@fluendo.com>
* decoder/Makefile.am:
Added table-powtable-2.h to fix 'make dist'.
2007-06-07 Jan Schmidt <thaytan@mad.scientist.com>
* decoder/flump3dec.c: (flump3dec_drain_avail):
Don't output timestamps from an uninitialised variable
when handling corrupted/skipped packets.
2007-06-06 Jan Schmidt <thaytan@mad.scientist.com>
* decoder/common.h:
Fix macro for marking unused function arguments.
* decoder/mp3-c.c: (III_stereo):
Guard against overflowing the arrays by limiting the subband
iterator to 576.
2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac:
Add funrolling of the loops to the CFLAGS for a juicy speed boost.
* decoder/decode.h:
* decoder/mp3-c-synth.c: (mp3_SubBandSynthesis):
* decoder/mp3-c.c: (III_get_scale_factors),
(III_dequantize_sample), (inv_mdct_l), (inv_mdct), (III_hybrid),
(c_decode_mp3):
* decoder/mp3tl-priv.h:
* decoder/mp3tl.c: (mp3tl_new), (mp3tl_decode_frame):
Some fixes and optimisations, between that and funrolling loops,
things are now 18% faster.
* decoder/mp3-ipp.c: (decode_mp2), (ipp_decode_mp3),
(mp3_SubBandSynthesis), (mp3_ipp_init), (mp3_ipp_flush),
(mp3_ipp_close):
Re-indent.
2007-06-01 Jan Schmidt <thaytan@mad.scientist.com>
* decoder/mp3-c.c: (III_get_side_info), (III_dequantize_sample):
* decoder/table-powtable-2.h:
* decoder/table-powtable.h:
* util/Makefile.am:
* util/gen-pow-table-2.c: (main):
Speed the C-only decoder up by 38% by pre-calculating some stuff
instead of doing it over and over in an inner loop.
|
|
|