Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
cheese
cheese.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cheese.changes of Package cheese
------------------------------------------------------------------- Sun Feb 13 13:54:47 CET 2011 - vuntz@opensuse.org - Call relevant macros in %post/%postun: + %desktop_database_post/postun because the package ships at least one desktop file. + %icon_theme_cache_post/postun because the package ships themed icons. - Pass %{?no_lang_C} to %find_lang so that english documentation can be packaged with the program, and not in the lang subpackage. - Change Requires of lang subpackage to Recommends, since the english documentation is not there anymore. ------------------------------------------------------------------- Tue Dec 14 15:14:36 CET 2010 - vuntz@opensuse.org - Own /usr/share/gnome and /usr/share/gnome/help to fix build. ------------------------------------------------------------------- Tue Sep 28 00:40:18 CEST 2010 - vuntz@opensuse.org - Update to version 2.32.0: + Updated translations. ------------------------------------------------------------------- Fri Sep 17 09:40:11 CEST 2010 - vuntz@opensuse.org - Update to version 2.31.92: + Updated translations. ------------------------------------------------------------------- Mon Aug 30 09:06:38 CEST 2010 - dimstar@opensuse.org - Update to version 2.31.91: + bgo#620637: After video recording, record/take photo button becomes disabled + Updated translations. ------------------------------------------------------------------- Tue Aug 17 10:14:46 CEST 2010 - dimstar@opensuse.org - Update to version 2.31.90: + Added menu option to toggle flash when taking a picture. + Made escape key always hide the Effects pane if it is visible. + Print correct product id in device monitor debugging + Do not create a device if gst initializazion fails + Updated translations. - Replace explicit BuildRequires with pkgconfig equivalents: + dbus-1-devel -> dbus-1 + gconf2-devel -> gconf-2.0 + gnome-desktop-devel -> gnome-desktop-2.0 + gstreamer-0_10-plugins-base-devel -> gstreamer-plugins-base-0.10 + gtk2-devel -> gtk+-2.0 + libcanberra-devel -> libcanberra-gtk + libgudev-1_0-devel -> gudev-1.0 + librsvg-devel -> librsvg-2.0 - Add pkgconfig() BuildRequires for clutter UI: clutter-1.0, clutter-gst-1.0, clutter-gtk-0.10. - Add more pkgconfig() BuildRequires: cairo, dbus-glib-1, gee-1.0, gobject-2.0, gstreamer-0.10, unique-1.0. - Use %{?_smp_mflags}. ------------------------------------------------------------------- Thu Apr 29 14:19:26 CEST 2010 - dimstar@opensuse.org - Update to version 2.30.1: + bgo#615002 - Disable "take photo" when there is no camera + bgo#613287 - fix a text rendering problem + bgo#585210 - Use accessor functions instead of direct access + Updated translations. ------------------------------------------------------------------- Tue Mar 30 00:36:38 CEST 2010 - vuntz@opensuse.org - Update to version 2.30.0: + countdown: initialize rsvg at startup and clean it up at exit. Fixes a long standing bug that made cheese crash when going fullscreen with button and window sounds enabled. Fixes bgo#592100. + window: set the main button label to "Stop recording" while recording. Fixes bgo#613421 + widget: use dialog-error icon, since the "error" icon doesn't exist in gnome-icon-theme 2.29. Fixes bgo#613067 + Updated translations. ------------------------------------------------------------------- Tue Mar 9 00:44:12 CET 2010 - dimstar@opensuse.org - Update to version 2.29.92: + widget: restore saved balance settings at startup + bgo#610823: Restore balance (brightness, saturation, hue) settings, saved in gconf, when the camera is initialized. + camera: fix a shameful pointless g_return_if_fail that prevented resolution changing from preferences. + docs: complete api docs for CheeseCameraDeviceMonitor + Updated translations. ------------------------------------------------------------------- Tue Feb 23 11:01:16 CET 2010 - vuntz@opensuse.org - Update to version 2.29.91: + cheese: - Restore the infobar temporarily disabled in the previous version - Make the infobar display generic errors about camera initialization instead of just the "no-device" one. + libcheese-gtk: - Remove "ready" and "error" signals in CheeseWidget and use a "state" property to track current widget state (none, ready, error). - Add cheese_widget_get_error() api to retrieve a GError (propagated from CheeseCamera) if something failed (widget in error state). - Update CheeseAvatarChooser to reflect the new api. + Fixed bugs: - bgo#592663 - Update sensitivity of "move all to trash" + Updated translations. - Rename libcheese-gtk17 to libcheese-gtk18 following soname change. ------------------------------------------------------------------- Wed Feb 10 23:51:54 CET 2010 - vuntz@opensuse.org - Update to version 2.29.90: + Export libcheese-gtk library + Rework Cheese itself to use libcheese-gtk + Add cropping ability to the chooser widget + Fix a possible crasher and a hang in CheeseCamera + Require libgudev on Linux systems + Limit framerate to 30 frames per second + Updated translations. ------------------------------------------------------------------- Sat Jan 16 04:32:38 CET 2010 - vuntz@opensuse.org - Pass --disable-schemas-install to configure. - Do not package en@shaw locale on openSUSE 11.2 and earlier. - Do not call /sbin/ldconfig for the main package, since there's no library there. - Add explicit gconf2-devel, gtk2-devel BuildRequires. - Add libgudev-1_0-devel BuildRequires. - Remove evolution-data-server-devel, hal-devel BuildRequires. ------------------------------------------------------------------- Wed Jan 13 02:17:48 CET 2010 - captain.magnus@opensuse.org - Update to version 2.29.5: + Completely dropped HAL dependency: - Port most HAL code for v4l capability probing into udev and use gudev in cheese to take advantage of it. - Add infrastructure (CheeseCameraDeviceMonitor) for dynamic device hotplugging (UI yet to come). - Add optional udev dependency and provide a simple entry point for non linux platforms. + First steps in splitting cheese code into two libraries - libcheese-common: will provide basic non UI related cheese functions (device detection, device monitoring, video format handling). - libcheese-gtk: a set of widgets that will allow third party applications to include parts of cheese functionality. + Rework most of device capability handling code - Rewrite caps detection code trying to use gstreamer api whenever possible. - Remove framerate retrieving code since it was unused. + Make startup slightly faster + Cosmetic changes - Remove all the fake webcam code and use a still error image when no webcam is available. - Drop EphySpinner in favor of the new GtkSpinner. Invert colors to make it sexier. - Remove actions (SendTo stuff) from the contextual menu. It wasn't exactly the best way to interoperate with the desktop. + Move to GST_DEBUG (first steps, probably needs work) + Fixed bugs: - bgo#598902 - Make flash window a popup - bgo#603595 - Add a photo-taken signal, which passes a pixbuf - bgo#603152 - Use libcanberra instead of GStreamer for shutter - bgo#603167 - Avoid warnings on exit when playback hasn't started - bgo#595005 - Use a custom filename to group burst mode pictures - bgo#594966, bgo#522199, bgo#598445, bgo#603161, bgo#603162, bgo#596535 + Updated Translations. - Add libcanberra-devel to BuildRequires ------------------------------------------------------------------- Thu Dec 24 17:42:09 CET 2009 - vuntz@opensuse.org - Add hal-devel BuildRequires. ------------------------------------------------------------------- Sat Nov 14 11:36:40 CET 2009 - vuntz@opensuse.org - Update to version 2.28.1: + Updated translations. ------------------------------------------------------------------- Mon Sep 28 10:28:42 CEST 2009 - dimstar@opensuse.org - Update to version 2.28.0.1: + Update references to DOC_FIGURES, documentation figures have not been included previously + Updated translations. ------------------------------------------------------------------- Tue Sep 22 18:13:18 CEST 2009 - dimstar@opensuse.org - Update to version 2.28.0: + bgo#590182 - use _X-GNOME-FullName inside the .desktop file + bgo#595073 - fix the abortion of burst mode with the escape key + Updated translations. ------------------------------------------------------------------- Wed Sep 9 04:37:27 CEST 2009 - vuntz@opensuse.org - Update to version 2.27.92: + Updated translations. ------------------------------------------------------------------- Tue Aug 25 17:06:14 CEST 2009 - dimstar@opensuse.org - Update to version 2.27.91: + Restore default window size that was changed with the netbook-mode merge. + Prevent the thumbview to shrink down to nothing when there are no items. Keep track of current items number and set a size request when it reaches zero. + Remove a bunch of hacks used in wide-mode switching to keep the video area size constant. Do everything in a more proper, non hackish, way. Fixes window "flickering" when switching to Wide Mode. + bgo#591389 - Restore a <schema> keyword that got lost in the gconf schema, + Updated translations. ------------------------------------------------------------------- Tue Aug 11 12:26:17 CEST 2009 - vuntz@novell.com - Update to version 2.27.90: + Drop HILDON mode. + Merge netbook-mode branch. Introduces a new horizontal mode that fits nicely in small screens where the vertical real estate is limited (like netbooks). + Enable wide mode at startup if enabled in gconf or if forced through -w/--wide command line option. + Add UI for dynamically switching to and from wide mode. + Set WARNING MessageType for the InfoBar. Warning is certainly more suited since the missing webcam is not a fatal error. + Remove *.glade files. + Insensitize buttons and actions while "bursting". + Take the first photo of a burst right after button press. + Add 256x256 Cheese icons. + Add tooltips to the buttons. Now that toolbar buttons have no labels tooltips can be helpful to identify each button role. + Add burst mode settings to preferences dialog. + Add the scalable version of the take photo and burst icons. + Add --version command line flag. + Updated translations. - Remove libglade2-devel, python-gobject2 BuildRequires. ------------------------------------------------------------------- Thu Jul 30 07:50:54 CEST 2009 - vuntz@novell.com - Update to version 2.27.5: + Add new photo and burst icons + Remove the label of the photo and video modes + Support taking a series of photos, fixes bgo#581997 This introduces the burst mode in cheese. The burst mode allows to take a series of photos with a configurable delay and number of photos. + Make webcam and resolution settings not sensitive if just 1 option is available. If there are no options to choose, make the webcam and resolution combo box insensitive, fixes bgo#588353 + Updated translations. ------------------------------------------------------------------- Sun Jul 19 23:17:10 CEST 2009 - dominique-obs@leuenberger.net - Update to version 2.27.4: + bump gtk+ requirement to 2.17.3 + ensure the drawing area has a native X11 window, bgo#588357 + use the camera-web icon instead of camera-video + manually expose the window if not PLAYING + fix broken xoverlay management + drop url and email handlers + drop GEditMessageArea in favor of GtkInfoBar, bgo#586545 + use AM_SILENT_RULES if available, bgo#587581 + Use accessor functions instead direct access, bgo#585210 + remove markup from translatable strings + keybindings: add configure checks for needed X11 stuff + add little program to emit fake webcam button events + capture webcam buttons, bgo#521551 + remove padding from the take_picture button + sanitize main toolbar structure + Updated translations. ------------------------------------------------------------------- Sun Jul 19 21:00:43 CEST 2009 - coolo@novell.com - fix usage of %_libexecdir ------------------------------------------------------------------- Tue Jun 16 02:58:41 CEST 2009 - vuntz@novell.com - Update to version 2.27.3: - Set default resolution to the highest one with a non jerky (higher than 15fps) framerate, fixes bgo#585857 - Lower max-delay and max-page-delay oggmux properties from 5 to 0.5 seconds. Should prevent out of sync audio in recorded videos and hopefully fix bgo#585761 - Don't access effects string after free. This was causing the first effect stored in gconf to not be restored at startup, fixes bgo#584186 - Get rid of GtkAspectFrame, it doesn't really suit our needs, it hardcodes an aspect ratio that obviously cannot be valid for every format webcams support. Render the video directly to the drawing area with no external aspect ratio restriction. Eventually fixes bgo#559188 since the aspectframe was adding some extra padding between the video and the window border. - Almost every available gstreamer videosink can display black bars around the video keeping its aspect ratio. Enable it if available. Black bars look a lot nicer than the grey color of the underlying gtkwindow displayed with the aspectframe. - Properly forward expose events to GstXOverlay. - Avoid ugly flickering on window resize. Let gstxoverlay take full control of the drawing area window. Prevent gtk from drawing the background and remove the flickering caused by its internal double buffering. - Remove initial black bars (at least for 4:3 webcams). Set a default window size that fits nicely the video aspect ratio so that black bars are not drawn until a manual resize. - Updated translations. ------------------------------------------------------------------- Wed May 27 14:37:32 CEST 2009 - vuntz@novell.com - Update to version 2.27.2: + Ignore new photo requests if we are still waiting for an "handoff" signal for the previous one, fixes bgo#582902 + Fix a couple of trivial memory leaks in the thumbnail generator code, fixes bgo#578289 + Don't return if "image-loading" icon is not found, we will have an empty pixbuf while the thumbnail thread is running but it is surely better than no thumbnail at all, fixes bgo#582240 + Updated translations. ------------------------------------------------------------------- Sun May 10 09:20:26 CEST 2009 - mboman@suse.de - Replace "Webcam application" with "Webcam Application" ------------------------------------------------------------------- Tue May 5 18:44:06 CEST 2009 - vuntz@novell.com - Update to version 2.27.1: + Improve preferences dialog making it more consistent with other GNOME applications. + Add support for brightness, contrast, saturation and hue adjustments, fixes bgo#558970. + Replace deprecated gtk_action_connect_proxy calls with gtk_activatable_set_related_action, fixes bgo#571383. - Bump gtk+ dependency to 2.16 (needed for gtk_scale_add_mark and gtk_activatable_set_related_action). + Archive old ChangeLog and autogenerate it on distribution from git log. + Updated translations. ------------------------------------------------------------------- Mon Mar 16 22:22:24 CET 2009 - mboman@suse.de - Update to version 2.26.0: + Lock gdk mutex in photo-saved and video-saved callbacks Those signals are emitted within a gstreamer callback so outside the mainloop, hence the need for locking. This fixes the flash locking issue and also the one about the grey thumbview right after the flash, fixes bgo#566098 + Translation updates - Remove BuildRequires cairo-devel, gcc-c++, glib2-devel, gstreamer-0_10-devel, pkg-config - Remove %if statements for <= 10.2 - Remove commented out patch line for cheese-declaration.patch. File does not exist in the package - Remove AutoReqProv, it's default - Replace %setup -n %{name}-%{version} with %setup -q - Use make %{?jobs:-j%jobs} instead of make - Don't package omf files in the main package (they get packaged automatically in -lang due to bnc#449846) ------------------------------------------------------------------- Sun Mar 8 23:54:14 CET 2009 - vuntz@novell.com - Review changes. ------------------------------------------------------------------- Wed Mar 4 00:10:38 WET 2009 - lmedinas@gmail.com - Update to version 2.25.92: + bgo#562179 - Remove g_error calls where the error is not supposed to abort execution Replace them with more suited g_warnings + bgo#573573 - Print cheese verbose messages even if log dir doesn't exist + Translation updates ------------------------------------------------------------------- Fri Feb 20 16:30:12 CET 2009 - vuntz@novell.com - Review changes. ------------------------------------------------------------------- Tue Feb 17 00:51:32 WET 2009 - lmedinas@gmail.com - Update to version 2.25.91: + replace deprecated gtk symbols inside hildon code, fixes bgo#571383 + Translation updates ------------------------------------------------------------------- Mon Feb 16 17:49:47 CET 2009 - sbrabec@suse.cz - Added support for translation-update-upstream (FATE#301344). ------------------------------------------------------------------- Tue Feb 3 11:17:27 EST 2009 - mboman@suse.de - Update to version 2.25.90: + fixed lack of period at the end of a few paragraphs in the documentation + adopted "screenshot" instead of "screen shot", fixes bgo#566718 + reverse icon view scroll buttons scroll direction for RTL locales, fixes bgo#566197 + Translation updates ------------------------------------------------------------------- Tue Jan 6 09:45:33 EST 2009 - mboman@suse.de - Update to version 2.25.4: + Translation updates ------------------------------------------------------------------- Sat Dec 20 09:12:41 EST 2008 - mboman@suse.de - Update to version 2.25.3: + single includes fix, fixes bgo#563537 + Translation updates ------------------------------------------------------------------- Sun Dec 14 10:53:24 EST 2008 - mboman@suse.de - Update to version 2.25.2: + print vendor and product id while probing devices. provide some more device informations for easier bug triaging. + remove unnecesary include files, to meet GnomeGoal + don't use random access glist methods when accessing a list sequentially + and properly free list elements after use, fixes bgo#560514 and bgo#560347 + Use gtk_show_uri to open files and xdg-open i.s.o. gnome-open + Use gtk_message_dialog_format_secondary_markup correctly + print the cheese version if the -v flag is set + add support for cams which support only one resolution, fixes bgo#560032 + change the default font of the countdown widget to bitstream vera sans bold + drop libgnome/libgnome-vfs dependencies, fixes bgo#556580 + exit correctly with unknown command line arguments, fixes bgo#556084. + change the ui behaviour of the fullscreen toolbar, to show always when in effects chooser mode, fixes bgo#548546 + Translation updates ------------------------------------------------------------------- Tue Oct 21 21:35:30 EST 2008 - mboman@suse.de - Update to version 2.24.1: + Exit correctly with unknown command line arguments, fixes bgo#556084 + Translation updates ------------------------------------------------------------------- Mon Oct 20 11:27:39 CDT 2008 - maw@suse.de - Require yelp (bnc#436942). ------------------------------------------------------------------- Mon Oct 20 14:37:11 CEST 2008 - meissner@suse.de - require gstreamer-plugins-good for basic video sources ------------------------------------------------------------------- Wed Oct 1 07:34:56 WST 2008 - mboman@suse.de - Update to version 2.24.0: + correct an error in the help file, which prevented the document to be valid + update the cheese dependencies, fixes bgo#547203 + use the correct translated plural form when deleting more than one item from the thumbnail bar, fixes bgo#552290, courtesy of Yuriy Penkin + do not add a new item to the thumbnail bar, if its already there, fixes bgo#549804 + update documentation, courtesy of Joshua Henderson + include gio header in cheese.c + Translation updates ------------------------------------------------------------------- Wed Sep 10 12:50:30 CDT 2008 - maw@suse.de - Update to version 2.23.92: + Documentation update (not yet finished) + Old photos and videos (created before 2.24) are now available bgo#547290 + Don't save duplicated videoformats; rather only keep the one with the maximum framerate if it provides the same resolution (bgo#547144 and bgo#547140) + Send eos event only if the pipeline was playing; otherwise force shutdown; start a timeout to force unclean shutdown if eos takes too long to propagate or doesnt propagate at all (work on bgo#547422) + Set take_picture sensitiveness before webcam_stop_video_recording since this emits a signal that would lead to another sensitiveness change (bgo#547422) + Set the utility hint for the fullscreen toolbar (bgo#548546, partial) + Fix crash when no device is set in gconf (bgo#546868, partial) + Display toolbar when entering into fullscreen mode (bgo#548546) + Updated translations. ------------------------------------------------------------------- Tue Sep 02 17:07:10 CEST 2008 - mboman@novell.com - Update to version 2.23.91: + Bugs fixed: bgo#527736, bgo#547405, bgo#547403, bgo#511916, bgo#547313, bgo#522009, bgo#547168, bgo#513776, bgo#522009, bgo#543976, bgo#481405, bgo#522009, bgo#546390, bgo#546918 - call gdk_x11_window_set_user_time to raise the cheese window if its called twice - remove gtk_init and gst_init, according to the docs these are not needed if we use gtk_get_option_group and gst_init_get_option_group - align the buttons with the thumbnail bar - select the last thumbnail item, if the last one was deleted - remove a thumbnail item immidiately from the thumbnail row if it was deleted - add people who contributed to cheese to the cheese about window - connect button_photo and button_video as proxy widgets for relative RadioActions - don't try to find highest framerate if format is NULL - added a delete action to immediately delete files and a gconf key to show/hide it - add several g_free functions to prevent memory leaks - use g_random_int instead of g_rand_int - add the multiplex thumbnail generator algorithm - disable "Start recording" button until the recording pipeline properly shuts down - save generated thumbnails, it seems to have vanished some time ago - added/updated translations ------------------------------------------------------------------- Tue Aug 05 17:07:10 CEST 2008 - captain.magnus@opensuse.org - Update to version 2.23.6: + add a fullscreen mode for kiosks, fixes bgo#478852, courtesy of Felix Kaser + wait until the video has been recorded, to add it to the thumbnail bar, partially fixes bgo#545212 + move thumbnail generation to its own thread, displaying a loading icon while generating thumbnail and a fallback icon if thumbnail fails, fixes bug bgo#545151, courtesy of Filippo Argiolas + toggle effects button if effects is enabled using menu, fixes bug bgo#539195, courtesy of Filippo Argiolas + make cheese have a fullscreen mode for kiosks, fixes bug bgo#478852 + resolve sluggish video and out-of-sync audio, fixes bug bgo#542014, courtesy of Filippo Argiolas + do not crash on preferences with no camera attached, fixes bug bgo#544062, courtesy of Filippo Argiolas + cheese should ask to delete files if moving to trash fails, fixes bug bgo#545950, courtesy of Filippo Argiolas + cheese crashed with move all to trash if no trash can be accessed, fixes bug bgo#545997, courtesy of Filippo Argiolas + make recording of videos work again, fixes bug bgo#523475, courtesy of Filippo Argiolas + bump gstreamer requirements to 0.10.16 + fixes cheese_print_handler, which resulted in empty cheese logs, courtesy of Filippo Argiolas + allow to choose the webcam using the preference dialog, fixes bug bgo#522200, courtesy of Ryan Zeigler + remove some gcc warnings, fixes bug bgo#537490, courtesy of Cosimo Cecchi + fixed typo, which prevented hildon mode to compile cleanly + removed included <X11/extensions/xf86vmode.h>, fixes bug bgo#539631, courtesy of Marc-Andre Lureau + make hal-device-id command line option work, fixes bug bgo#498023, courtesy of Ryan Zeigler + use ogv as default video extension, fixes bug bgo#524021 + added/updated translations ------------------------------------------------------------------- Fri Jun 20 17:07:10 CEST 2008 - maw@suse.de - Update to version 2.23.4: + Bugs fixed: bgo#535582 and bgo#522009 + Updated translations. ------------------------------------------------------------------- Wed Jun 18 20:06:20 CEST 2008 - maw@suse.de - Update to version 2.23.3: + Add support to set the video and photo path in gconf + Bugs fixed: bgo#526214, bgo#534480, bgo#511369, bgo#509475, bgo#527870, bgo#528249, bgo#525739, bgo#522200 (partially), bgo#529467, bgo#529789, bgo#529276, bgo#519846, bgo#519548, bgo#511160, bgo#511945, bgo#524021, bgo#522197, bgo#524814, bgo#522152, bgo#522198, bgo#523121, bgo#522143, bgo#526398, bgo#520394, bgo#511369, and bgo#512091 + Updated translations. ------------------------------------------------------------------- Thu Apr 10 15:33:51 CEST 2008 - maw@suse.de - Update to version 2.22.1: + Cheese crashed while initializing webcam on some devices, fixes bug bgo#522143 + Cheese did not list its gnome-vfs dependency, fixes bgo#522152 + Cheese did not open the webcam device set in gconf, fixes bgo#522198 + Cheese crashed if getting information from a webcam fails, fixes bgo#522197 + Set the max waiting time for detecting a camera to 10 seconds, fixes bgo#520394 + Do not allow to take pictures, while the webcam is initialising, fixes bgo#523121 + Show our fancy countdown widget by default + Updated translations. ------------------------------------------------------------------- Fri Mar 14 04:04:35 CET 2008 - maw@suse.de - Update to version to 2.22.0: + typo in the documentaton: ximageskink instead of ximagesink + menu entries for take a photo and recording never switched, (bgo#516745) + select a thumb near the deleted item (bgo#505442) + make sure we have the right prototype definition (bgo#519030) + Rephrased hard-to-understand sentence in docs (bgo#518838) + Updated translations - Drop cheese-declaration.patch. ------------------------------------------------------------------- Tue Mar 4 19:27:57 CET 2008 - maw@suse.de - Update to version 2.21.92: + Use GtkBuilder instead of libglade + Put gtk calls in critical section of threads (bgo#516697) + Make use of the gconf countdown setting + Updated translations. ------------------------------------------------------------------- Tue Feb 19 17:30:47 CET 2008 - maw@suse.de - Update to version 2.21.91: + Replace gnome-vfs with gio + Pressing esc cancels countdown/stop video recording + Updated translations, including effect names. ------------------------------------------------------------------- Fri Feb 1 22:01:30 CET 2008 - maw@suse.de - Import into autobuild (thanks, Andrew!) - Update to version 2.21.90.1: + Many bug fixes + New effects + Updated translations. ------------------------------------------------------------------- Fri Nov 30 2007 - andrew@forcev.net - Cleanup of spec file to comply with openSUSE GNOME packaging guidelines ------------------------------------------------------------------- Wed Sep 26 2007 - andrew@forcev.net - Initial build for openSUSE 10.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor