Skip to content

Commit 3757aec

Browse files
committed
fix homebrew gstreamer instructions
1 parent f1c4142 commit 3757aec

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

beets/library.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,6 +1116,7 @@ def mutate(self, statement, subvals=()):
11161116
"""Execute an SQL statement with substitution values and return
11171117
the row ID of the last affected row.
11181118
"""
1119+
print statement, subvals
11191120
cursor = self.lib._connection().execute(statement, subvals)
11201121
plugins.send('database_change', lib=self.lib)
11211122
return cursor.lastrowid

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ And a batch of fixes:
186186

187187

188188
1.1.0 (April 29, 2013)
189-
---------------------
189+
----------------------
190190

191191
This final release of 1.1 brings a little polish to the betas that introduced
192192
the new configuration system. The album art and lyrics plugins also got a

docs/plugins/bpd.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ Before you can use BPD, you'll need the media library called GStreamer (along
1717
with its Python bindings) on your system.
1818

1919
* On Mac OS X, you can use `MacPorts`_ or `Homebrew`_. For MacPorts, just run
20-
``port install py27-gst-python``. For Homebrew, use ``brew install
21-
gst-python``. (Note that you'll need the Mac OS X Developer Tools in either
22-
case.)
20+
``port install py27-gst-python``. For Homebrew, the appropriate formulae are
21+
in `homebrew-versions`_, so run ``brew tap homebrew/versions`` and then
22+
``brew install gst-python010``. (Note that you'll need the Mac OS X
23+
Developer Tools in either case.)
24+
25+
.. _homebrew-versions: https://github.com/Homebrew/homebrew-versions
2326

2427
* On Linux, it's likely that you already have gst-python. (If not, your
2528
distribution almost certainly has a package for it.)

0 commit comments

Comments
 (0)