diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-08-06 01:30:47 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-08-06 01:31:02 +0200 |
commit | 9010047840d810d9ccba3d00b7943a842e125291 (patch) | |
tree | 7698717495c9bc52be2bc8ab526071f3063b466d /freebsd/applications/amarok | |
parent | b4f5663d87c16e08aaef66346f4b22eba2de80bd (diff) | |
download | tde-packaging-9010047840d810d9ccba3d00b7943a842e125291.tar.gz tde-packaging-9010047840d810d9ccba3d00b7943a842e125291.zip |
FreeBSD: Update for final release R14.0.5r14.0.5
Additional patches due to stricter C++11 in Clang
A new mkspec for Clang is used to build TQt
Akode is now part of the TDE repository
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/amarok')
-rw-r--r-- | freebsd/applications/amarok/Makefile | 2 | ||||
-rw-r--r-- | freebsd/applications/amarok/distinfo | 6 | ||||
-rw-r--r-- | freebsd/applications/amarok/files/patch-bp000-fix-ftbfs-on-c++11.diff | 28 |
3 files changed, 32 insertions, 4 deletions
diff --git a/freebsd/applications/amarok/Makefile b/freebsd/applications/amarok/Makefile index ed1baefb9..2ee9cca95 100644 --- a/freebsd/applications/amarok/Makefile +++ b/freebsd/applications/amarok/Makefile @@ -7,7 +7,7 @@ PORTNAME= amarok-trinity COMMENT= Versatile and easy to use audio player for Trinity -TDE_PREVERSION= ~pre12+9421a5e7 +TDE_PREVERSION= MASTER_SITE_SUBDIR= a/${PORTNAME} PORTREVISION= 0 CATEGORIES= audio x11 diff --git a/freebsd/applications/amarok/distinfo b/freebsd/applications/amarok/distinfo index 596a0b5b4..3d8d84b9e 100644 --- a/freebsd/applications/amarok/distinfo +++ b/freebsd/applications/amarok/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1527666505 -SHA256 (TDE/applications/amarok-trinity_14.0.5~pre12.orig.tar.xz) = 905e6ffd0893e21dab0f37cc8a63629579548c5f4dcfb597d8b93984838c3123 -SIZE (TDE/applications/amarok-trinity_14.0.5~pre12.orig.tar.xz) = 10014932 +TIMESTAMP = 1533397102 +SHA256 (TDE/applications/amarok-trinity_14.0.5.orig.tar.xz) = bbcfc2be0da7c25d9ef3469bfee800a2ddb33a399913404cc00cef5bc74a2cc0 +SIZE (TDE/applications/amarok-trinity_14.0.5.orig.tar.xz) = 10014456 diff --git a/freebsd/applications/amarok/files/patch-bp000-fix-ftbfs-on-c++11.diff b/freebsd/applications/amarok/files/patch-bp000-fix-ftbfs-on-c++11.diff new file mode 100644 index 000000000..b7776a207 --- /dev/null +++ b/freebsd/applications/amarok/files/patch-bp000-fix-ftbfs-on-c++11.diff @@ -0,0 +1,28 @@ +diff --git a/amarok/src/main.cpp b/amarok/src/main.cpp +index 66748e2..2141eaf 100644 +--- a/amarok/src/main.cpp ++++ b/amarok/src/main.cpp +@@ -38,11 +38,11 @@ int main( int argc, char *argv[] ) + I18N_NOOP( "Developer (illissius)" ), "illissius@gmail.com" ); + aboutData.addAuthor( "Ian '" I18N_NOOP("The Beard") "' Monroe", + I18N_NOOP( "Developer (eean)" ), "ian@monroe.nu", "http://www.monroe.nu/" ); +- aboutData.addAuthor( "Jeff '"I18N_NOOP("IROCKSOHARD") "' Mitchell", ++ aboutData.addAuthor( "Jeff '" I18N_NOOP("IROCKSOHARD") "' Mitchell", + I18N_NOOP( "Developer (jefferai)" ), "kde-dev@emailgoeshere.com" ); +- aboutData.addAuthor( "Mark '"I18N_NOOP("It's good, but it's not irssi") "' Kretschmann", ++ aboutData.addAuthor( "Mark '" I18N_NOOP("It's good, but it's not irssi") "' Kretschmann", + I18N_NOOP( "Project founder (markey)" ), "kretschmann@kde.org" ); +- aboutData.addAuthor( "Martin '"I18N_NOOP("Easily the most compile-breaks ever!") "' Aumueller", ++ aboutData.addAuthor( "Martin '" I18N_NOOP("Easily the most compile-breaks ever!") "' Aumueller", + I18N_NOOP( "Developer (aumuell)" ), "aumuell@reserv.at" ); + aboutData.addAuthor( "Max '" I18N_NOOP("Turtle-Power") "' Howell", + I18N_NOOP( "Cowboy mxcl" ), "max.howell@methylblue.com", "http://www.methylblue.com" ); +@@ -58,7 +58,7 @@ int main( int argc, char *argv[] ) + I18N_NOOP( "Developer (sebr)" ), "ruiz@kde.org", "http://www.sebruiz.net" ); + aboutData.addAuthor( "Stanislav '" I18N_NOOP("All you need is DCOP") "' Karchebny", + I18N_NOOP( "DCOP, improvements, cleanups, i18n (berkus)" ), "berkus@madfire.net" ); +- aboutData.addAuthor( "Timothy '"I18N_NOOP("HCI nut") "' Pearson", ++ aboutData.addAuthor( "Timothy '" I18N_NOOP("HCI nut") "' Pearson", + I18N_NOOP( "Developer (kb9vqf)" ), "kb9vqf@pearsoncomputing.net" ); + + |