Updated qcma to build with newer ffmpeg.

Disabled appindicator support (too unstable).
This commit is contained in:
codestation
2016-03-18 20:00:16 -04:30
parent 7886238975
commit 65b04093eb
7 changed files with 40 additions and 39 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
qcma (0.3.11) unstable; urgency=low
* fixed compilation with newer ffmpeg.
* removed appindicator compilation build on debs, too unstable.
-- codestation <codestation404@gmail.com> Sun, 18 Mar 2016 00:00:00 -0000
qcma (0.3.10) unstable; urgency=low
* debian: switch to libvitamtp*

9
debian/control vendored
View File

@@ -13,14 +13,12 @@ Build-Depends:
qttools5-dev-tools,
libnotify-dev,
libgtk2.0-dev,
libappindicator-dev,
pkg-config,
libvitamtp-dev (>= 2.5.5)
Package: qcma
Architecture: any
Depends: libvitamtp5 (>= 2.5.5), ${shlibs:Depends}, ${misc:Depends}
Recommends: qcma-appindicator
Description: Content Manager Assistant for the PS Vita
QCMA will allow you to backup your PS Vita games & manage
your songs, videos & photos.
@@ -33,10 +31,3 @@ Description: Content Manager Assistant for the PS Vita (headless version)
Command-line client to backup your PS Vita games & manage
your songs, videos & photos.
You can connect your Vita wirelessly or via USB.
Package: qcma-appindicator
Architecture: any
Depends: qcma (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Content Manager Assistant for the PS Vita (appindicator support)
This desktop tray indicator will let you known if you PS Vita
is currently recognized by QCMA

View File

@@ -1,3 +0,0 @@
usr/lib/qcma/libqcma_appindicator.so
gui/resources/images/qcma_on.png usr/share/icons/hicolor/64x64/actions
gui/resources/images/qcma_off.png usr/share/icons/hicolor/64x64/actions

2
debian/rules vendored
View File

@@ -11,6 +11,6 @@ export QT_SELECT=qt5
override_dh_auto_configure:
lrelease common/resources/translations/qcma_*.ts
dh_auto_configure -- qcma.pro CONFIG+="ENABLE_APPINDICATOR"
dh_auto_configure -- qcma.pro
.PHONY: override_dh_auto_configure