summaryrefslogtreecommitdiff
path: root/multimedia/gnome2-media
AgeCommit message (Collapse)AuthorFilesLines
2007-09-19Finish move of gnome2-media to gnome-media.wiz8-656/+0
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz1-3/+3
2007-06-10Fix pattern for libgnome to actually specify libgnome and not libgnomeui.joerg1-2/+2
No bump as the default ABI version is higher.
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz2-3/+4
affected packages.
2007-04-19use desktopdb.mkdrochner1-1/+2
2007-04-11update to 2.18.0drochner5-65/+141
This moves this pkg to the new stable gnome branch, too much to list here.
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz1-2/+2
2006-11-29cleanup stale GCONF2_SCHEMAS definitiondrochner1-2/+1
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv2-3/+4
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-15Update to 2.16.1:jmmv3-311/+17
This is gnome-media 2.16.1 Changes since 2.16.1: * install vumeter.desktop file correctly. This is gnome-media 2.16.0 Changes since 2.14.2: * make full row of checkboxes clickeable in gnome-volume-control * .desktop fixes for bug-buddy and for category of FDO spec * macro fixes in header files * cygwin build fixes * translations: bn_IN, ca, da, de, es, eu, hi, hu, id, it, ja, ko, lv, mk, mg, ml, mn, mr, nl, pl, pt, ru, sl, sv, ta, th, tr, uk, zh_HK, zh_TW Bugs fixed: * 82190: Gnome CD should not have it's own themes * 166587: does not compile without specifying extra LDFLAGS * 168978: gnome-cd skips when using cdparanoia backend * 303325: The Application "CDDBSlave2" has quit unexpectedly * 316855: Sound Juicer crashes when adding the first new profile * 319846: volume control capplet not in sync with volume control ap... * 329409: gnome-media Cygwin build fixes * 329922: When recording multiple times, items in "record from inpu... * 333450: add categories to gnome-sound-recorder.desktop * 333476: gnome-sound-recorder MUTES sound-recording when recording.. * 336186: Gnome Volume Control applet should display "digital outpu... * 336315: Full row in checkbox listing should be clickable * 339784: sound configu error! * 341361: patch for as-needed * 348645: Help kill libegg * 348851: Errors in .desktop file break bug-buddy support * 349305: Polypaudio is renamed to PulseAudio * 352836: fix a couple leaks Thanks to: * Kjartan Maraas * Marc-Andre Lureau * Stefan Kost * All the translators
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07update to 2.14.2drochner3-9/+9
changes: * fix muting issues in gnome sound recorder * add more tracks to default whitelist in gnome volume control * po/intltool updates (as for other gnome packages) * use GOption instead of popt * new/updated translations -bugfixes
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-06-30Add DragonFly support. From walt on DragonFly's submit list.joerg3-1/+177
2006-06-20Depend on gst-plugins0.10-good so that the sound recorder is always builtjmmv1-2/+3
(requires the gconf plugin). Bump PKGREVISION to 2 because one could still generate binary packages before that had a hidden dependency on the gconf plugin.
2006-06-09update to package infrastructure (msgfmt.sh) fixed build problemjnemeth1-3/+1
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz1-1/+3
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-3/+4
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-69/+69
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13Use the correct path to the xgettext tool.jlam1-3/+3
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-08patch-a[ab] were removed during the last update.jmmv1-3/+1
2006-04-08This uses msgid_plural, so workaround it.jmmv1-1/+2
2006-04-06Change BUILDLINK_DEPENDS.pkg to BUILDLINK_API_DEPENDS.pkg.reed1-5/+5
I missed this in my commit earlier.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
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).
2006-03-30Update to 2.14.0:jmmv3-15/+19
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
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam1-2/+2
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam1-2/+2
Remove deprecated ossaudio.buildlink3.mk.
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-4/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-18Adjust dependencies after the renames of gstreamer, gst-plugins andjmmv1-7/+7
gst-plugins-* to gstreamer0.8, gst-plugins0.8 and gst-plugins0.8-*, respectively. Bump PKGREVISION.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz2-3/+4
Bump BUILDLINK_RECOMMENDED.
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz2-3/+4
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-10-16Update to 2.12.0:jmmv5-61/+64
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-15Add two patches to use rint instead of lrint. The proper fix would be to usereed4-2/+43
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-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
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-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-02update to 2.10.2drochner3-7/+9
bugfixes only
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-22Update to 2.10.0:jmmv4-17/+53
This is gnome-media 2.10.0 Changes since 2.9.92: * fix for crasher in volume control. This is gnome-media 2.9.92 Changes since 2.9.90: * polishing, finetuning, fixing possible crashers here and there... Bugs fixed: * 109909: gnome-cd Seg Faults when Notification Area goes away * 130653: gnome-sound-recorder doesn't prompt on overwrite * 150450: Update of labels in CD Player Preferences dialog * 153496: gnome-audio-profiles-properties crash when edit * 158222: vu-meter segfault in led_bar_light_percent() * 159821: [cdparanoia] audio playback glitches using cdparanoia * 160340: [PATCH] gnome-sound-recorder can not play files * 160830: Cannot run the sound recorder, application just "quits un... * 162185: [PATCH] gnome-sound-recorder cannot properly save files a... * 162302: Trying to record in a second window kills all windows (in... * 162607: "Untitled" window title and default file names need trans... * 164010: gtk warnings * 164857: cdparanoia is really noisy at x48 * 166814: gnome-media-2.8.0 fails to compile on solaris 9 * 167338: translator-credits missing This is gnome-media 2.9.90 Changes since 2.9.4: * mostly bug fixes all over the place. Bugs fixed: * 105709: Track editor crashed after changing cd * 128956: buttons should be greyed out when no CD is present * 164229: While playing, the popup play menu item icon image is not... * 165153: gstreamer-properties.xml file causes xml lint error This is gnome-media 2.9.4 Changes since 2.9.3: * translation fixes Bugs fixed: * 105768: Crash when opening gnome-cd * 148650: changing window title to 'Multimedia Systems Selector' * 153537: [PATCH] typo in error message * 161722: Build breakage on gnome-cd * 162608: gnome-media mixer message needs translator comment * 163354: Update the Time line Display after inserting the CD This is gnome-media 2.9.3 Changes since 2.9.2: * moved switches to their own tab in gst-mixer Bugs fixed: * 153599: The runtime-detected mixers don't have mnemonics * 157117: gnome-volume-control doesn't redraw properly * 158346: Duplicate volume controls for ALSA EMU10k1 * 159428: gnome-volume-control: Use simple check box if there is no... This is gnome-media 2.9.2 Changes since 2.9.1: * re-added CDDA backend in GNOME-CD Bugs fixed: 72581: Gnome-CD should detect multiple cdroms and put them in a ... 150072: small code clean ups 154547: compilation error in audio-profile.h with sound-juicer au... 155088: gnome-sound-recorder does not save files 156874: [PATCH] HIG fixes for preference dialog This is gnome-media 2.9.1 Changes since 2.8.0: * new volume control * ipv6 support for CDDB. Bugs fixes: * 111423: IPv6 enhancements in gnome-media * 144769: Volume Control (2.6.1) reports modem as primary sound card * 145087: cannot install .mo files into $prefix/share/locale in Sol... * 148858: improperly linked * 151971: Rewrite of gnome-volume-control * 153497: [PATCH] HIG fixes for new mixer's preference dialog.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-11/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-21Update to 2.8.0. This version corresponds to GNOME 2.8.0.jmmv5-145/+14
Changes since 2.7.1: * GStreamer-based (CDDB-capable) backend to GNOME CD * Added "nb" and "bs" translations * Added ALSA switches (simple boolean on/off) to Volume Control * Made the whole release compile properly using -Wall -Werror Bugs fixed since 2.7.1: * 51152: CD Player does not support CDDA * 123937: Progress bar does not move while recording * 140082: Too many "name-changed" events for Play/Pause button * 142828: Bad preprocessor directive in gnet-private.h * 143287: [Solaris], Need to set the audio port * 143327: No ATK name for Available Themes selection widget * 144341: gnome-cd chrashes/hangs when opening/closing tray * 144536: missing gst-cdparanoia-cdrom.c and gst-cdparanoia-cdrom.h * 148353: gnome-cd crashes when pressing ejecting a cd while it is ... * 151305: missing return value in seek_to() * 151306: Cleanup of issues reported by sparse/gcc This is gnome-media 2.7.1 Changes since 2.6.1: * Swapped About and Help (Jorn Baayen) * Fixed cddb-slave2 documentation link (Kaushal Kumar) * Added "tk" translation * Fixed compiler warnings in CDDBSlave2 * Lots of functionality updates in CDDBSlave2 * Fixed spelling errors in schemas Bugs fixed since 2.6.1: * 117695: Don't flood syslog with failed CDROMVOLREAD ioctls (Thomas) * 130233: Internationalize profile names and descriptions (Thomas) * 134339: Change dir to path in source (Thomas) * 134340: Use ngettext (Thomas) * 134341: Whitespace before punctuation in gnome-media message (Thomas) * 137139: Change terminal to profile (Thomas) * 141985: Check .cddb directory for entries (Thomas) * 114015: Fix window title for gnome-cd on unknown discs (Thomas) * 135139: Add NetBSD support (Julio M. Merino Vidal) * 130651: Change name and comment in .desktop file (Thomas) * 140344: use gnome-common (Christian Neumair) * 141406: use a colorspace convertor from gst-plugins * 137198: install gstreamer-properties correctly (Julio Vidal) * 125409: redraw display text when style changes (Leena Gunda) * 137464: use gtk_icon_theme in recorder (Fernando Herrera) * 141985: also check .cddb entries (Thomas) * 114015: Fix display of unknown entries (Thomas) * 124924: Initialize pointers (Thomas) * 119596: Differentiate between audio and data cd (Balamurali Viswanathan) * 139555: Make CD playback stop when application exits (Richard Kinder)