Package Details: guitar-pro 11686-7

Git Clone URL: https://aur.archlinux.org/guitar-pro.git (read-only, click to copy)
Package Base: guitar-pro
Description: A popular tablature editor software for guitar, bass, and many other instruments.
Upstream URL: http://www.guitar-pro.com
Licenses: proprietary
Submitter: sergej
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 40
Popularity: 0.000000
First Submitted: 2010-04-11 20:21 (UTC)
Last Updated: 2024-09-03 18:37 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

apaatsio commented on 2015-10-08 11:44 (UTC)

I got my problems solved by using the linux version (not the demo) and modifying PKGBUILD to use that. Instructions: 1. Click "Download snapshot" 2. Untar 3. Modify PKGBUILD (see below) 4. Run makepkg -si 5. Run /opt/GuitarPro6/GuitarPro 6. Happy shredding Here are the modified parts in my PKGBUILD: pkgver=11686 # ... source=("http://downloads.guitar-pro.com/gp6/gp6-full-linux-r11686.deb" "https://dl.dropboxusercontent.com/sh/29kr9dvw7gnmojk/AAC9yXcEWbxXgtBL5wUcgam_a/libcrypto.so.0.9.8" "https://dl.dropboxusercontent.com/sh/29kr9dvw7gnmojk/AADCm1FBezXrR3ZosGBS8wUva/libssl.so.0.9.8") # ... md5sums=('3de3b59151b33965a92cd4f51162aeee' 'e66ee85eccfa5e5d0aabedcd13c6c8b4' '8d7331135369f0dc131c4a95f034c4b7') Note that this downloads the full version (not the demo/trial). I don't know if there is a difference, but I have the license key so this worked for me.

apaatsio commented on 2015-10-08 11:08 (UTC)

Please update the package version. Newest one is 11686. The one in this package is 11621.

rumpelsepp commented on 2015-09-16 20:32 (UTC)

Could you please use arch dependend fields, for instance depends_x86 and depends_i686 [1]? Using this CARCH magic breaks the AUR RPC interface [2] [1]: https://www.archlinux.org/pacman/PKGBUILD.5.html#_options_and_directives [2]: https://github.com/rmarquis/pacaur/issues/363#issuecomment-140840317

BrianAllred commented on 2015-08-27 01:37 (UTC)

I'm having issues doing an offline activation. Not even getting the option, even with no network connectivity.

alex.m commented on 2015-08-23 20:14 (UTC)

@tsoporan Do you use launcher.sh to run Guitar Pro? I get the same error as you when I'am trying to run /opt/GuitarPro6/GuitarPro without a launcher.sh

tsoporan commented on 2015-08-03 16:30 (UTC)

I had the same issue as apaatsio and followed alex.m comment. Now I see: /opt/GuitarPro6/GuitarPro: error while loading shared libraries: libfilesystem.so: cannot open shared object file: No such file or directory Here is the ldd: libfilesystem.so => not found libRSECore.so => not found libchunk.so => not found libexception.so => not found libfactory.so => not found libmemory.so => not found libmmap.so => not found libobject.so => not found libprofiler.so => not found libregister.so => not found libthread.so => not found libtimer.so => not found libWavFile.so => not found libxml.so => not found libvariant.so => not found libGPCore.so => not found libOverLoud.so => not found libPickupModeling.so => not found libssl.so.0.9.8 => not found libcrypto.so.0.9.8 => not found libRSEAudioCore.so => not found Seems like I am missing quite a few of these, are there some base packages that I am missing here?

alex.m commented on 2015-08-01 09:04 (UTC)

@apaatsio: I had the same issue with libboost_system-gcc43-mt-1_39.so.1.39.0 and even sudo did not work for me. This is how I fixed it: 1) install lib32-boost-libs package from AUR (https://aur.archlinux.org/packages/lib32-boost-libs/) 2) trick guitar pro by creating some links: ln /usr/lib32/libboost_system.so.1.58.0 /usr/lib32/libboost_system-gcc43-mt-1_39.so.1.39.0 ln /usr/lib32/libboost_filesystem.so.1.58.0 /usr/lib32/libboost_filesystem-gcc43-mt-1_39.so.1.39.0 ln /usr/lib32/libboost_thread.so.1.58.0 /usr/lib32/libboost_thread-gcc43-mt-1_39.so.1.39.0

bebR commented on 2015-04-28 20:29 (UTC)

@apaatsio: this lib is shipped with Guitar pro (according to the official package that I installed, not the one downloaded by this pkgbuild), what ldd on the GuitarPro executable says about this lib?

apaatsio commented on 2015-04-18 12:16 (UTC)

I am getting /opt/GuitarPro6/GuitarPro: error while loading shared libraries: libboost_system-gcc43-mt-1_39.so.1.39.0: cannot open shared object file: No such file or directory I am running the registered version. Running with sudo solves the problem but this is far from ideal solution.

bebR commented on 2015-04-09 10:23 (UTC)

I had the segfault issue and running as root solved the problem. This is however a bad idea, and I don't want the root user to belong to the @audio group. I had to manually install Guitar pro from the official .deb (full version) and I imported the full soundbank manually. I know this is not the Arch way, but this pkgbuild does not work for me. I also manually added some symbolic links for libssl and libcrypto. Actually, 1.0.0 versions works with the Guitar pro version, 0.9.8 not need then. I don't know if the .deb of the "demo" version can be used to properly install this application...