~ubuntu-branches/ubuntu/trusty/gmusicbrowser/trusty-proposed

« back to all changes in this revision

Viewing changes to gmusicbrowser_gstreamer-0.10.pm

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-03-08 06:19:26 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20140308061926-853dpa53gr1yy8lu
Tags: 1.1.12-1
* New upstream release
* debian/rules: Use make distclean rather than make clean
* debian/control:
  - Add myself to uploaders
  - Add build-depends on markdown

Show diffs side-by-side

added added

removed removed

Lines of Context:
316
316
        {       $visual_window->realize unless $visual_window->window;
317
317
                if (my $w=$visual_window->window) { $VSink->set_xwindow_id($w->XID); }
318
318
        }
319
 
        warn "playing $file\n";
 
319
        warn "playing $file\n" if $::Verbose;
320
320
        set_file($file);
321
321
        my $newstate='playing'; $StateAfterSkip=undef;
322
322
        if ($Skip) { $newstate='paused'; $StateAfterSkip='playing'; }