Advertising (This ad goes away for registered users. You can Login or Register)

OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Open discussions on programming specifically for the PS Vita.
Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
soluslobo
Posts: 17
Joined: Thu Apr 03, 2014 3:46 pm

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Post by soluslobo »

SMOKE wrote:Try running this:

Code: Select all

sudo apt-get install libavcodec-dev libavcodec53 libavcodec54
If that doesn't work, I don't know what else to try
This shows up

Code: Select all

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libavcodec53
Edit: I was able to install vitamtp1_2.4.0-1_amd64.deb BUT I have no idea where it is can't find it. QCMA still gives me the dependency error.


=====

qwikrazor87 wrote:When running the dpkg commands make sure you are in the same directory as the .deb pkgs.
I have no idea what you are talking about lol.
Advertising
Last edited by SMOKE on Fri May 02, 2014 1:12 am, edited 2 times in total.
Reason: Merged posts
qwikrazor87
Guru
Posts: 2874
Joined: Sat Apr 21, 2012 1:23 pm
Location: The North Pole

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Post by qwikrazor87 »

soluslobo wrote:
qwikrazor87 wrote:When running the dpkg commands make sure you are in the same directory as the .deb pkgs.
I have no idea what you are talking about lol.
Place the .deb pkgs into

Code: Select all

/home/solus/
then run the dpkg commands again.
Advertising
PSP 2001 - TA-085 - 6.61 PRO-C2
PS Vita 3G - PCH-1101 - 3.65 HENkaku Ensō
Alcatel phone - Android 8.1.0
Laptop - Toshiba Satellite L305D-S5974 - Ubuntu 16.04 LTS
SMOKE
Retired Mod
Posts: 3673
Joined: Tue Apr 17, 2012 10:00 pm
Location: USA
Contact:

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Post by SMOKE »

@qwik keep it simple for the new guys man.
The easiest way is the deb package here:

http://security.ubuntu.com/ubuntu/pool/ ... _amd64.deb

Then run these commands:

Code: Select all

cd ~/Downloads
sudo dpkg -i libavcodec53*.deb
soluslobo
Posts: 17
Joined: Thu Apr 03, 2014 3:46 pm

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Post by soluslobo »

qwikrazor87 wrote:
soluslobo wrote:
qwikrazor87 wrote:When running the dpkg commands make sure you are in the same directory as the .deb pkgs.
I have no idea what you are talking about lol.
Place the .deb pkgs into

Code: Select all

/home/solus/
then run the dpkg commands again.
okay I did what you said and this happened:

Code: Select all

solus@freedom:~$ sudo dpkg -i vitamtp*.deb
(Reading database ... 178274 files and directories currently installed.)
Preparing to unpack vitamtp1_2.4.0-1_amd64.deb ...
Unpacking vitamtp1 (2.4.0-1) over (2.4.0-1) ...
Setting up vitamtp1 (2.4.0-1) ...
Processing triggers for libc-bin (2.19-0ubuntu6) ...
solus@freedom:~$ sudo dpkg -i qcma*deb
Selecting previously unselected package qcma.
(Reading database ... 178274 files and directories currently installed.)
Preparing to unpack qcma_0.2.8-1_amd64.deb ...
Unpacking qcma (0.2.8-1) ...
dpkg: dependency problems prevent configuration of qcma:
 qcma depends on libavcodec53 (>= 6:0.8.3-1~) | libavcodec-extra-53 (>= 6:0.8.8); however:
  Package libavcodec53 is not installed.
  Package libavcodec-extra-53 is not installed.
 qcma depends on libavformat53 (>= 6:0.8.3-1~) | libavformat-extra-53 (>= 6:0.8.8); however:
  Package libavformat53 is not installed.
  Package libavformat-extra-53 is not installed.
 qcma depends on libavutil51 (>= 6:0.8.3-1~) | libavutil-extra-51 (>= 6:0.8.8); however:
  Package libavutil51 is not installed.
  Package libavutil-extra-51 is not installed.

dpkg: error processing package qcma (--install):
 dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.54ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Errors were encountered while processing:
 qcma
solus@freedom:~$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  libavutil-dev libusb-1.0-0:i386 libxml2:i386 winff-gtk2
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  qcma
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 352 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 178281 files and directories currently installed.)
Removing qcma (0.2.8-1) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.54ubuntu1) ...
SMOKE
Retired Mod
Posts: 3673
Joined: Tue Apr 17, 2012 10:00 pm
Location: USA
Contact:

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Post by SMOKE »

You need to install libavcodec53 and libavcodec-extra-53


EDIT:
also these:

libavutil51
libavutil-extra-51
codestation
Big Beholder
Posts: 1660
Joined: Wed Jan 19, 2011 3:45 pm
Location: /dev/negi

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Post by codestation »

Better yet:

Code: Select all

sudo apt-get --yes --fix-broken install
That will install all the missing deps and fix these problems.
Plugin list
Working on: QPSNProxy, QCMA - Open source content manager for the PS Vita
Playing: Error: ENOTIME
Repositories: github, google code
Just feel the code..
soluslobo
Posts: 17
Joined: Thu Apr 03, 2014 3:46 pm

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Post by soluslobo »

codestation wrote:Better yet:

Code: Select all

sudo apt-get --yes --fix-broken install
That will install all the missing deps and fix these problems.
okay since my keyboard felt like acting up when I clicked OK it somehow chose cancel and now I get this:

Code: Select all

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libavutil-dev libusb-1.0-0:i386 libxml2:i386 winff-gtk2
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
It never finished installing, how do I reinstall it?.
codestation
Big Beholder
Posts: 1660
Joined: Wed Jan 19, 2011 3:45 pm
Location: /dev/negi

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Post by codestation »

soluslobo wrote: It never finished installing, how do I reinstall it?.
If you just need to reinstall then do the commands again:

Code: Select all

sudo dpkg -i vitamtp3*.deb
sudo dpkg -i qcma*.deb
sudo apt-get --yes --fix-broken install
After this you should have a qcma entry on your menu (or if you are using unity then just look for qcma using the lens).
Plugin list
Working on: QPSNProxy, QCMA - Open source content manager for the PS Vita
Playing: Error: ENOTIME
Repositories: github, google code
Just feel the code..
Kyouma
Posts: 155
Joined: Sun Dec 09, 2012 10:41 am
Location: Netherlands

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Post by Kyouma »

I haven't been following on the progress a whole lot so a couple days ago I decided to take a look.

I think it looks pretty good thus far and with a bit of effort it can be 'the' alternative to a patched official CMA. So kudos for that.

Does anyone know if there's work being done on a frontend though?
Image
fate6
Big Beholder
Posts: 7599
Joined: Fri Mar 09, 2012 1:18 am
Location: [fate6@Canterlot ~]$

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Post by fate6 »

A bit late there buddy :3

viewtopic.php?f=52&t=34677
Image
anon wrote:If you can't trust a 600 year old vampire in a prepubescent girl's body, who can you trust?
Locked

Return to “Programming and Security”