gstmpegaudioparse.c rev. 1.63 and 1.70
gstmpegaudioparse.h rev. 1.20
This fixes failures playing mp3 files if the mpegaudioparse plugin
(which is not really needed) is installed, due to some interaction
with changes in gstreamer-base.
See gnome bugzilla #471370 for details.
bump PKGREVISION
This adds SBR/PS support and bugfixes.
The licensing problems which appeared in 2.5 were resolved in 2.6.1.
pkgsrc notes:
-no dependency on libmp4v2 anymore
-added a patch to the "faad" standalone player to restore previous
behaviour: The -w option writes .wav format (with riff header)
to stdout.
Thanks to Raymond Meyer for help and testing.
Changes from 0.08:
0.10 May 01 2007
- depend on newer version of Sub::Uplevel
- fixed pod error
0.09 Mar 15 2007
- new maintainer: Alexandr Ciornii
- license in Makefile.PL
- fixed carped.t (patch by PSINNOTT)
- pod.t
Pkgsrc changes:
- The package supports installation to DESTDIR.
- No compiler necessary.
Changes since version 2.25:
===========================
2.26 22.06.2005 (unreleased)
added postgres/oracle/sqlite support (untested)
thanks to Rick for starting with a postgres version
2.27 01.01.2006
default port is now 8880 (not 888 anymore)
fixes an ioctl perl problem on current redhat/fedora (thanks to
Gregory K. Ruiz-Ade and the redhat/fedora guys)
in the print plugin. gimp-print 4.2 is itself obsolete, replaced by
gutenprint 5, and gutenprint provides a gimp print plugin that links
against gimp's libraries.
Important changes since 4.79:
- Fixed some internal errors.
- Adjusted pkglint to changes in the pkgsrc infrastructure: SUBST_VARS.*,
PKG_USERS_VARS, PKG_GROUPS_VARS.
- Improved the parser for shell code.
- Cleaned up the handling of the :Q operator, so that pkglint warns about
it places where it is not required.
- ${RUN} has deprecated ${_PKG_SILENT}${_PKG_DEBUG}.
Changes from 0.14:
0.18 Wed Oct 31 06:56:13 EDT 2007
- release version of 0.17_01 changes
0.17_01
- removed 5.006-specific language and tested on prerelease 5.00505
0.16 Mon Jul 30 09:54:41 EDT 2007
- release version of 0.15_01 changes
0.15_01 Thu Jul 5 22:54:08 EDT 2007
- Won't override any existing CORE::GLOBAL::caller when loaded
- Localize global caller() override to the scope of the uplevel() call
so it can play nicer with things like Contextual::Return and
Hook::LexWrap that also override caller()
variable is much more comfortable than specifying all the directories in
INSTALLATION_DIRS that using such a long name for it feels like a
punishment. It also doesn't look nice in the package Makefiles, for
example:
old:
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man8
new:
AUTO_MKDIRS= yes
The variable INSTALLATION_DIRS_FROM_PLIST will be deprecated slowly.
CONF_FILES, CONF_FILES_PERMS, REQD_FILES, REQD_FILES_PERMS is wrong.
NB: The code doesn't read like "shift 5 || error_out" since NetBSD's
shell exits if a shift fails in this case, instead of just reporting an
error.
Fixes PR 37489.
I didn't fix the code in pkglint (which was suggested in the PR) since
it seems too complicated to me. There is no support for a
"MultipleShellWords" data type by now, and pkglint would have to know
that SETUID_ROOT_PERMS is of type "ThreeShellWords: Username, Groupname,
Filemode". That's too much work and doesn't look nicely.