Age | Commit message (Collapse) | Author | Files | Lines |
|
and renamed to ALLOW_REPLACEMENT, so pass 0 here.
|
|
Bump PKGREVISION to 1.
|
|
|
|
|
|
|
|
This package is part of the ugly GStreamer plugins; that is, those that
might pose some legal problems.
|
|
|
|
from dream multimedia set-top boxes to hard disk.
|
|
I missed this in my commit earlier.
|
|
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
|
Bugs fixed since 0.10.4:
* 334216 : [gnomevfssrc] won't open some media on NFS mounts any longer
* 334226 : typefindfunctions plugin crashes on PPC on registration
|
|
overriding DISTFILE.
|
|
PKGINFODIR.
|
|
1.4.0
* Added Bulgarian user guide
* Show the "Seeking to" label in fullscreen as well
* Make the standard zoom keyboard shortcuts work
* Allow to save thumbnails in JPEG rather than PNG
* Playlist parser fixes for Rhythmbox' initial import
* Make nautilus startup faster by only initialising the backend when
we require it (GStreamer)
1.3.92:
* Get the list of subtitles and languages (GStreamer 0.10)
* Fix the window title not getting set properly when loading a new file
* Avoid hang when skipping to the next file (GStreamer 0.10)
* Require glib 2.8 to avoid crashers (GStreamer 0.10)
* Compilation fix with glib > 2.8.0 and < 2.9.1
* Fix a critical warning on startup when a particular file is in the recent
files list
* Fix a warning on open (GStreamer 0.8)
1.3.91:
* Show the waiting cursor when opening files, parsing playlists and starting up
* Add popup menu support with the keyboard to the playlist
* Don't reverse items when moving them down the playlist
* Remove the scrollbars in the playlist when it's been emptied
* Don't look for subtitles on HTTP servers
* Don't show playlists as ignored after having parsed them successfully
* Bigger and better logo
* Fix a possible crash with the ASF playlist parser
* Add support for the target property, opening the movie in a stand-alone
Totem (Mozilla plugin)
* Add support for background music (Mozilla plugin)
* Take the aspect ratio of the screen when setting the size of the
visualisations (xine-lib, GStreamer 0.10)
* Fix compilation with glib < 2.8
* Add ability to disable text subtitles when Totem loads them automatically
(xine-lib)
* Better logo mode handling (GStreamer 0.8)
* Free the video output after showing images (GStreamer 0.8)
* Show the logo when playing an audio file without visualisations
(GStreamer 0.10)
* Better key seek handling (GStreamer 0.10)
* Fix problems with setting the speaker arrangement (GStreamer 0.10)
* Fix playback of files with non-16-bit audio (GStreamer 0.10)
* Don't block when getting metadata (GStreamer 0.10)
* Better error message when the decoder/demuxer doesn't support streaming
(GStreamer 0.10)
1.3.90:
* Use Ctrl+S as "Take Screenshot..." shortcut
* Fix a possible crash on start with multiple totem processes
* Support application/smil and application/x-smil mime-types
* Better parsing of SMIL playlists
* Better parsing of ASX playlists with multiple REF entries per ENTRY
* Make the about box parented on the Mozilla window (Mozilla plugin)
* Fix data being dropped when streaming from fast servers (Mozilla plugin)
* Fix the state of the volume button on startup (Mozilla plugin)
* Fix the Subtitles and Audio tracks not being available (xine-lib)
* Support on-the-fly visualisation plugins change (GStreamer)
* Fallback if the configured output plugins aren't available (GStreamer)
* Don't shrink the toplevel window when setting the logo (GStreamer)
* Fix video thumbnailing for movies with a non-1/1 aspect ratio
|
|
Changes since 2.13.93:
* translation updates
* bug fixes: 331256
Changes since 2.13.92:
* translation updates
Changes since 2.13.91:
* bug fixes: 324508,
Changes since 2.13.90:
* made error dialogs from gnome-sound-recorder more friendly.
Changes since 2.13.7:
* random maintainance work
* fix for theme crash
Bugs fixed:
* 329040: Add GTK category to the .desktop file
This is gnome-media 2.13.7
Changes since 2.13.6:
* fix simple compilation error
This is gnome-media 2.13.6
Changes since 2.13.5:
* gst-0.10 port
This is gnome-media 2.13.5
Changes since 2.12.0:
* translation/string fixes (and additions)
* memleak fixes
* add remaining-time mode to gnome-cd
* fix crash (or warning, depending on airwaves) when selecting
the default mixer in gst-mixer
* fix default volume from 0 to max in gnome-cd
Bugs fixed:
* 305926: gnome-sound-recorder don't allow to select the source
* 322900: codec for "Voice" should be speex
|
|
* JuK
o Manual Column widths notice interferes with dragging columns
o Action List in Configure Shortcuts includes up to as many Add
to CD items as you have playlists
o Crash after hiding Play Queue fixed
* KMix
o KMixApplet, if shown on vertical Kicker Panel, shows always
icons (even if there is not enough space)
o Kmix saves the wrong Master Channel under certain cictumstances
o Split channel in KMixApplet shows one channel as a slider, the
other numerical
o Selecting master channel does not update tray icon
|
|
http://service.real.com/realplayer/security/03162006_player/en/
|
|
vulnerabilities. See CVE-2006-0024.
|
|
|
|
scripts prior to revision 1.43 of bsd.pkginstall.mk.
|
|
|
|
INSTALL/DEINSTALL script creation within pkgsrc.
If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts. If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:
INSTALL_SRC= ${PKGDIR}/INSTALL
DEINSTALL_SRC= # emtpy
As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts. By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).
In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework. The only public variables relating to the templates are:
INSTALL_SRC INSTALL_TEMPLATE
DEINSTALL_SRC DEINSTALL_TEMPLATE
HEADER_TEMPLATE
The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
|
|
|
|
|
|
the Makefiles name them CCFLAGS (ARGH!).
|
|
on macppc
|
|
-lc_r, it gets dropped by libtool.
|
|
|
|
DragonFly.
|
|
Changes since 0.10.3:
* (Experimental) QoS support
* oggmuxer now creates 100% valid streams for Theora, Vorbis and Speex
* documentation updates
* better support for subtitles (seeking)
Bugs fixed since 0.10.3:
* 310202 : [subtitles] < i > < /i > tags and others should be supported i...
* 312439 : XVideo output doesn't work on remote displays (probably r...
* 321271 : audio output is truncated at EOS
* 321650 : Can't decode this ogm file
* 325732 : [oggdemux] problem when seeking to time less than 4s with...
* 325972 : [typefinding] doesn't recognise this mp3
* 326720 : [alsasink] doesn't support more than 2 channels anymore
* 330711 : [ffmpegcolorspace] problems with palettized RGB (fencount...
* 330789 : gstbaseaudiosink causes noise on seeking
* 330888 : Fix build with gcc 2.95 (again)
* 331295 : gnomevfssink doesn't respect umask when creating files
* 331526 : 3GP type detection is too simple
* 331678 : Decodebin is not reusable within a single pipeline (as in...
* 331690 : playbin won't play my last.fm stream
* 331763 : [alsamixer] unmute sets the volume to 100%
* 331765 : [alsamixer] mixer applet slider doesn't want to move from...
* 331903 : [videorate] doesnt handle input caps of framerate=0/1 sanely
* 332778 : [ogmparse] " Already an existing pad " WARNING
* 332964 : random crashes in mp3_type_find
* 333254 : theora encoder does not set IN_CAPS flag properly
* 333352 : [gnomevfssink] reports disk full as generic error
* 333488 : Allow for palette < 256 colours in AVI files
* 333510 : [PATCH] Fix gst_pad_new_from_template (gst_static_pad_tem...
* 333545 : [riff] set depth on wma caps to make asfdemux and pitfdll...
* 333663 : [patch] unref the result of gst_pad_get_parent
* 333900 : [typefind] cannot play a particular mp3 file
* 334112 : variable not initialized
* 334129 : Disable frame dropping for now
* 317038 : use default channel layout if none is specified in multic...
* 319340 : [cdparanoia] uncorrected-error signal never fired
API added since 0.10.3:
* GstTextOverlay::halignment
* GstTextOverlay::valignment
|
|
Changes since 0.10.3:
* Parallel installability with 0.8.x series
* Threadsafe design and API
* 33% of library size removed by parse change
* (Experimental) QoS features (use max-lateness on BaseSink subclasses to enable)
Bugs fixed since 0.10.3:
* 323542 : GStreamer 0.10 hangs at EOS for all songs
* 320340 : triggering a gst_task_join from the streaming task can de...
* 322628 : document thread-unsafety of gst_value_foo() + gst_value_r...
* 324186 : Smarter (deterministic!) typefind decisions
* 324398 : varargs/valist functions aren't bindable
* 328873 : only one gst_bin_recalc_state allowed at a time
* 330899 : CVS directory in make dist tarball
* 330906 : API: add GST_QUERY_TYPE_NAME and GST_MESSAGE_TYPE_NAME
* 330996 : basesrc emits EOS unconditionally when going to READY
* 331255 : Shrinking gst_parse_launch bloat
* 331898 : Basetranform is not reusable
* 332045 : API: GstPipeline needs API to disable flushing of its bu...
* 332277 : [filesrc] seek does not correct read position in non-mmap...
* 332611 : [basesrc] needs way to prevent expensive start/stop in ch...
* 332723 : New API: gst_type_find_helper_for_buffer
* 333042 : New API: gst_type_find_helper_get_range
* 333266 : Registry file writing rewrite
* 333272 : tests should set G_SLICE=always-malloc now
* 333417 : GST_BOILERPLATE_WITH_INTERFACE can't be used in C++ code
* 333669 : Add pad accessor defines for GstBaseTransform
* 333779 : New API: add gst_uri_has_protocol
* 324818 : gst_registry_get_default doesn't sink newly created registry
* 330125 : _pad_send_event does not check flushing correctly
* 330684 : Add ability to emit sync-message without messing with the...
API added since 0.10.3:
* gst_pipeline_set_auto_flush_bus()
* gst_pipeline_get_auto_flush_bus()
* gst_uri_has_protocol()
* gst_pipeline_set_max_lateness()
* gst_pipeline_get_max_lateness()
* gst_pipeline_get_sync()
* gst_pipeline_do_sync()
* GST_BASE_TRANSFORM_SRC_PAD()
* GST_BASE_TRANSFORM_SINK_PAD()
* GstBaseSrc::check_get_range()
* GstBaseSink::max-lateness
* gst_type_find_helper_get_range()
* gst_type_find_helper_for_buffer()
* GST_MESSAGE_TYPE_NAME()
* GST_QUERY_TYPE_NAME()
* gst_bus_enable_sync_message_emission()
* gst_bus_disable_sync_message_emission()
|
|
|
|
The build needs optimization. So if CFLAGS doesn't contain at least
-O then add it. (Thank you Juan for idea.)
On the tech-pkg-ja@jp.NetBSD.org list, I was told (19 Dec 2005):
> This change can be accepted when judged only from my environment (i386),
> since the expression of "if empty(CFLAGS:M-O*)" is evaluated
> after setting of the environment variable (-O2).
> However, I do not have the positive proof whether this expression is evaluated
> after setting of the environment variable (-O2), in all environments.
So hopefully this doesn't break for anyone else.
|
|
Remove deprecated ossaudio.buildlink3.mk.
|
|
|
|
on gettext-lib explicitly and set BROKEN_GETTEXT_DETECTION.
|
|
|
|
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.
Addresses PR 32998 by Robert Elz.
|
|
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
|
|
|
|
|
|
|
|
|
|
No change in the files included in the tarball compared to old one.
|
|
|
|
Solaris 8 has only <inttypes.h>.
|
|
|
|
|