diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-02-23 18:59:44 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-02-23 18:59:44 +0000 |
commit | 40cf3dd7a1864debd190dc8405b98bc02b0a0f0f (patch) | |
tree | 7d43f3c35fc751564ae9f3637782b94d1189a38b /audio/cymbaline/files/patch-cypack_player.py | |
parent | Fix dependency on libnfc.1. (diff) |
- Update to 1.3e
- Remove non-used run dependencies: mpg123 and aumix
- Remove pkg-plist as we're using auto-generated one
- Adjust COMMAND and WWW
PR: 154718
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
Notes
Notes:
svn path=/head/; revision=269563
Diffstat (limited to 'audio/cymbaline/files/patch-cypack_player.py')
-rw-r--r-- | audio/cymbaline/files/patch-cypack_player.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/cymbaline/files/patch-cypack_player.py b/audio/cymbaline/files/patch-cypack_player.py new file mode 100644 index 000000000000..51100af0f631 --- /dev/null +++ b/audio/cymbaline/files/patch-cypack_player.py @@ -0,0 +1,11 @@ +--- cypack/player.py.bak 2011-02-12 21:11:21.000000000 +0100 ++++ cypack/player.py 2011-02-12 21:12:19.000000000 +0100 +@@ -370,7 +370,7 @@ + import mad, ao + self.mf = mad.MadFile(self.path) + self.total = self.mf.total_time()/1000 +- dev = ao.AudioDevice('alsa', rate=self.mf.samplerate()) ++ dev = ao.AudioDevice('oss', rate=self.mf.samplerate()) + global player + while 1: + # manually halted, set mode to stop - to make sure poll won't |