2006-03-06 01:18:27 by Thomas Klausner | Files touched by this commit (214) | |
Log message:
Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.
Addresses PR 32998 by Robert Elz.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2006-01-24 08:33:02 by Thomas Klausner | Files touched by this commit (1164) |
Log message:
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
2006-01-18 13:55:56 by Julio M. Merino Vidal | Files touched by this commit (12) |
Log message:
Adjust dependencies after the renames of gstreamer, gst-plugins and
gst-plugins-* to gstreamer0.8, gst-plugins0.8 and gst-plugins0.8-*,
respectively. Bump PKGREVISION.
|
2005-12-31 13:32:49 by Thomas Klausner | Files touched by this commit (212) |
Log message:
Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
|
2005-11-25 22:23:16 by Thomas Klausner | Files touched by this commit (44) |
Log message:
Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS because
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
|
2005-10-16 14:12:50 by Julio M. Merino Vidal | Files touched by this commit (5) | |
Log message:
Update to 2.12.0:
This is gnome-media 2.12.0
Changes since 2.11.92:
* install icon for desktop entry.
* distfix.
This is gnome-media 2.11.92
Changes since 2.11.91:
* Fix typo in schema
* s/lrint/rint/ for BSD portability
Bugs fixed:
* #309634: build failure -- some platforms do not have lrint()
This is gnome-media 2.11.91
Changes since 2.11.5:
* loop/track mode fixes to gnome-cd
* fix crash in gnome-cd when empty CD is inserted
* make dialog in profiles library call gtk_dialog_run()
Bugs fixed:
* 309883: Library version of gnome-audio-profiles-properties crash ...
* 310309: Fix Right Alignment of Video Tab
* 310626: CD player crashes when an empty cd is in the drive
* 311458: HEAD build failure
* 312636: In Loop Mode and Single Track mode, after completing one ...
* 312654: Single track mode fails to play Last track
* 312658: Stop while in Loop mode, restarts playing the song.
This is gnome-media 2.11.5
Changes since 2.11.4:
* memleak fix
* small buglet in gnome-cd where a menu item was not updated when
we started playing
This is gnome-media 2.11.4
Changes since 2.11.3:
* more standardization changes to gnome-cd and gnome-sound-recorder
Bugs fixed:
* 300408: put list edit button after the list not before it
* 302156: Cd Player doesn't remember last volume chosen
* 303630: A few typos in the .po file
* 304063: Incorrect item capitalization in panel menus
* 305228: Gnome-CD deadlocks at end of cd
* 306052: Fehler
* 306323: gnome-cd should use GTK_STOCK_MEDIA buttons
* 306755: gnome-sound-recorder does not ask to save the files
This is gnome-media 2.11.3
Changes since 2.10.0:
* ported gnome-sound-recorder to GtkUIManager
* some UI enhancements to gnome-cd and cddb-slave
* many usability and bugfixes
Bugs fixed:
* 90792: cddb-slave2-properties capplet should listen for gconf ch...
* 98195: disclosure widget not properly showing indicator in RTL t...
* 105703: Track editor is not refreshing
* 110686: CDDB preferencces dialogue far too big
* 139808: "Iconify to tray" option
* 144163: gnome-cd status tray icon should show current CD information
* 148689: should remember window geometry
* 152878: wrong cddbp port
* 156671: Gnome Sound Recorder: elapsed time incorrect for FLAC & W...
* 161973: adding cacasink to videosink list OR removing aasink from it
* 164120: Gnome-CD asserts when GStreamer elements not found
* 167472: Please don't use ngettext() just to distinguish 1 and oth...
* 168648: gstreamer-properties closes on aasink preview when launch...
* 170685: Title Bar doesnt work properly when a Record button is Cl...
* 171370: use GnomeAbout which is deprecated
* 171952: Gnome-cd Uses GnomeAbout which is deprecated
* 171973: Gconf not updated with "Other FreeDB server" selection f...
* 171986: Gnome-Sound-Recorder Uses GnomeAbout which is deprecated
* 171990: Add Quit menu item to the popup menu of the tray icon
* 172034: Correct spelling error
* 172036: Correct grammar error
* 172538: fix a few leaks and do not set a null title
* 300117: Gnome-media won't compile when Gnome is installed in a no...
* 300658: Fix gcc4 warnings and stuff
|
2005-09-15 21:00:32 by Jeremy C. Reed | Files touched by this commit (4) |
Log message:
Add two patches to use rint instead of lrint. The proper fix would be to use
autoconf system, but even gnome developers changed their code upstream
to use rint instead.
This will close PR #30139.
Over past few months many users have reported this issue.
Bump PKGREVISION.
|
2005-08-10 22:56:30 by Johnny C. Lam | Files touched by this commit (339) |
Log message:
Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
2005-07-21 18:30:01 by Thomas Klausner | Files touched by this commit (328) |
Log message:
Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|