~ubuntu-branches/ubuntu/maverick/gnome-media/maverick

« back to all changes in this revision

Viewing changes to gstreamer-properties/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette, Josselin Mouette, Luca Bruno
  • Date: 2009-05-28 00:05:41 UTC
  • mfrom: (0.1.28 upstream)
  • mto: This revision was merged to the branch mainline in revision 62.
  • Revision ID: james.westby@ubuntu.com-20090528000541-s3h2g1jjw8sodkfi
Tags: 2.26.0-1
[ Josselin Mouette ]
* Set the team as primary maintainer. Closes: #523538.

[ Luca Bruno ]
* New upstream release. Closes: #526798.
  + Features a MP2 audio profile. Closes: #502059.
* debian/control.in:
  - Build-Depends:
    + Add libcanberra-gtk-dev 0.4.
    + Add libunique-dev.
    + Bump libglib2.0-dev to 2.18.2.
* debian/patches/01_vumeter_nodisplay.patch:
  - Remove, vu-meter isn't being built by default since 2.23.

[ Josselin Mouette ]
* Update build-dependencies, include libpulse.
* Explicitly enable the gst mixer.
* Install the autostart file in /usr/share/gnome/autostart.
* Install OMF and sound files.
* 10_applet_tryexec.patch: new patch. Only run 
  gnome-volume-control-applet when pulseaudio is installed.
* Split install targets for gnome-volume-control and gst-mixer. 
  Install selectively what comes from each of them.
* Install both gnome-volume-control.pulse and 
  gnome-volume-control.gstreamer. The real gnome-volume-control is now  
  a wrapper script.
* Depend on x11-utils for the wrapper script to work.
* Suggest pulseaudio.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
==================== 2.25.92 ====================
 
2
 
 
3
2008-09-18  Kjartan Maraas  <kmaraas@gnome.org>
 
4
 
 
5
        * gstreamer-properties.c: (create_dialog), (main):
 
6
        * pipeline-tests.c: (gst_pipeline_string_get_property_value):
 
7
        Make a function static and stop leaking GnomeProgram. Bug #552748.
 
8
 
 
9
2008-11-06  Kjartan Maraas  <kmaraas@gnome.org>
 
10
 
 
11
        * gstreamer-properties.c: (gst_properties_gconf_get_string),
 
12
        (gst_properties_gconf_set_string): Use G_STRFUNC here.
 
13
 
 
14
2008-11-05  Kjartan Maraas  <kmaraas@gnome.org>
 
15
 
 
16
        * gstreamer-properties.c: (gst_properties_gconf_get_string),
 
17
        (gst_properties_gconf_set_string): Fix use of deprecated glib
 
18
        stuff.
 
19
 
 
20
2008-11-03  Vincent Untz  <vuntz@gnome.org>
 
21
 
 
22
        * pipeline-tests.c: (gst_pipeline_string_from_desc): fix string
 
23
        comparison. It's not python :-)
 
24
 
1
25
2008-09-07  Gilles Dartiguelongue  <gdartigu@svn.gnome.org>
2
26
 
3
27
        * Makefile.am: Modernize autofoo, bug #550919