Package Details: gtkpod1 1.0.0-2

Git Clone URL: https://aur.archlinux.org/gtkpod1.git (read-only, click to copy)
Package Base: gtkpod1
Description: A platform-independent GUI for Apple's iPod using GTK2 (old version)
Upstream URL: http://gtkpod.sourceforge.net/
Licenses: GPL, MPL
Conflicts: gtkpod
Submitter: elleybean
Maintainer: biloky
Last Packager: biloky
Votes: 3
Popularity: 0.000000
First Submitted: 2011-10-09 16:29 (UTC)
Last Updated: 2015-07-07 08:20 (UTC)

Latest Comments

florosus commented on 2023-11-27 20:13 (UTC) (edited on 2023-11-27 20:33 (UTC) by florosus)

To fix segfault with non-ASCII characters, change line 402 in src/misc.c to read tempStr = g_utf8_collate_key (cleanStr, -1);

To build, it needs configure flags:

build() {                                                                       
   # build libmp4v2 1.9.1                                                        
   cd "${srcdir}/mp4v2-1.9.1"                                                    
   ./configure --prefix=/usr CXXFLAGS="-fpermissive -Wno-error=narrowing"
   make                                                                          

   # build gtkpod 1.0.0                                                          
   cd "${srcdir}/gtkpod-${pkgver}"                                               
   sed -i 's#python#python2#' scripts/sync-palm-jppy.py                          
   ./configure --prefix=/usr CFLAGS="-fcommon" LDFLAGS="-fcommon"                
    make                                                                          
  }            

@biloky: please add this as a patch

biloky commented on 2020-08-13 01:14 (UTC)

@tyjal: Try this link: http://ftp.vim.org/ftp/pub/ftp/os/Linux/distr/tinycorelinux/4.x/x86/scm/src/audacity2/mp4v2-1.9.1.tar.bz2

tyjak commented on 2020-08-12 17:35 (UTC)

http://mp4v2.googlecode.com/files/mp4v2-1.9.1.tar.bz2 -> 404 error

DIONISIS_POLITIS commented on 2018-01-21 15:56 (UTC)

http://arm.konnichi.com/search/index.php?a=32&q=libmp4v2&core=1&extra=1&community=1) does not exist, and the installation fails.

Bonster commented on 2012-06-06 19:57 (UTC)

how u get this to work with mp4v2? it keeps saying it need to install it but i already have 'extra/libmp4v2' installed Cant import my videos =(