Age | Commit message (Collapse) | Author | Files | Lines |
|
OKed by wiz.
|
|
|
|
@comment in xdg-x11-dirs: @dirrm share/pixmaps
|
|
Joerg Sonnenberger in PR pkg/30120.
|
|
And always is defined as share/examples/rc.d
which was the default before.
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
This was discussed on tech-pkg in late January and late April.
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
|
|
changes:
-Big XvMC quality / correctness / cpu-usage fix
-added support for WMA Voice codec
-support for Windows Media Audio Lossless
-bugfixes
-security fixes (were already patched in pkgsrc)
also add a patch to correct the path for win32 codecs, needed if
xine-lib in embedded into other applications (as totem)
|
|
phase to avoid a warning. Approved by wiz.
|
|
|
|
arts fails to build under Linux with many lines like:
.libs/kmedia2.o(.gnu.linkonce.d._ZTIN4Arts20VideoPlayObject_baseE+0x10):../mcop/common.h:72: undefined reference to `typeinfo for Arts::Object_base'
Use BUILDLINK_TRANSFORM to remove
-Wl,--allow-shlib-undefined
-Wl,--no-undefined
(Note that KDE packages still have same problem.)
|
|
the same command every time make is invoked.
|
|
need for ECHO to be defined for the top-level make.
|
|
to whenever CONFIGURE_ARGS is used.
|
|
PKGREVISION bump because most people won't care.
|
|
part of PR 30053. No PKGREVISION bump because most people won't
care.
|
|
part of PR 30053. No PKGREVISION bump because most people won't
care.
|
|
|
|
|
|
* [NEW] Added --without-cdio option to the configure script so you can
manually disable CD access support for the example program.
* Fixed iconv compiler warnings for Solaris and Cygwin.
* Fixed regex compilation issue on MacOS X.
|
|
|
|
|
|
* test for failure of open() should be == -1, not == 0
This causes Open() to behave as intended, only creating the
m_MidiReader thread if the MIDI device is successfully opened.
* unconditionally initialize m_Mutex in Open()
* conditionally close m_MidiReader in Close(), if NULL do nothing
* make m_MidiFd and m_MidiWrFd the same file descriptor. The MIDI
device special file can only be opened once at a time.
|
|
|
|
calling SetDeviceName.
The call trace goes something like this:
Synth.C
main() ==> Synth *synth=new Synth; ==> Synth::Synth()
==> MidiDevice::Get()->SetDeviceName(SpiralInfo::MIDIFILE);
SpiralSound/Midi.h
MidiDevice::Get() ==> m_Singleton=new MidiDevice;
==> MidiDevice::MidiDevice() ==> MidiDevice::Open()
==> MidiDevice::SetDeviceName
patches/patch-ao works around this problem by closing the prematurely
opened private variable representing the MIDI device, and setting it to
NULL. MidiDevice methods check for NULL and re-initialize the private
variable, this time opening the MIDI device path after SetDeviceName.
|
|
|
|
fix it for FreeBSD also.
|
|
* fltk fixes
* thread fixes
* many misc. bug fixes
* add support for creating shared libraries for plugins
* this will likely to be the last csound gbs release for a while
|
|
disable the i386 MMX statements for gcc-2.95. Approved by kristerw.
|
|
1.1 - April 7th, 2005 :
=======================
* Added ability to authentifiate on the proxy with username
and password,
* Added ability to search files in hidden directories,
* Added shortcut F5 to reload current directory,
* Improved use of the command line to run EasyTAG with a
directory as,
* Removed forcing ID3v2.3 tags to ISO-8859-1 at start (was boring for
russian people),
* Removed old function to keep the tree browser in memory (to
not refresh it
* Replaced icons for directories in the browser,
* Fixed requested server when using a proxy for the Cddb
automatic searching (thanks to bjustus schwartz),
* Fixed a bug with APE tags (thanks to Daniel Drake and Artur
Polaczynski),
* Fixed compilation problem under gcc-4.0,
* French translation updated,
* Spanish translation updated (thanks to Fernando M. Bueno Moreno),
* Romanian translation updated (thanks to George Pauliuc).
|
|
changes:
* [NEW] Added support for proxy authentication.
* [BUGFIX] Memory leaks fixed in regular expression handling.
* Iconv compilation fixes for Solaris.
|
|
|
|
on NetBSD 1.6.
|
|
Bump PKGREVISION
Update BUILDLINK_RECOMMENDED
|
|
gnome-vfs2-cdda's module to 1.
Quoting the Gentoo advisory: "The GnomeVFS and libcdaudio libraries contain
a buffer overflow that can be triggered by a large CDDB response, potentially
allowing the execution of arbitrary code."
See http://www.gentoo.org/security/en/glsa/glsa-200504-07.xml and
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0706 for more
information.
|
|
|
|
|
|
NetBSD-1.6.2. Approved by jlam.
|
|
|
|
|
|
From PR pkg/20615 by Scott Presnell.
Scott's patch was added to nas before 1.7 but then broken, this fixes that.
Bump PKGREVISION.
|
|
|
|
with:
@unexec ${RMDIR} %D/include/arts 2>/dev/null || ${TRUE}
This will stop it from complaining when you use pkg_add to
upgrade the arts package when kdelibs is still installed.
Okayed by maintainer, markd.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|