diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-04-05 01:44:16 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-04-05 01:44:16 -0500 |
commit | 9487577fcf4c34c9fce5d909ba9227a9e5bde399 (patch) | |
tree | bc9bfe2a817613aefb492d3960fb31647a50f6b0 /ubuntu/precise | |
parent | 09faf92fbfa23a03fb6b723533a1aebf1a1a705d (diff) | |
download | tde-packaging-9487577fcf4c34c9fce5d909ba9227a9e5bde399.tar.gz tde-packaging-9487577fcf4c34c9fce5d909ba9227a9e5bde399.zip |
Build Amarok tag writing support on Debian and Ubuntu
Diffstat (limited to 'ubuntu/precise')
-rw-r--r-- | ubuntu/precise/applications/amarok/debian/control | 2 | ||||
-rwxr-xr-x | ubuntu/precise/applications/amarok/debian/rules | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ubuntu/precise/applications/amarok/debian/control b/ubuntu/precise/applications/amarok/debian/control index 9ed803cab..2e4614a01 100644 --- a/ubuntu/precise/applications/amarok/debian/control +++ b/ubuntu/precise/applications/amarok/debian/control @@ -10,7 +10,7 @@ Build-Depends: cdbs, debhelper (>= 5.0.0), quilt, bzip2, libtag1-dev, libsqlite3-dev, libmysqlclient15-dev | libmysqlclient16-dev | libmysqlclient18-dev, libpq-dev, libvisual-0.4-dev, libsdl1.2-dev, - libifp-dev, libusb-dev, libgpod-nogtk-dev (>= 0.4.2), libnjb-dev, libmtp-dev, + libifp-dev, libusb-dev, libgpod-nogtk-dev (>= 0.4.2), libnjb-dev, libmtp-dev, libmp4v2-dev, ruby, ruby-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 diff --git a/ubuntu/precise/applications/amarok/debian/rules b/ubuntu/precise/applications/amarok/debian/rules index 77b0e3159..277aff4ec 100755 --- a/ubuntu/precise/applications/amarok/debian/rules +++ b/ubuntu/precise/applications/amarok/debian/rules @@ -31,6 +31,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite \ --with-libgpod \ --with-libnjb \ --with-libmtp \ + --with-mp4v2 \ --enable-mysql \ --enable-postgresql \ --with-yauap \ |