Package Details: pidgin-musictracker 0.4.22-6

Git Clone URL: https://aur.archlinux.org/pidgin-musictracker.git (read-only, click to copy)
Package Base: pidgin-musictracker
Description: A plugin for Pidgin which displays the music track currently playing.
Upstream URL: http://code.google.com/p/pidgin-musictracker
Keywords: music pidgin
Licenses: GPL2
Submitter: xyproto
Maintainer: SanskritFritz
Last Packager: SanskritFritz
Votes: 16
Popularity: 0.000000
First Submitted: 2013-01-24 14:33 (UTC)
Last Updated: 2016-09-30 11:50 (UTC)

Latest Comments

1 2 Next › Last »

visious commented on 2024-02-01 13:50 (UTC) (edited on 2024-02-01 18:19 (UTC) by visious)

@SanskritFritz Edit the PKGBUILD in line 24

 ./configure --prefix=/usr --disable-werror
and line 25
 make CFLAGS="$CFLAGS -Wno-deprecated-declarations -fcommon" 
to buld the package

SanskritFritz commented on 2016-09-30 11:51 (UTC)

thanks ro0kie4

humbug commented on 2016-09-30 11:29 (UTC)

https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/pidgin-musictracker/pidgin-musictracker-0.4.22.tar.bz2 Source has changed

SanskritFritz commented on 2013-05-22 09:39 (UTC)

@g2g591 Thanks for the heads-up, I have updated the PKGBUILD.

<deleted-account> commented on 2013-05-22 04:04 (UTC)

I suggest changing the line "make CFLAGS="-Wno-deprecated-declarations"" to make CFLAGS="${CFLAGS} -Wno-deprecated-declarations" . This preserves existing CFLAGS set in makepkg.conf while adding the workaround needed to the back of them.

Peace4all commented on 2013-04-22 20:36 (UTC)

I needed to change the line: make CFLAGS="-Wno-deprecated-declarations" to make CFLAGS="-Wno-deprecated-declarations -O" I hope that helps, if anyone else faces the same problem.

SanskritFritz commented on 2013-02-26 20:08 (UTC)

@nickcaballero thanks for the idea, it works well!