[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4/files

2014-07-29 Thread Raphael Kubo da Costa
SVN commit 10217 by rakuco:

amarok-kde4: Merge r363295 from ports.


r363295 | rakuco | 2014-07-29 09:58:24 +0300 (Tue, 29 Jul 2014) | 13 lines

Add patches to fix the build with base's ancient GCC.

In practice, this fixes the build on 8 and 9 when clang is not used. There
is no need to submit the patches upstream because the next version of Amarok
will already require a C++11 compiler, which makes the problems disappear.

I didn't feel the need to bump PORTREVISION because the generated code
should be the same, and users who had already managed to build Amarok don't
need to rebuild it.

PR: 192159
Submitted by:   free...@chillt.de





 AM
patch-src__core-impl__playlists__types__file__xspf__XSPFPlaylist.cpp  
 AMpatch-src__playlist__proxymodels__SortScheme.cpp  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2014-07-29 Thread Raphael Kubo da Costa
SVN commit 10221 by rakuco:

amarok-kde4: USE_BZIP2=yes - USES=tar:bzip2.



 M  +1 -2  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2014-07-28 Thread Raphael Kubo da Costa
SVN commit 10214 by rakuco:

amarok-kde4: Merge r347686 from ports.


r347686 | gerald | 2014-03-09 21:40:40 +0200 (Sun, 09 Mar 2014) | 5 lines

Chase the move of libmtp from audio to multimedia.

PR:   175266
Reported by:makc, cperciva





 M  +1 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2014-07-28 Thread Raphael Kubo da Costa
SVN commit 10215 by rakuco:

amarok-kde4: Merge r345219 from ports.


r345219 | makc | 2014-02-20 13:52:08 +0200 (Thu, 20 Feb 2014) | 2 lines

- Fix plist after recent KDE SC update





 M  +2 -2  pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2014-01-05 Thread Alberto Villa
2013/12/22 Max Brazhnikov m...@freebsd.org:
 This directory belongs to misc/kde4-shared-mime-info. All these hier ports are
 useless with staging. kde4-shared-mime has to be deprecated, considering that
 we have USES=shared-mime-info now. As for kdehier4 port, we can move KDE 4
 ports to LOCALBASE and use kdehier4 only to cleanup common directories.

A bold approach to the issue would be officially proposing support for
multiple mtree files, but is it worth considering that, iirc, pkgng
should kill packaging of directories? Maybe we should just kill *hier
ports and rely on `make makeplist` to generate complete plists, with
all the *hier directories listed too, until @dirrm* goes away.

About KDE 4 move to LOCALBASE, it could be the right time. I hope KDE
Frameworks 5 did something similar to what Qt 5 did, but I'm afraid
we'll have to create a kde5/. :(
-- 
Alberto Villa, FreeBSD committer avi...@freebsd.org
http://people.FreeBSD.org/~avilla
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2013-12-22 Thread Max Brazhnikov
On Thu, 19 Dec 2013 12:05:15 -0800 Alberto Villa wrote:
 SVN commit 9811 by avilla:
 
 - Create share/mime/packages/ to fix install stage.
 
 Reported by:  Alex V. Petrov alexvpet...@gmail.com via mailing list
 
 - Sync with ports (pkgconfig and LIB_DEPENDS format).
 - Use BROKEN_${ARCH}.
 - Use OPTIONS helpers.
 - Add share/mime/packages/ to plist as it's not a kdehier4 directory.

This directory belongs to misc/kde4-shared-mime-info. All these hier ports are 
useless with staging. kde4-shared-mime has to be deprecated, considering that 
we have USES=shared-mime-info now. As for kdehier4 port, we can move KDE 4 
ports to LOCALBASE and use kdehier4 only to cleanup common directories.

Max
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2013-12-19 Thread Alberto Villa
SVN commit 9811 by avilla:

- Create share/mime/packages/ to fix install stage.

Reported by:Alex V. Petrov alexvpet...@gmail.com via mailing list

- Sync with ports (pkgconfig and LIB_DEPENDS format).
- Use BROKEN_${ARCH}.
- Use OPTIONS helpers.
- Add share/mime/packages/ to plist as it's not a kdehier4 directory.



 M  +31 -56Makefile  
 M  +1 -0  pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2013-09-29 Thread Alonso Schaich
SVN commit 9530 by aschai:

Add staging support.



 M  +2 -2  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2013-03-29 Thread Alberto Villa
SVN commit 9157 by avilla:

- Add dependency on liblastfm now that it is up to date.
- Bump PORTREVISION.

PR: 176735


 M  +5 -4  Makefile  
 M  +16 -0 pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4/files

2013-02-07 Thread Alonso Schaich
SVN commit 8987 by aschai:

Avoid large integer constant from being clamped to INT_MAX.

This issue reported and a fix submitted by Luca Pizzamiglio via mailing list.



 A patch-src-playlistgenerator-constraints-PlaylistFileSize.cpp  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2013-02-05 Thread Alberto Villa
SVN commit 8983 by avilla:

- Backport patch to fix build with Clang.

Obtained from:  KDE


 A files (directory)  
 A files/patch-git_e3738dc  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2013-01-22 Thread Alberto Villa
SVN commit 8954 by avilla:

- Update to 2.7.0.
- Remove dependency on liblastfm as it needs a new version.
- Add dependency on nepomuk-core.
- Remove soversion from LIB_DEPENDS.
- Add optional run dependency on net/clamz (off by default).



 M  +35 -21Makefile  
 M  +2 -2  distinfo  
 M  +93 -93pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2013-01-22 Thread Alberto Villa
SVN commit 8955 by avilla:

- Fix plist.



 M  +0 -4  pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2012-09-26 Thread Alberto Villa
SVN commit 8655 by avilla:

- Bump PORTREVISION because of new (KDE SC 4.9's) dependencies.



 M  +2 -4  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2012-08-12 Thread Alberto Villa
SVN commit 8512 by avilla:

- Update to 2.6.0 (plist yet to be checked).
- OPTIONSngify and use easier option names.
- Add some implicit dependencies.
- Bring back support for audio CDs adding dependency on kdemultimedia.
- Replace NOT_FOR_ARCHS with BROKEN to let Pointyhat test the build.



 M  +28 -18Makefile  
 M  +2 -2  distinfo  
 M  +7 -7  pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2012-08-12 Thread Alberto Villa
SVN commit 8513 by avilla:

- Make NLS implicitly optional.



 M  +8 -1  Makefile  
 M  +222 -222  pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2012-08-12 Thread Alberto Villa
SVN commit 8514 by avilla:

- Fix plist.



 M  +3 -101pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2012-07-07 Thread Alberto Villa
SVN commit 8409 by avilla:

- Probably fix plist.
- Cleanup Makefile.



 M  +0 -3  Makefile  
 M  +2 -2  pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2012-06-08 Thread Dima Panov
SVN commit 8297 by fluffy:

- Update AmaroK to 2.5.90 unstable release

! Beware! It's require updated libgpod, which will follows today.



 M  +7 -8  Makefile  
 M  +2 -2  distinfo  
 M  +80 -136   pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2012-05-27 Thread Raphael Kubo da Costa
SVN commit 8244 by rakuco:

amarok-kde4: Sync with ports

 M  +3 -2  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2012-01-13 Thread Alberto Villa
SVN commit 7897 by avilla:

- Fix plist.



 M  +601 -87   pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2012-01-12 Thread Alberto Villa
SVN commit 7895 by avilla:

- Update distinfo for Amarok 2.5.0.
- Update pkg-descr, pkg-message and COMMENT.

Build test yet to be done.



 M  +19 -18Makefile  
 M  +2 -2  distinfo  
 M  +5 -6  pkg-descr  
 M  +10 -10pkg-message  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2011-08-15 Thread Dima Panov
SVN commit 7456 by fluffy:

- Update Amarok to 2.4.3 bugfix release


 M  +1 -1  Makefile  
 M  +2 -2  distinfo  
 M  +58 -10pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2011-08-15 Thread Dima Panov
SVN commit 7457 by fluffy:

- Sync with ports


 M  +1 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2011-06-05 Thread Raphael Kubo da Costa
SVN commit 7286 by rakuco:

amarok-kde4: Update to 2.4.1.


 M  +2 -2  Makefile  
 M  +2 -2  distinfo  
 D files (directory)  
 M  +4 -0  pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2011-04-25 Thread Dima Panov
SVN commit 7205 by fluffy:

- Update Amarok to 2.4.0.90 unstable release

Still keep environment workaround to avoid mysql55 regression bug


 M  +3 -3  Makefile  
 M  +2 -2  distinfo  
 M  +3 -6  
files/patch-src_core-impl_collections_db_sql_mysqlecollection_MySqlEmbeddedStorage.cpp
  
 M  +25 -13pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4/files

2011-04-25 Thread Dima Panov
SVN commit 7206 by fluffy:

- pluginFrameworkVersion should be 61, not 60

Obtained from:  Official release announce


 A patch-src_PluginManager.cpp  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2011-03-23 Thread Alberto Villa
SVN commit 7051 by avilla:

- Sync with ports.



 M  +3 -2  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2011-03-23 Thread Alberto Villa
SVN commit 7052 by avilla:

- Remove trailing space.



 M  +1 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4/files

2011-03-22 Thread Raphael Kubo da Costa
SVN commit 7047 by rakuco:

Add commits c62bb9a and b20edaa from upstream.

This should fix the crash-on-startup issues users are experiencing
with MySQL 5.5.x.

The first (and older) commt is a bit unrelated, but removes a
deprecated call and is used in the second patch, so it is good to
have.

The second commit is the fix itself.

commit c62bb9a2ba514165e8e430302aafb19bfb95b9ce
Author: Jeremy Whiting jpwhit...@kde.org
Date:   Fri Mar 4 15:24:55 2011 -0700

Don't use deprecated mysql call, and pass in amarok.
P.S. Ian Monroe told me to do this.

commit b20edaa24b8ce1f755d36003819e5d646d818edc
Author: Ian Monroe imon...@kde.org
Date:   Tue Mar 22 13:44:58 2011 -0500

Nikhil Marathe's fix for mysql 5.5.9



 A 
patch-src_core-impl_collections_db_sql_mysqlecollection_MySqlEmbeddedStorage.cpp
  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2011-03-22 Thread Raphael Kubo da Costa
SVN commit 7048 by rakuco:

amarok-kde4: Remove unneeded sed from Makefile.

cmake/modules/FindIpod.cmake did not have any line with /usr/include
since 2009.



 M  +0 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2011-03-22 Thread Raphael Kubo da Costa
SVN commit 7049 by rakuco:

amarok-kde4: Remove check for OSVERSION  70.

We do not support FreeBSD  7.0 anymore.



 M  +0 -4  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2011-01-12 Thread Dima Panov
SVN commit 6912 by fluffy:

- Update to Amarok 2.4.0

NOTE: Still have problems with mysql55 embedded database!


 M  +2 -2  Makefile  
 M  +2 -2  distinfo  
 D files/patch-knotification  
 M  +6 -9  pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2010-12-30 Thread Dima Panov
SVN commit 6857 by fluffy:

- Declare dependency on runtime
It's need to configure output in AmaroK preferences


 M  +1 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2010-12-29 Thread Dima Panov
SVN commit 6856 by fluffy:

- Add runtime dependency on kio-upnp-ms
- Pass maintainership to kde@ [1]

Requested by:   maintainer, have not enough time to stay at blade edge


 M  +3 -2  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2010-12-27 Thread Dima Panov
SVN commit 6847 by fluffy:

- Enable song change notification for ksystray on live streams


 A files (directory)  
 A files/patch-knotification  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2010-09-29 Thread Dima Panov
SVN commit 6587 by fluffy:

- Restore build dependency on docbook-xml


 M  +3 -2  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2010-09-29 Thread Dima Panov
SVN commit 6588 by fluffy:

- Sync with ports


 M  +2 -0  pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2010-09-28 Thread Dima Panov
SVN commit 6584 by fluffy:

- Sync with ports


 M  +4 -10 Makefile  
 M  +3 -3  distinfo  
 M  +8 -57 pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2010-05-30 Thread Dima Panov
SVN commit 6249 by fluffy:

- Update Amarok to 2.3.1 release

Official announce will be in next couple of hours


 M  +2 -2  Makefile  
 M  +3 -3  distinfo  
 M  +11 -9 pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2010-04-20 Thread Dima Panov
SVN commit 6153 by fluffy:

- Fix download path


 M  +1 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2010-04-18 Thread Dima Panov
SVN commit 6151 by fluffy:

- Update to 2.3.1.Beta1 (2.3.0.90) release


 M  +2 -2  Makefile  
 M  +3 -3  distinfo  
 D files/patch-src__context__applets__info__InfoApplet.cpp  
 D files/patch-src__context__applets__info__InfoApplet.h  
 M  +40 -24pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4/files

2010-04-11 Thread Dima Panov
SVN commit 6139 by fluffy:

- Fix crash in 'About dialog
- Disable gappless playback, it's broken for now

Submitted by:   Matt Tosto via maillist


 A patch-src__EngineController.cpp  
 A patch-src__context__applets__info__InfoApplet.cpp  
 A patch-src__context__applets__info__InfoApplet.h  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2010-03-15 Thread Dima Panov
SVN commit 6074 by fluffy:

- Update to 2.3.0 release


 M  +2 -2  Makefile  
 M  +3 -3  distinfo  
 M  +7 -0  pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2010-02-14 Thread Dima Panov
SVN commit 6033 by fluffy:

- Update to 2.2.2.90 (2.3Beta1)


 M  +2 -2  Makefile  
 M  +3 -3  distinfo  
 D files/patch-src_collection_sqlcollection_ScanResultProcessor.cpp 
 
 M  +22 -12pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2010-01-11 Thread Dima Panov
SVN commit 5838 by fluffy:

- Add upstream patch which fixes crash while collection scan
- Some adjustments in description

Submitted by:   Matt Tosto


 M  +1 -2  Makefile  
 A files/patch-src_collection_sqlcollection_ScanResultProcessor.cpp 
 
 M  +3 -4  pkg-message  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2010-01-10 Thread Dima Panov
SVN commit 5824 by fluffy:

- Welcome Amarok 2.2.2 release!


 M  +1 -1  Makefile  
 M  +3 -3  distinfo  
 M  +46 -0 pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2009-12-13 Thread Dima Panov
SVN commit 5748 by fluffy:

- Update to 2.2.1.90 release


 M  +2 -2  Makefile  
 M  +3 -3  distinfo  
 M  +8 -14 pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2009-12-13 Thread Dima Panov
SVN commit 5749 by fluffy:

- Fix ftp path


 M  +1 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information