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

« back to all changes in this revision

Viewing changes to gmusicbrowser_mplayer.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:
95
95
        #SkipTo(undef,$sec) if $sec;
96
96
 
97
97
        $OUTPUTfh->blocking(0); #set non-blocking IO
98
 
        warn "playing $file (pid=$ChildPID)\n";
 
98
        warn "playing $file (pid=$ChildPID)\n" if $::Verbose;
99
99
        $WatchTag= Glib::IO->add_watch(fileno($OUTPUTfh),'hup',\&_eos_cb);
100
100
        $WatchTag2=Glib::IO->add_watch(fileno($OUTPUTfh),'in',\&_remotemsg);
101
101
                #Glib::Timeout->add(500,\&_UpdateTime);