- Timestamp:
- Jun 24, 2010, 1:48:08 AM (14 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- 5bb5b34
- Parents:
- 3778176
- git-author:
- Jessica Hamrick <jhamrick@…> (05/12/10 23:21:36)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (06/24/10 01:48:08)
- Location:
- debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/control
re20354c rabc5705 10 10 Pre-Depends: debconf 11 11 Depends: ${shlibs:Depends}, ${misc:Depends}, mplayer, libimage-exiftool-perl, lprng | debathena-lprng, sysv-rc, adduser, debathena-zephyr-config, libzephyr3-krb, alsa-base 12 Conflicts: pulseaudio 12 13 Description: Server for playing music files from a remote machine 13 14 Allows remote machines to play music files on this machine -
debian/lib/gutenbach
r3778176 rabc5705 319 319 open(STDIN, "/dev/null"); 320 320 321 my @args = (qw|/usr/bin/mplayer -vo fbdev2 -zoom -x 1024 -y 768 -framedrop -nolirc -ao alsa -cache 512 -really-quiet|, $filepath);321 my @args = (qw|/usr/bin/mplayer -vo fbdev2 -zoom -x 1024 -y 768 -framedrop -nolirc -ao alsa -cache 512 |, $filepath); 322 322 #print STDERR "About to exec: ", Dumper([@args]); 323 323 exec(@args) ||
Note: See TracChangeset
for help on using the changeset viewer.