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>pull/92/head r14.0.5
parent
b4f5663d87
commit
9010047840
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495992053
|
TIMESTAMP = 1533397065
|
||||||
SHA256 (TDE/applications/abakus-trinity_14.0.5~pre6.orig.tar.xz) = e2de5502501cf12ed3f7160a31e67e5458e5a40d46b875ab6cf8b9cab9b4fcb0
|
SHA256 (TDE/applications/abakus-trinity_14.0.5.orig.tar.xz) = 638d0524559e27f86552ffc7eae690506282d03b744b6d2cb75ead5168b2dcc4
|
||||||
SIZE (TDE/applications/abakus-trinity_14.0.5~pre6.orig.tar.xz) = 476544
|
SIZE (TDE/applications/abakus-trinity_14.0.5.orig.tar.xz) = 475856
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1527666505
|
TIMESTAMP = 1533397102
|
||||||
SHA256 (TDE/applications/amarok-trinity_14.0.5~pre12.orig.tar.xz) = 905e6ffd0893e21dab0f37cc8a63629579548c5f4dcfb597d8b93984838c3123
|
SHA256 (TDE/applications/amarok-trinity_14.0.5.orig.tar.xz) = bbcfc2be0da7c25d9ef3469bfee800a2ddb33a399913404cc00cef5bc74a2cc0
|
||||||
SIZE (TDE/applications/amarok-trinity_14.0.5~pre12.orig.tar.xz) = 10014932
|
SIZE (TDE/applications/amarok-trinity_14.0.5.orig.tar.xz) = 10014456
|
||||||
|
@ -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" );
|
||||||
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495992056
|
TIMESTAMP = 1533398552
|
||||||
SHA256 (TDE/applications/basket-trinity_14.0.5~pre7.orig.tar.xz) = 6b9484d4227853f0de15f7c02dbe61f586f57bbaf973f0aa7593de1a67df5ada
|
SHA256 (TDE/applications/basket-trinity_14.0.5.orig.tar.xz) = a63ec1987ed7ffe30cdca9f171bf4cc2320149d579ebb866002142db2f3469d7
|
||||||
SIZE (TDE/applications/basket-trinity_14.0.5~pre7.orig.tar.xz) = 3857444
|
SIZE (TDE/applications/basket-trinity_14.0.5.orig.tar.xz) = 3856092
|
||||||
|
@ -0,0 +1,22 @@
|
|||||||
|
diff --git a/src/Makefile.am b/src/Makefile.am
|
||||||
|
index 7fd533c..aaa1fa8 100644
|
||||||
|
--- a/src/Makefile.am
|
||||||
|
+++ b/src/Makefile.am
|
||||||
|
@@ -47,6 +47,8 @@ libbasketcommon_la_SOURCES = \
|
||||||
|
basketlistview.cpp debugwindow.cpp systemtray.cpp aboutdata.cpp \
|
||||||
|
basketstatusbar.cpp clickablelabel.cpp basketdcopiface.skel backup.cpp
|
||||||
|
|
||||||
|
+libbasketcommon_la_COMPILE_FIRST = likeback_private.moc.cpp
|
||||||
|
+
|
||||||
|
#########################################################################
|
||||||
|
# APPLICATION SECTION
|
||||||
|
#########################################################################
|
||||||
|
@@ -68,6 +70,8 @@ rc_DATA = basketui.rc
|
||||||
|
|
||||||
|
basket_SOURCES = main.cpp mainwindow.cpp application.cpp
|
||||||
|
|
||||||
|
+basket_COMPILE_FIRST = passwordlayout.h
|
||||||
|
+
|
||||||
|
kde_icon_KDEICON = cr128-app-basket.png cr16-app-basket.png cr22-app-basket.png \
|
||||||
|
cr32-app-basket.png cr48-app-basket.png cr64-app-basket.png hi16-app-basket_old.png \
|
||||||
|
hi32-app-basket_old.png crsc-app-basket.svg \
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495992056
|
TIMESTAMP = 1533398605
|
||||||
SHA256 (TDE/applications/bibletime-trinity_14.0.5~pre8.orig.tar.xz) = af513a911ec601d06d6c1053605db4705785e203c4dc183b948459cd9a3ef183
|
SHA256 (TDE/applications/bibletime-trinity_14.0.5.orig.tar.xz) = 9e1c44fbee2d4b6041785c0aa95f3134c71443bfa5c060acfa193f6fa03917c4
|
||||||
SIZE (TDE/applications/bibletime-trinity_14.0.5~pre8.orig.tar.xz) = 944348
|
SIZE (TDE/applications/bibletime-trinity_14.0.5.orig.tar.xz) = 943156
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1527560394
|
TIMESTAMP = 1533398695
|
||||||
SHA256 (TDE/applications/digikam-trinity_14.0.5~pre9.orig.tar.xz) = d13d8fcce4e8c802addf86589da919d0f7fafce4b7517ba2d8bbc7013c6b5704
|
SHA256 (TDE/applications/digikam-trinity_14.0.5.orig.tar.xz) = a13ec244c5add483f699a2d0d31aa166a7d79d485fc3e2f4be4a38b3399c4d3c
|
||||||
SIZE (TDE/applications/digikam-trinity_14.0.5~pre9.orig.tar.xz) = 54217508
|
SIZE (TDE/applications/digikam-trinity_14.0.5.orig.tar.xz) = 54145532
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1527663967
|
TIMESTAMP = 1533399108
|
||||||
SHA256 (TDE/applications/dolphin-trinity_14.0.5~pre12.orig.tar.xz) = 2342a7545d2e162ff0c485fe85178fade0a177847fc8a13732431ce7524858e8
|
SHA256 (TDE/applications/dolphin-trinity_14.0.5.orig.tar.xz) = c44f7c79f2dda8618333621d9c2ca4f0aa8b90bf0206e3314148649f1acd5b57
|
||||||
SIZE (TDE/applications/dolphin-trinity_14.0.5~pre12.orig.tar.xz) = 1377228
|
SIZE (TDE/applications/dolphin-trinity_14.0.5.orig.tar.xz) = 1377276
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495992066
|
TIMESTAMP = 1533399152
|
||||||
SHA256 (TDE/applications/filelight-trinity_14.0.5~pre7.orig.tar.xz) = 9d13351ac965fdfc9d44be8325c74dd351af99b58d53b6e55a4aaad32ac7a57d
|
SHA256 (TDE/applications/filelight-trinity_14.0.5.orig.tar.xz) = 2dfa19fa13f3fb6384da519f8073550687c14d7b0493c65d97a032b78fdeb8de
|
||||||
SIZE (TDE/applications/filelight-trinity_14.0.5~pre7.orig.tar.xz) = 680916
|
SIZE (TDE/applications/filelight-trinity_14.0.5.orig.tar.xz) = 680004
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/src/part/radialMap/map.cpp b/src/part/radialMap/map.cpp
|
||||||
|
index 72d105d..e564969 100644
|
||||||
|
--- a/src/part/radialMap/map.cpp
|
||||||
|
+++ b/src/part/radialMap/map.cpp
|
||||||
|
@@ -351,7 +351,7 @@ RadialMap::Map::paint( unsigned int scaleFactor )
|
||||||
|
//draw arrow head to indicate undisplayed files/directories
|
||||||
|
TQPointArray pts( 3 );
|
||||||
|
TQPoint pos, cpos = rect.center();
|
||||||
|
- int a[3] = { (*it)->start(), (*it)->length(), 0 };
|
||||||
|
+ unsigned int a[3] = { (*it)->start(), (*it)->length(), 0 };
|
||||||
|
|
||||||
|
a[2] = a[0] + (a[1] / 2); //assign to halfway between
|
||||||
|
if( a[1] > a_max )
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1517758905
|
TIMESTAMP = 1533399451
|
||||||
SHA256 (TDE/applications/gtk-qt-engine-trinity_14.0.5~pre8.orig.tar.xz) = f1781e80a0ccfbaa05a3e17837b2c7284d0e2d74c9a7573e15edef567d6c685e
|
SHA256 (TDE/applications/gtk-qt-engine-trinity_14.0.5.orig.tar.xz) = a5d9a3aa9e9fc920ce40d13f7c5fc9cabaebc346f62b4f1d1e7eed3e90ca623e
|
||||||
SIZE (TDE/applications/gtk-qt-engine-trinity_14.0.5~pre8.orig.tar.xz) = 293580
|
SIZE (TDE/applications/gtk-qt-engine-trinity_14.0.5.orig.tar.xz) = 293220
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1517758949
|
TIMESTAMP = 1533399476
|
||||||
SHA256 (TDE/applications/gtk3-tqt-engine-trinity_14.0.5~pre7.orig.tar.xz) = 668f190e8fa0c8c1027b4dec698b5bba9b3e265b2f21ad0edf0dd67b1b8dd079
|
SHA256 (TDE/applications/gtk3-tqt-engine-trinity_14.0.5.orig.tar.xz) = fbf2dc26bdbe462e9d90879ad954fbb60ea6e8b91ff95a736a454f9dbe15a00a
|
||||||
SIZE (TDE/applications/gtk3-tqt-engine-trinity_14.0.5~pre7.orig.tar.xz) = 338652
|
SIZE (TDE/applications/gtk3-tqt-engine-trinity_14.0.5.orig.tar.xz) = 338796
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495992067
|
TIMESTAMP = 1533399619
|
||||||
SHA256 (TDE/applications/gwenview-i18n-trinity_14.0.5~pre6.orig.tar.xz) = 969fd3ac7990baeacae2e32bf16bc27b4d005f119ebc7a5f6dea01f82a43ccc1
|
SHA256 (TDE/applications/gwenview-i18n-trinity_14.0.5.orig.tar.xz) = 54d8d23a8a66a67f1d25612bd363bf8b8d1496915743c7f44eb7c022cb3838af
|
||||||
SIZE (TDE/applications/gwenview-i18n-trinity_14.0.5~pre6.orig.tar.xz) = 1638744
|
SIZE (TDE/applications/gwenview-i18n-trinity_14.0.5.orig.tar.xz) = 1637544
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495992066
|
TIMESTAMP = 1533399541
|
||||||
SHA256 (TDE/applications/gwenview-trinity_14.0.5~pre6.orig.tar.xz) = 94f0ee177302e234294f9053b547cd244e4853b9093e55d7d664f3a0b8a89a89
|
SHA256 (TDE/applications/gwenview-trinity_14.0.5.orig.tar.xz) = 6e7a68ef8596ad3e210828c08c455e6f07388227cfb1555ae277517731538d7d
|
||||||
SIZE (TDE/applications/gwenview-trinity_14.0.5~pre6.orig.tar.xz) = 744900
|
SIZE (TDE/applications/gwenview-trinity_14.0.5.orig.tar.xz) = 743136
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1527664028
|
TIMESTAMP = 1533399697
|
||||||
SHA256 (TDE/applications/ksquirrel-trinity_14.0.5~pre11.orig.tar.xz) = d49a17ed73197d84f23286acaf72132cc97a8df4a0e30952d57f319424370513
|
SHA256 (TDE/applications/ksquirrel-trinity_14.0.5.orig.tar.xz) = ad836e13d3c6201f6c6c133c785fa6a4eb24bcb1a45074a608ee6c6140e4de50
|
||||||
SIZE (TDE/applications/ksquirrel-trinity_14.0.5~pre11.orig.tar.xz) = 782516
|
SIZE (TDE/applications/ksquirrel-trinity_14.0.5.orig.tar.xz) = 782520
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991804
|
TIMESTAMP = 1532796157
|
||||||
SHA256 (TDE/dependencies/akode_2.0.2.orig.tar.xz) = f49cde4083d8bc2a2128f8f5f5e322daa887170b761bf71def475bd366774b11
|
SHA256 (TDE/dependencies/akode_14.0.5.orig.tar.xz) = 4cbef6ee7dbb13ab73c19605762b59333da9cdd3c0b5ecddd0514c20eda7ccac
|
||||||
SIZE (TDE/dependencies/akode_2.0.2.orig.tar.xz) = 326116
|
SIZE (TDE/dependencies/akode_14.0.5.orig.tar.xz) = 166928
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- a/akode/plugins/xiph_decoder/flac113_decoder.cpp
|
|
||||||
+++ b/akode/plugins/xiph_decoder/flac113_decoder.cpp
|
|
||||||
@@ -108,7 +108,7 @@
|
|
||||||
static FLAC__StreamDecoderReadStatus flac_read_callback(
|
|
||||||
const FLAC__StreamDecoder *,
|
|
||||||
FLAC__byte buffer[],
|
|
||||||
- unsigned *bytes,
|
|
||||||
+ size_t *bytes,
|
|
||||||
void *client_data)
|
|
||||||
{
|
|
||||||
FLACDecoder::private_data *data = (FLACDecoder::private_data*)client_data;
|
|
@ -1,61 +0,0 @@
|
|||||||
Index: b/akode/lib/converter.cpp
|
|
||||||
===================================================================
|
|
||||||
--- a/akode/lib/converter.cpp
|
|
||||||
+++ b/akode/lib/converter.cpp
|
|
||||||
@@ -26,7 +26,7 @@
|
|
||||||
|
|
||||||
Converter::Converter(int sample_width) : m_sample_width(sample_width) {}
|
|
||||||
|
|
||||||
-template<typename T, typename S, template<typename T> class ArithmT, template<typename S> class ArithmS>
|
|
||||||
+template<typename T, typename S, template<typename T_Type> class ArithmT, template<typename S_Type> class ArithmS>
|
|
||||||
static bool __doFrameFP(AudioFrame* in, AudioFrame* out, int sample_width)
|
|
||||||
{
|
|
||||||
AudioConfiguration config = *in;
|
|
||||||
Index: b/akode/lib/crossfader.cpp
|
|
||||||
===================================================================
|
|
||||||
--- a/akode/lib/crossfader.cpp
|
|
||||||
+++ b/akode/lib/crossfader.cpp
|
|
||||||
@@ -27,7 +27,7 @@
|
|
||||||
CrossFader::CrossFader(unsigned int time) : time(time),pos(0) {}
|
|
||||||
|
|
||||||
// T is the input/output type, S is the fast arithmetics type, Div is a division method
|
|
||||||
-template<typename T, typename S, template<typename S> class Arithm>
|
|
||||||
+template<typename T, typename S, template<typename S_Type> class Arithm>
|
|
||||||
static bool _doFrame(AudioFrame* in, int& pos, AudioFrame* frame)
|
|
||||||
{
|
|
||||||
T** indata1 = (T**)in->data;
|
|
||||||
@@ -66,7 +66,7 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
// T is the input/output type, S is the fast arithmetics type, Arithm defines devisions
|
|
||||||
-template<typename T, typename S, template<typename S> class Arithm>
|
|
||||||
+template<typename T, typename S, template<typename S_Type> class Arithm>
|
|
||||||
static bool _readFrame(AudioFrame* in, int& pos, AudioFrame* frame)
|
|
||||||
{
|
|
||||||
T** indata = (T**)frame->data;
|
|
||||||
Index: b/akode/lib/fast_resampler.cpp
|
|
||||||
===================================================================
|
|
||||||
--- a/akode/lib/fast_resampler.cpp
|
|
||||||
+++ b/akode/lib/fast_resampler.cpp
|
|
||||||
@@ -37,7 +37,7 @@
|
|
||||||
// A fast resampling by linear interpolation
|
|
||||||
// I assume you know binary arithmetics and convertions if you're reading this
|
|
||||||
// T is the input/output type, Arithm defines the used arithmetic
|
|
||||||
-template<typename T, typename S, template<typename S> class Arithm>
|
|
||||||
+template<typename T, typename S, template<typename S_Type> class Arithm>
|
|
||||||
static bool _doBuffer(AudioFrame* in, AudioFrame* out, float speed, unsigned sample_rate)
|
|
||||||
{
|
|
||||||
unsigned long vt_pos_start = 0; // virtual positions of new sample
|
|
||||||
Index: b/akode/lib/volumefilter.cpp
|
|
||||||
===================================================================
|
|
||||||
--- a/akode/lib/volumefilter.cpp
|
|
||||||
+++ b/akode/lib/volumefilter.cpp
|
|
||||||
@@ -29,7 +29,7 @@
|
|
||||||
VolumeFilter::VolumeFilter() : m_volume(0) {}
|
|
||||||
|
|
||||||
// T is the input/output type, S is the fast arithmetics type, Arithm is a division definition
|
|
||||||
-template<typename T, typename S, template<typename S> class Arithm>
|
|
||||||
+template<typename T, typename S, template<typename S_Type> class Arithm>
|
|
||||||
static bool _doFrame(AudioFrame* in, AudioFrame* out, int volume)
|
|
||||||
{
|
|
||||||
T** indata = (T**)in->data;
|
|
File diff suppressed because it is too large
Load Diff
@ -1,86 +0,0 @@
|
|||||||
commit 386d5647da414c477f7f045c2850bfb1854e2302
|
|
||||||
Author: François Andriot <francois.andriot@free.fr>
|
|
||||||
Date: Thu Oct 15 04:40:52 2015 +0200
|
|
||||||
|
|
||||||
Fix OGG detection on openSUSE
|
|
||||||
|
|
||||||
Signed-off-by: François Andriot <francois.andriot@free.fr>
|
|
||||||
|
|
||||||
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
|
|
||||||
index 1fa37d7..df4d86a 100644
|
|
||||||
--- a/ConfigureChecks.cmake
|
|
||||||
+++ b/ConfigureChecks.cmake
|
|
||||||
@@ -210,11 +210,11 @@ if( WITH_XIPH_DECODER )
|
|
||||||
check_include_file( "OggFLAC/seekable_stream_decoder.h" HAVE_OGGFLAC_H )
|
|
||||||
if( HAVE_OGGFLAC_H )
|
|
||||||
tde_save_and_set( CMAKE_REQUIRED_LIBRARIES m OggFLAC FLAC )
|
|
||||||
- check_library_exits( OggFLAC OggFLAC__seekable_stream_decoder_process_single "" HAVE_LIBOGGFLAC )
|
|
||||||
+ check_library_exists( OggFLAC OggFLAC__seekable_stream_decoder_process_single "" HAVE_LIBOGGFLAC )
|
|
||||||
tde_restore( CMAKE_REQUIRED_LIBRARIES )
|
|
||||||
if( HAVE_LIBOGGFLAC )
|
|
||||||
set( OGGFLAC_LIBRARIES "-lOggFLAC" )
|
|
||||||
- endif( HAVE_LIBFLAC )
|
|
||||||
+ endif( HAVE_LIBOGGFLAC )
|
|
||||||
endif( HAVE_OGGFLAC_H )
|
|
||||||
endif( NOT HAVE_LIBFLAC113 )
|
|
||||||
endif( FLAC_FOUND )
|
|
||||||
@@ -237,7 +237,7 @@ if( WITH_XIPH_DECODER )
|
|
||||||
pkg_search_module( SPEEX speex>=1.1 )
|
|
||||||
if( SPEEX_FOUND )
|
|
||||||
set( HAVE_SPEEX11 1 )
|
|
||||||
- check_library_exits( speex speex_decode_int "" HAVE_SPEEX_DECODE_INT )
|
|
||||||
+ check_library_exists( speex speex_decode_int "" HAVE_SPEEX_DECODE_INT )
|
|
||||||
if( NOT HAVE_SPEEX_DECODE_INT )
|
|
||||||
set( BROKEN_SPEEX11 1 )
|
|
||||||
endif( )
|
|
||||||
@@ -267,6 +267,11 @@ endif( WITH_XIPH_DECODER )
|
|
||||||
|
|
||||||
if( WITH_XIPH_DECODER )
|
|
||||||
|
|
||||||
+ pkg_search_module( OGG ogg )
|
|
||||||
+ if( NOT OGG_FOUND )
|
|
||||||
+ tde_message_fatal( "ogg are required, but not found on your system" )
|
|
||||||
+ endif( NOT OGG_FOUND )
|
|
||||||
+
|
|
||||||
pkg_search_module( VORBIS vorbis )
|
|
||||||
if( NOT VORBIS_FOUND )
|
|
||||||
tde_message_fatal( "ogg/vorbis are required, but not found on your system" )
|
|
||||||
diff --git a/akode/configure.in.in b/akode/configure.in.in
|
|
||||||
index f18e6c5..80338d5 100644
|
|
||||||
--- a/akode/configure.in.in
|
|
||||||
+++ b/akode/configure.in.in
|
|
||||||
@@ -1,7 +1,7 @@
|
|
||||||
dnl don't remove the below
|
|
||||||
dnl AC_OUTPUT(akode/akode-config)
|
|
||||||
|
|
||||||
-AM_CONFIG_HEADER(akode/lib/akode_export.h)
|
|
||||||
+AC_CONFIG_HEADER(akode/lib/akode_export.h)
|
|
||||||
|
|
||||||
AC_DEFUN([AC_CHECK_LIBFLAC],
|
|
||||||
[
|
|
||||||
diff --git a/akode/plugins/xiph_decoder/CMakeLists.txt b/akode/plugins/xiph_decoder/CMakeLists.txt
|
|
||||||
index a0d1f28..4e6693b 100644
|
|
||||||
--- a/akode/plugins/xiph_decoder/CMakeLists.txt
|
|
||||||
+++ b/akode/plugins/xiph_decoder/CMakeLists.txt
|
|
||||||
@@ -38,7 +38,7 @@ tde_add_library(
|
|
||||||
akode-shared
|
|
||||||
${FLAC_LIBRARIES} ${OGGFLAC_LIBRARIES}
|
|
||||||
${VORBIS_LIBRARIES} ${VORBISFILE_LIBRARIES}
|
|
||||||
- ${SPEEX_LIBRARIES}
|
|
||||||
+ ${SPEEX_LIBRARIES} ${OGG_LIBRARIES}
|
|
||||||
DESTINATION ${LIB_INSTALL_DIR}
|
|
||||||
)
|
|
||||||
|
|
||||||
diff --git a/configure.in.in b/configure.in.in
|
|
||||||
index a6fae9f..0eaed3d 100644
|
|
||||||
--- a/configure.in.in
|
|
||||||
+++ b/configure.in.in
|
|
||||||
@@ -55,7 +55,7 @@ KDE_CONF_FILES
|
|
||||||
|
|
||||||
dnl without this order in this file, automake will be confused!
|
|
||||||
dnl
|
|
||||||
-AM_CONFIG_HEADER(config.h)
|
|
||||||
+AC_CONFIG_HEADER(config.h)
|
|
||||||
|
|
||||||
dnl checks for programs.
|
|
||||||
dnl first check for c/c++ compilers
|
|
@ -1,134 +0,0 @@
|
|||||||
commit cf18d66ac5c3904f3f932848f761ec5d103a470c
|
|
||||||
Author: François Andriot <francois.andriot@free.fr>
|
|
||||||
Date: Thu Oct 15 04:42:48 2015 +0200
|
|
||||||
|
|
||||||
Add pulseaudio support
|
|
||||||
[taken from Fedora patches]
|
|
||||||
|
|
||||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
||||||
index f8e2d94..df5b7ea 100644
|
|
||||||
--- a/CMakeLists.txt
|
|
||||||
+++ b/CMakeLists.txt
|
|
||||||
@@ -49,7 +49,7 @@ OPTION( WITH_LIBLTDL "Build with libltdl" ${WITH_ALL_OPTIONS} )
|
|
||||||
|
|
||||||
OPTION( WITH_ALSA_SINK "Build with alsa sink" ${WITH_ALL_OPTIONS} )
|
|
||||||
OPTION( WITH_JACK_SINK "Build with jack sink" ${WITH_ALL_OPTIONS} )
|
|
||||||
-OPTION( WITH_POLYP_SINK "Build with polyp sink" OFF )
|
|
||||||
+OPTION( WITH_PULSE_SINK "Build with pulseaudio sink" OFF )
|
|
||||||
OPTION( WITH_OSS_SINK "Build with oss sink" ${WITH_ALL_OPTIONS} )
|
|
||||||
OPTION( WITH_SUN_SINK "Build with sun sink" OFF )
|
|
||||||
|
|
||||||
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
|
|
||||||
index df4d86a..635db2e 100644
|
|
||||||
--- a/ConfigureChecks.cmake
|
|
||||||
+++ b/ConfigureChecks.cmake
|
|
||||||
@@ -118,15 +118,15 @@ endif( WITH_OSS_SINK )
|
|
||||||
|
|
||||||
##### check polyp support #######################
|
|
||||||
|
|
||||||
-if( WITH_POLYP_SINK )
|
|
||||||
+if( WITH_PULSE_SINK )
|
|
||||||
|
|
||||||
- pkg_search_module( POLYP polyplib-simple>=0.70 )
|
|
||||||
+ pkg_search_module( PULSE libpulse-simple>=0.9.2 )
|
|
||||||
|
|
||||||
- if( NOT POLYP_FOUND )
|
|
||||||
- tde_message_fatal( "polyplib-simple >= 0.70 are required, but not found on your system" )
|
|
||||||
- endif( NOT POLYP_FOUND )
|
|
||||||
+ if( NOT PULSE_FOUND )
|
|
||||||
+ tde_message_fatal( "libpulse-simple >= 0.9.2 are required, but not found on your system" )
|
|
||||||
+ endif( NOT PULSE_FOUND )
|
|
||||||
|
|
||||||
-endif( WITH_POLYP_SINK )
|
|
||||||
+endif( WITH_PULSE_SINK )
|
|
||||||
|
|
||||||
|
|
||||||
##### check sun support #########################
|
|
||||||
diff --git a/akode/plugins/CMakeLists.txt b/akode/plugins/CMakeLists.txt
|
|
||||||
index ce0f3a4..6e11f1a 100644
|
|
||||||
--- a/akode/plugins/CMakeLists.txt
|
|
||||||
+++ b/akode/plugins/CMakeLists.txt
|
|
||||||
@@ -15,7 +15,7 @@
|
|
||||||
tde_conditional_add_subdirectory( WITH_ALSA_SINK alsa_sink )
|
|
||||||
tde_conditional_add_subdirectory( WITH_JACK_SINK jack_sink )
|
|
||||||
tde_conditional_add_subdirectory( WITH_OSS_SINK oss_sink )
|
|
||||||
-tde_conditional_add_subdirectory( WITH_POLYP_SINK polyp_sink )
|
|
||||||
+tde_conditional_add_subdirectory( WITH_PULSE_SINK polyp_sink )
|
|
||||||
tde_conditional_add_subdirectory( WITH_SUN_SINK sun_sink )
|
|
||||||
|
|
||||||
tde_conditional_add_subdirectory( WITH_FFMPEG_DECODER ffmpeg_decoder )
|
|
||||||
diff --git a/akode/plugins/polyp_sink/CMakeLists.txt b/akode/plugins/polyp_sink/CMakeLists.txt
|
|
||||||
index 90c4f3c..28a940e 100644
|
|
||||||
--- a/akode/plugins/polyp_sink/CMakeLists.txt
|
|
||||||
+++ b/akode/plugins/polyp_sink/CMakeLists.txt
|
|
||||||
@@ -15,7 +15,7 @@ include_directories(
|
|
||||||
${CMAKE_SOURCE_DIR}/akode/lib
|
|
||||||
${CMAKE_CURRENT_BINARY_DIR}
|
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}
|
|
||||||
- ${POLYP_INCLUDE_DIRS}
|
|
||||||
+ ${PULSE_INCLUDE_DIRS}
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
@@ -26,7 +26,7 @@ set( target libakode_polyp_sink )
|
|
||||||
tde_add_library(
|
|
||||||
${target} MODULE
|
|
||||||
SOURCES polyp_sink.cpp
|
|
||||||
- LINK akode-shared ${POLYP_LIBRARIES}
|
|
||||||
+ LINK akode-shared ${PULSE_LIBRARIES}
|
|
||||||
DESTINATION ${LIB_INSTALL_DIR}
|
|
||||||
)
|
|
||||||
|
|
||||||
diff --git a/akode/plugins/polyp_sink/Makefile.am b/akode/plugins/polyp_sink/Makefile.am
|
|
||||||
index b67602a..a58b04c 100644
|
|
||||||
--- a/akode/plugins/polyp_sink/Makefile.am
|
|
||||||
+++ b/akode/plugins/polyp_sink/Makefile.am
|
|
||||||
@@ -1,7 +1,7 @@
|
|
||||||
-INCLUDES = -I$(top_srcdir)/akode/lib -I$(top_builddir)/akode/lib $(POLYP_CFLAGS) $(all_includes)
|
|
||||||
+INCLUDES = -I$(top_srcdir)/akode/lib -I$(top_builddir)/akode/lib $(PULSE_CFLAGS) $(all_includes)
|
|
||||||
|
|
||||||
lib_LTLIBRARIES = libakode_polyp_sink.la
|
|
||||||
|
|
||||||
libakode_polyp_sink_la_SOURCES = polyp_sink.cpp
|
|
||||||
-libakode_polyp_sink_la_LDFLAGS = -module -avoid-version -no-undefined $(POLYP_LDFLAGS)
|
|
||||||
-libakode_polyp_sink_la_LIBADD = ../../lib/libakode.la $(POLYP_LIBADD)
|
|
||||||
+libakode_polyp_sink_la_LDFLAGS = -module -avoid-version -no-undefined $(PULSE_LDFLAGS)
|
|
||||||
+libakode_polyp_sink_la_LIBADD = ../../lib/libakode.la $(PULSE_LIBADD)
|
|
||||||
diff --git a/akode/plugins/polyp_sink/polyp_sink.cpp b/akode/plugins/polyp_sink/polyp_sink.cpp
|
|
||||||
index 9376dac..b48b63e 100644
|
|
||||||
--- a/akode/plugins/polyp_sink/polyp_sink.cpp
|
|
||||||
+++ b/akode/plugins/polyp_sink/polyp_sink.cpp
|
|
||||||
@@ -25,7 +25,7 @@
|
|
||||||
#elif defined(HAVE_INTTYPES_H)
|
|
||||||
#include <inttypes.h>
|
|
||||||
#endif
|
|
||||||
-#include <polyp/polyplib-simple.h>
|
|
||||||
+#include <pulse/simple.h>
|
|
||||||
|
|
||||||
#include "audioframe.h"
|
|
||||||
#include "audiobuffer.h"
|
|
||||||
@@ -59,7 +59,7 @@ PolypSink::PolypSink()
|
|
||||||
|
|
||||||
bool PolypSink::open() {
|
|
||||||
int error = 0;
|
|
||||||
- m_data->server = pa_simple_new(0, "akode-client", PA_STREAM_PLAYBACK, 0, "", &m_data->sample_spec, 0, 255, &error );
|
|
||||||
+ m_data->server = pa_simple_new(0, "akode-client", PA_STREAM_PLAYBACK, 0, "", &m_data->sample_spec, 0, 0, &error );
|
|
||||||
if (!m_data->server || error != 0) {
|
|
||||||
m_data->error = true;
|
|
||||||
close();
|
|
||||||
diff --git a/config.h.in b/config.h.in
|
|
||||||
index 7fe6faf..eed77f8 100644
|
|
||||||
--- a/config.h.in
|
|
||||||
+++ b/config.h.in
|
|
||||||
@@ -43,9 +43,9 @@
|
|
||||||
/* Define if you have libOggFLAC (required for loading OggFLAC files) */
|
|
||||||
#undef HAVE_LIBOGGFLAC
|
|
||||||
|
|
||||||
-/* Define if you have polyplib (required if you want Polypaudio server
|
|
||||||
+/* Define if you have libpulse (required if you want PulseAudio server
|
|
||||||
support) */
|
|
||||||
-#undef HAVE_LIBPOLYP
|
|
||||||
+#undef HAVE_LIBPULSE
|
|
||||||
|
|
||||||
/* defined if you have libsamplerate library and header */
|
|
||||||
#undef HAVE_LIBSAMPLERATE
|
|
@ -1,687 +0,0 @@
|
|||||||
commit b4697bcfd6567f704e01927fdaf77f3ab5b9112b
|
|
||||||
Author: Slávek Banko <slavek.banko@axis.cz>
|
|
||||||
Date: Thu Oct 15 04:46:45 2015 +0200
|
|
||||||
|
|
||||||
Rename completely from polyp to pulse
|
|
||||||
|
|
||||||
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
|
|
||||||
|
|
||||||
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
|
|
||||||
index 635db2e..838fb28 100644
|
|
||||||
--- a/ConfigureChecks.cmake
|
|
||||||
+++ b/ConfigureChecks.cmake
|
|
||||||
@@ -116,7 +116,7 @@ if( WITH_OSS_SINK )
|
|
||||||
endif( WITH_OSS_SINK )
|
|
||||||
|
|
||||||
|
|
||||||
-##### check polyp support #######################
|
|
||||||
+##### check pulse support #######################
|
|
||||||
|
|
||||||
if( WITH_PULSE_SINK )
|
|
||||||
|
|
||||||
diff --git a/PACKAGING b/PACKAGING
|
|
||||||
index da75139..8cbd9f1 100644
|
|
||||||
--- a/PACKAGING
|
|
||||||
+++ b/PACKAGING
|
|
||||||
@@ -7,9 +7,9 @@ Take especially note of the following:
|
|
||||||
- If you wish to install plugins in a non-standard place, you can change the
|
|
||||||
AKODE_SEARCHDIR definition in lib/pluginhandler.cpp.
|
|
||||||
- You SHOULD not install sinks for backends you don't use. Thus jack_sink
|
|
||||||
- should only be installed when jackd is available, polyp_sink only when
|
|
||||||
- the polypaudio server is used and alsa_sink only when using a Linux kernel
|
|
||||||
+ should only be installed when jackd is available, pulse_sink only when
|
|
||||||
+ the PulseAudio server is used and alsa_sink only when using a Linux kernel
|
|
||||||
with ALSA drivers.
|
|
||||||
When using direct aKode playback sinks will be autodetected by loading and
|
|
||||||
- probing plugins in this order: polyp, jack, alsa, oss
|
|
||||||
+ probing plugins in this order: pulse, jack, alsa, oss
|
|
||||||
|
|
||||||
diff --git a/akode/PACKAGING b/akode/PACKAGING
|
|
||||||
index da75139..8cbd9f1 100644
|
|
||||||
--- a/akode/PACKAGING
|
|
||||||
+++ b/akode/PACKAGING
|
|
||||||
@@ -7,9 +7,9 @@ Take especially note of the following:
|
|
||||||
- If you wish to install plugins in a non-standard place, you can change the
|
|
||||||
AKODE_SEARCHDIR definition in lib/pluginhandler.cpp.
|
|
||||||
- You SHOULD not install sinks for backends you don't use. Thus jack_sink
|
|
||||||
- should only be installed when jackd is available, polyp_sink only when
|
|
||||||
- the polypaudio server is used and alsa_sink only when using a Linux kernel
|
|
||||||
+ should only be installed when jackd is available, pulse_sink only when
|
|
||||||
+ the PulseAudio server is used and alsa_sink only when using a Linux kernel
|
|
||||||
with ALSA drivers.
|
|
||||||
When using direct aKode playback sinks will be autodetected by loading and
|
|
||||||
- probing plugins in this order: polyp, jack, alsa, oss
|
|
||||||
+ probing plugins in this order: pulse, jack, alsa, oss
|
|
||||||
|
|
||||||
diff --git a/akode/configure.in.in b/akode/configure.in.in
|
|
||||||
index 80338d5..80d0114 100644
|
|
||||||
--- a/akode/configure.in.in
|
|
||||||
+++ b/akode/configure.in.in
|
|
||||||
@@ -270,24 +270,24 @@ AC_SUBST(JACK_LIBADD)
|
|
||||||
AC_SUBST(JACK_LDFLAGS)
|
|
||||||
fi
|
|
||||||
|
|
||||||
-AC_ARG_WITH(polypaudio,AC_HELP_STRING([--with-polypaudio],[Enable Polypaudio server support @<:@default=check@:>@]),[polypaudio_test="$withval"],[polypaudio_test="yes"])
|
|
||||||
-
|
|
||||||
-if test "x$polypaudio_test" = "xyes" ; then
|
|
||||||
-AC_MSG_CHECKING(for Polypaudio 0.7 or later)
|
|
||||||
-if $PKG_CONFIG --atleast-version 0.7 polyplib-simple >/dev/null 2>&1 ; then
|
|
||||||
- POLYP_CFLAGS="`$PKG_CONFIG --cflags polyplib-simple`"
|
|
||||||
- POLYP_LIBADD="`$PKG_CONFIG --libs-only-l polyplib-simple`"
|
|
||||||
- POLYP_LDFLAGS="`$PKG_CONFIG --libs-only-L polyplib-simple`"
|
|
||||||
- have_polyp=yes
|
|
||||||
+AC_ARG_WITH(pulseaudio,AC_HELP_STRING([--with-pulseaudio],[Enable PulseAudio server support @<:@default=check@:>@]),[pulseaudio_test="$withval"],[pulseaudio_test="yes"])
|
|
||||||
+
|
|
||||||
+if test "x$pulseaudio_test" = "xyes" ; then
|
|
||||||
+AC_MSG_CHECKING(for pulseaudio 0.9.2 or later)
|
|
||||||
+if $PKG_CONFIG --atleast-version 0.9.2 libpulse-simple >/dev/null 2>&1 ; then
|
|
||||||
+ PULSE_CFLAGS="`$PKG_CONFIG --cflags libpulse-simple`"
|
|
||||||
+ PULSE_LIBADD="`$PKG_CONFIG --libs-only-l libpulse-simple`"
|
|
||||||
+ PULSE_LDFLAGS="`$PKG_CONFIG --libs-only-L libpulse-simple`"
|
|
||||||
+ have_pulse=yes
|
|
||||||
AC_MSG_RESULT(yes)
|
|
||||||
- AC_DEFINE(HAVE_LIBPOLYP, 1,
|
|
||||||
- [Define if you have polyplib (required if you want Polypaudio server support)])
|
|
||||||
+ AC_DEFINE(HAVE_LIBPULSE, 1,
|
|
||||||
+ [Define if you have libpulse (required if you want PulseAudio server support)])
|
|
||||||
else
|
|
||||||
AC_MSG_RESULT(not installed)
|
|
||||||
fi
|
|
||||||
-AC_SUBST(POLYP_CFLAGS)
|
|
||||||
-AC_SUBST(POLYP_LIBADD)
|
|
||||||
-AC_SUBST(POLYP_LDFLAGS)
|
|
||||||
+AC_SUBST(PULSE_CFLAGS)
|
|
||||||
+AC_SUBST(PULSE_LIBADD)
|
|
||||||
+AC_SUBST(PULSE_LDFLAGS)
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_ARG_WITH(ffmpeg,AC_HELP_STRING([--with-ffmpeg],[Enable experimental FFMPEG decoder support @<:@default=check@:>@]),[ffmpeg_test="$withval"],[ffmpeg_test="yes"])
|
|
||||||
@@ -482,7 +482,7 @@ AM_CONDITIONAL(include_alsa_sink, test x$have_alsa = xyes)
|
|
||||||
AM_CONDITIONAL(include_oss_sink, test x$have_oss = xyes)
|
|
||||||
AM_CONDITIONAL(include_sun_sink, test x$have_sun = xyes)
|
|
||||||
AM_CONDITIONAL(include_jack_sink, test x$have_jack = xyes)
|
|
||||||
-AM_CONDITIONAL(include_polyp_sink, test x$have_polyp = xyes)
|
|
||||||
+AM_CONDITIONAL(include_pulse_sink, test x$have_pulse = xyes)
|
|
||||||
AM_CONDITIONAL(include_ffmpeg_decoder, test x$have_ffmpeg = xyes)
|
|
||||||
|
|
||||||
AC_MSG_CHECKING(for compilable aKode)
|
|
||||||
diff --git a/akode/lib/auto_sink.cpp b/akode/lib/auto_sink.cpp
|
|
||||||
index bcc1250..bee17b1 100644
|
|
||||||
--- a/akode/lib/auto_sink.cpp
|
|
||||||
+++ b/akode/lib/auto_sink.cpp
|
|
||||||
@@ -65,8 +65,8 @@ AutoSink::~AutoSink()
|
|
||||||
bool AutoSink::open()
|
|
||||||
{
|
|
||||||
// Try Polypaudio
|
|
||||||
- if (getenv("POLYP_SERVER"))
|
|
||||||
- if (m_data->tryOpen("polyp")) return true;
|
|
||||||
+ if (getenv("PULSE_SERVER"))
|
|
||||||
+ if (m_data->tryOpen("pulse")) return true;
|
|
||||||
// Try Jack
|
|
||||||
if (m_data->tryOpen("jack")) return true;
|
|
||||||
// Try ALSA
|
|
||||||
diff --git a/akode/plugins/CMakeLists.txt b/akode/plugins/CMakeLists.txt
|
|
||||||
index 6e11f1a..89bcfd1 100644
|
|
||||||
--- a/akode/plugins/CMakeLists.txt
|
|
||||||
+++ b/akode/plugins/CMakeLists.txt
|
|
||||||
@@ -15,7 +15,7 @@
|
|
||||||
tde_conditional_add_subdirectory( WITH_ALSA_SINK alsa_sink )
|
|
||||||
tde_conditional_add_subdirectory( WITH_JACK_SINK jack_sink )
|
|
||||||
tde_conditional_add_subdirectory( WITH_OSS_SINK oss_sink )
|
|
||||||
-tde_conditional_add_subdirectory( WITH_PULSE_SINK polyp_sink )
|
|
||||||
+tde_conditional_add_subdirectory( WITH_PULSE_SINK pulse_sink )
|
|
||||||
tde_conditional_add_subdirectory( WITH_SUN_SINK sun_sink )
|
|
||||||
|
|
||||||
tde_conditional_add_subdirectory( WITH_FFMPEG_DECODER ffmpeg_decoder )
|
|
||||||
diff --git a/akode/plugins/Makefile.am b/akode/plugins/Makefile.am
|
|
||||||
index 74f27e5..4a13c85 100644
|
|
||||||
--- a/akode/plugins/Makefile.am
|
|
||||||
+++ b/akode/plugins/Makefile.am
|
|
||||||
@@ -32,12 +32,12 @@ if include_jack_sink
|
|
||||||
AKODE_JACK_SINK=jack_sink
|
|
||||||
endif
|
|
||||||
|
|
||||||
-if include_polyp_sink
|
|
||||||
-AKODE_POLYP_SINK=polyp_sink
|
|
||||||
+if include_pulse_sink
|
|
||||||
+AKODE_PULSE_SINK=pulse_sink
|
|
||||||
endif
|
|
||||||
|
|
||||||
SUBDIRS= $(AKODE_MPC_DECODER) $(AKODE_XIPH_DECODER) \
|
|
||||||
$(AKODE_MPEG_DECODER) $(AKODE_FFMPEG_DECODER) \
|
|
||||||
$(AKODE_ALSA_SINK) $(AKODE_OSS_SINK) $(AKODE_SUN_SINK) \
|
|
||||||
- $(AKODE_JACK_SINK) $(AKODE_POLYP_SINK) \
|
|
||||||
+ $(AKODE_JACK_SINK) $(AKODE_PULSE_SINK) \
|
|
||||||
$(AKODE_SRC_RESAMPLER)
|
|
||||||
diff --git a/akode/plugins/polyp_sink/CMakeLists.txt b/akode/plugins/polyp_sink/CMakeLists.txt
|
|
||||||
deleted file mode 100644
|
|
||||||
index 28a940e..0000000
|
|
||||||
--- a/akode/plugins/polyp_sink/CMakeLists.txt
|
|
||||||
+++ /dev/null
|
|
||||||
@@ -1,32 +0,0 @@
|
|
||||||
-#################################################
|
|
||||||
-#
|
|
||||||
-# (C) 2015 Slávek Banko
|
|
||||||
-# slavek (DOT) banko (AT) axis.cz
|
|
||||||
-#
|
|
||||||
-# Improvements and feedback are welcome
|
|
||||||
-#
|
|
||||||
-# This file is released under GPL >= 2
|
|
||||||
-#
|
|
||||||
-#################################################
|
|
||||||
-
|
|
||||||
-include_directories(
|
|
||||||
- ${CMAKE_BINARY_DIR}
|
|
||||||
- ${CMAKE_BINARY_DIR}/akode/lib
|
|
||||||
- ${CMAKE_SOURCE_DIR}/akode/lib
|
|
||||||
- ${CMAKE_CURRENT_BINARY_DIR}
|
|
||||||
- ${CMAKE_CURRENT_SOURCE_DIR}
|
|
||||||
- ${PULSE_INCLUDE_DIRS}
|
|
||||||
-)
|
|
||||||
-
|
|
||||||
-
|
|
||||||
-##### library ###################################
|
|
||||||
-
|
|
||||||
-set( target libakode_polyp_sink )
|
|
||||||
-
|
|
||||||
-tde_add_library(
|
|
||||||
- ${target} MODULE
|
|
||||||
- SOURCES polyp_sink.cpp
|
|
||||||
- LINK akode-shared ${PULSE_LIBRARIES}
|
|
||||||
- DESTINATION ${LIB_INSTALL_DIR}
|
|
||||||
-)
|
|
||||||
-
|
|
||||||
diff --git a/akode/plugins/polyp_sink/Makefile.am b/akode/plugins/polyp_sink/Makefile.am
|
|
||||||
deleted file mode 100644
|
|
||||||
index a58b04c..0000000
|
|
||||||
--- a/akode/plugins/polyp_sink/Makefile.am
|
|
||||||
+++ /dev/null
|
|
||||||
@@ -1,7 +0,0 @@
|
|
||||||
-INCLUDES = -I$(top_srcdir)/akode/lib -I$(top_builddir)/akode/lib $(PULSE_CFLAGS) $(all_includes)
|
|
||||||
-
|
|
||||||
-lib_LTLIBRARIES = libakode_polyp_sink.la
|
|
||||||
-
|
|
||||||
-libakode_polyp_sink_la_SOURCES = polyp_sink.cpp
|
|
||||||
-libakode_polyp_sink_la_LDFLAGS = -module -avoid-version -no-undefined $(PULSE_LDFLAGS)
|
|
||||||
-libakode_polyp_sink_la_LIBADD = ../../lib/libakode.la $(PULSE_LIBADD)
|
|
||||||
diff --git a/akode/plugins/polyp_sink/polyp_sink.cpp b/akode/plugins/polyp_sink/polyp_sink.cpp
|
|
||||||
deleted file mode 100644
|
|
||||||
index b48b63e..0000000
|
|
||||||
--- a/akode/plugins/polyp_sink/polyp_sink.cpp
|
|
||||||
+++ /dev/null
|
|
||||||
@@ -1,143 +0,0 @@
|
|
||||||
-/* aKode: Polyp-Sink
|
|
||||||
-
|
|
||||||
- Copyright (C) 2004 Allan Sandfeld Jensen <kde@carewolf.com>
|
|
||||||
-
|
|
||||||
- This library is free software; you can redistribute it and/or
|
|
||||||
- modify it under the terms of the GNU Library General Public
|
|
||||||
- License as published by the Free Software Foundation; either
|
|
||||||
- version 2 of the License, or (at your option) any later version.
|
|
||||||
-
|
|
||||||
- This library is distributed in the hope that it will be useful,
|
|
||||||
- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
- Library General Public License for more details.
|
|
||||||
-
|
|
||||||
- You should have received a copy of the GNU Library General Public License
|
|
||||||
- along with this library; see the file COPYING.LIB. If not, write to
|
|
||||||
- the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
|
|
||||||
- Boston, MA 02110-1301, USA.
|
|
||||||
-*/
|
|
||||||
-
|
|
||||||
-#include "config.h"
|
|
||||||
-
|
|
||||||
-#ifdef HAVE_STDINT_H
|
|
||||||
-#include <stdint.h>
|
|
||||||
-#elif defined(HAVE_INTTYPES_H)
|
|
||||||
-#include <inttypes.h>
|
|
||||||
-#endif
|
|
||||||
-#include <pulse/simple.h>
|
|
||||||
-
|
|
||||||
-#include "audioframe.h"
|
|
||||||
-#include "audiobuffer.h"
|
|
||||||
-#include "polyp_sink.h"
|
|
||||||
-
|
|
||||||
-#include <iostream>
|
|
||||||
-
|
|
||||||
-namespace aKode {
|
|
||||||
-
|
|
||||||
-extern "C" { PolypSinkPlugin polyp_sink; };
|
|
||||||
-
|
|
||||||
-struct PolypSink::private_data
|
|
||||||
-{
|
|
||||||
- private_data() : server(0), error(false) {};
|
|
||||||
-
|
|
||||||
- pa_simple *server;
|
|
||||||
- pa_sample_spec sample_spec;
|
|
||||||
-
|
|
||||||
- bool error;
|
|
||||||
-
|
|
||||||
- AudioConfiguration config;
|
|
||||||
-};
|
|
||||||
-
|
|
||||||
-PolypSink::PolypSink()
|
|
||||||
-{
|
|
||||||
- m_data = new private_data;
|
|
||||||
- m_data->sample_spec.rate = 44100;
|
|
||||||
- m_data->sample_spec.channels = 2;
|
|
||||||
- m_data->sample_spec.format = PA_SAMPLE_S16NE;
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
-bool PolypSink::open() {
|
|
||||||
- int error = 0;
|
|
||||||
- m_data->server = pa_simple_new(0, "akode-client", PA_STREAM_PLAYBACK, 0, "", &m_data->sample_spec, 0, 0, &error );
|
|
||||||
- if (!m_data->server || error != 0) {
|
|
||||||
- m_data->error = true;
|
|
||||||
- close();
|
|
||||||
- std::cout << "Cannot open client\n";
|
|
||||||
- return false;
|
|
||||||
- }
|
|
||||||
-
|
|
||||||
-
|
|
||||||
- return true;
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
-void PolypSink::close() {
|
|
||||||
- if (m_data->server) {
|
|
||||||
- pa_simple_free(m_data->server);
|
|
||||||
- m_data->server = 0;
|
|
||||||
- }
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
-PolypSink::~PolypSink()
|
|
||||||
-{
|
|
||||||
- close();
|
|
||||||
- delete m_data;
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
-int PolypSink::setAudioConfiguration(const AudioConfiguration* config)
|
|
||||||
-{
|
|
||||||
- if (m_data->error) return -1;
|
|
||||||
-
|
|
||||||
- int res = 0;
|
|
||||||
- if (*config == m_data->config) return 0;
|
|
||||||
- m_data->config = *config;
|
|
||||||
-
|
|
||||||
- if (config->channel_config != MonoStereo ) return -1;
|
|
||||||
- m_data->sample_spec.channels = config->channels;
|
|
||||||
-
|
|
||||||
- if (config->sample_width != 16) {
|
|
||||||
- res = 1;
|
|
||||||
- m_data->config.sample_width = 16;
|
|
||||||
- }
|
|
||||||
-
|
|
||||||
- m_data->sample_spec.rate = config->sample_rate;
|
|
||||||
-
|
|
||||||
- // create new connection
|
|
||||||
- close();
|
|
||||||
- open();
|
|
||||||
-
|
|
||||||
- return res;
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
-const AudioConfiguration* PolypSink::audioConfiguration() const
|
|
||||||
-{
|
|
||||||
- return &m_data->config;
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
-bool PolypSink::writeFrame(AudioFrame* frame)
|
|
||||||
-{
|
|
||||||
- if ( m_data->error ) return false;
|
|
||||||
-
|
|
||||||
- if ( frame->channels != m_data->config.channels || frame->sample_rate != m_data->config.sample_rate)
|
|
||||||
- {
|
|
||||||
- if (setAudioConfiguration(frame)!=0)
|
|
||||||
- return false;
|
|
||||||
- }
|
|
||||||
-
|
|
||||||
- int channels = m_data->config.channels;
|
|
||||||
- int length = frame->length;
|
|
||||||
-
|
|
||||||
- int16_t *buffer = new int16_t[length*channels];
|
|
||||||
- int16_t** data = (int16_t**)frame->data;
|
|
||||||
- for(int i = 0; i<length; i++)
|
|
||||||
- for(int j=0; j<channels; j++)
|
|
||||||
- buffer[i*channels+j] = data[j][i];
|
|
||||||
-
|
|
||||||
- int error = 0;
|
|
||||||
- pa_simple_write(m_data->server, buffer, channels*length*2, &error);
|
|
||||||
- delete[] buffer;
|
|
||||||
-
|
|
||||||
- return (error == 0);
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
-} // namespace
|
|
||||||
diff --git a/akode/plugins/polyp_sink/polyp_sink.h b/akode/plugins/polyp_sink/polyp_sink.h
|
|
||||||
deleted file mode 100644
|
|
||||||
index e279ff6..0000000
|
|
||||||
--- a/akode/plugins/polyp_sink/polyp_sink.h
|
|
||||||
+++ /dev/null
|
|
||||||
@@ -1,60 +0,0 @@
|
|
||||||
-/* aKode: Polyp-Sink
|
|
||||||
-
|
|
||||||
- Copyright (C) 2004 Allan Sandfeld Jensen <kde@carewolf.com>
|
|
||||||
-
|
|
||||||
- This library is free software; you can redistribute it and/or
|
|
||||||
- modify it under the terms of the GNU Library General Public
|
|
||||||
- License as published by the Free Software Foundation; either
|
|
||||||
- version 2 of the License, or (at your option) any later version.
|
|
||||||
-
|
|
||||||
- This library is distributed in the hope that it will be useful,
|
|
||||||
- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
- Library General Public License for more details.
|
|
||||||
-
|
|
||||||
- You should have received a copy of the GNU Library General Public License
|
|
||||||
- along with this library; see the file COPYING.LIB. If not, write to
|
|
||||||
- the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
|
|
||||||
- Boston, MA 02110-1301, USA.
|
|
||||||
-*/
|
|
||||||
-
|
|
||||||
-#ifndef _AKODE_POLYP_SINK_H
|
|
||||||
-#define _AKODE_POLYP_SINK_H
|
|
||||||
-
|
|
||||||
-#include "sink.h"
|
|
||||||
-
|
|
||||||
-#include "akode_export.h"
|
|
||||||
-
|
|
||||||
-namespace aKode {
|
|
||||||
-
|
|
||||||
-class AudioConfiguration;
|
|
||||||
-class AudioFrame;
|
|
||||||
-
|
|
||||||
-class PolypSink : public Sink {
|
|
||||||
-public:
|
|
||||||
- PolypSink();
|
|
||||||
- ~PolypSink();
|
|
||||||
- bool open();
|
|
||||||
- void close();
|
|
||||||
- int setAudioConfiguration(const AudioConfiguration *config);
|
|
||||||
- const AudioConfiguration* audioConfiguration() const;
|
|
||||||
- // Writes blocking
|
|
||||||
- bool writeFrame(AudioFrame *frame);
|
|
||||||
-
|
|
||||||
- struct private_data;
|
|
||||||
-private:
|
|
||||||
- private_data *m_data;
|
|
||||||
-};
|
|
||||||
-
|
|
||||||
-class PolypSinkPlugin : public SinkPlugin {
|
|
||||||
-public:
|
|
||||||
- virtual PolypSink* openSink() {
|
|
||||||
- return new PolypSink();
|
|
||||||
- }
|
|
||||||
-};
|
|
||||||
-
|
|
||||||
-extern "C" AKODE_EXPORT PolypSinkPlugin polyp_sink;
|
|
||||||
-
|
|
||||||
-} // namespace
|
|
||||||
-
|
|
||||||
-#endif
|
|
||||||
diff --git a/akode/plugins/pulse_sink/CMakeLists.txt b/akode/plugins/pulse_sink/CMakeLists.txt
|
|
||||||
new file mode 100644
|
|
||||||
index 0000000..04026d3
|
|
||||||
--- /dev/null
|
|
||||||
+++ b/akode/plugins/pulse_sink/CMakeLists.txt
|
|
||||||
@@ -0,0 +1,32 @@
|
|
||||||
+#################################################
|
|
||||||
+#
|
|
||||||
+# (C) 2015 Slávek Banko
|
|
||||||
+# slavek (DOT) banko (AT) axis.cz
|
|
||||||
+#
|
|
||||||
+# Improvements and feedback are welcome
|
|
||||||
+#
|
|
||||||
+# This file is released under GPL >= 2
|
|
||||||
+#
|
|
||||||
+#################################################
|
|
||||||
+
|
|
||||||
+include_directories(
|
|
||||||
+ ${CMAKE_BINARY_DIR}
|
|
||||||
+ ${CMAKE_BINARY_DIR}/akode/lib
|
|
||||||
+ ${CMAKE_SOURCE_DIR}/akode/lib
|
|
||||||
+ ${CMAKE_CURRENT_BINARY_DIR}
|
|
||||||
+ ${CMAKE_CURRENT_SOURCE_DIR}
|
|
||||||
+ ${PULSE_INCLUDE_DIRS}
|
|
||||||
+)
|
|
||||||
+
|
|
||||||
+
|
|
||||||
+##### library ###################################
|
|
||||||
+
|
|
||||||
+set( target libakode_pulse_sink )
|
|
||||||
+
|
|
||||||
+tde_add_library(
|
|
||||||
+ ${target} MODULE
|
|
||||||
+ SOURCES pulse_sink.cpp
|
|
||||||
+ LINK akode-shared ${PULSE_LIBRARIES}
|
|
||||||
+ DESTINATION ${LIB_INSTALL_DIR}
|
|
||||||
+)
|
|
||||||
+
|
|
||||||
diff --git a/akode/plugins/pulse_sink/Makefile.am b/akode/plugins/pulse_sink/Makefile.am
|
|
||||||
new file mode 100644
|
|
||||||
index 0000000..9f38245
|
|
||||||
--- /dev/null
|
|
||||||
+++ b/akode/plugins/pulse_sink/Makefile.am
|
|
||||||
@@ -0,0 +1,7 @@
|
|
||||||
+INCLUDES = -I$(top_srcdir)/akode/lib -I$(top_builddir)/akode/lib $(PULSE_CFLAGS) $(all_includes)
|
|
||||||
+
|
|
||||||
+lib_LTLIBRARIES = libakode_pulse_sink.la
|
|
||||||
+
|
|
||||||
+libakode_pulse_sink_la_SOURCES = pulse_sink.cpp
|
|
||||||
+libakode_pulse_sink_la_LDFLAGS = -module -avoid-version -no-undefined $(PULSE_LDFLAGS)
|
|
||||||
+libakode_pulse_sink_la_LIBADD = ../../lib/libakode.la $(PULSE_LIBADD)
|
|
||||||
diff --git a/akode/plugins/pulse_sink/pulse_sink.cpp b/akode/plugins/pulse_sink/pulse_sink.cpp
|
|
||||||
new file mode 100644
|
|
||||||
index 0000000..395bfb3
|
|
||||||
--- /dev/null
|
|
||||||
+++ b/akode/plugins/pulse_sink/pulse_sink.cpp
|
|
||||||
@@ -0,0 +1,143 @@
|
|
||||||
+/* aKode: Pulse-Sink
|
|
||||||
+
|
|
||||||
+ Copyright (C) 2004 Allan Sandfeld Jensen <kde@carewolf.com>
|
|
||||||
+
|
|
||||||
+ This library is free software; you can redistribute it and/or
|
|
||||||
+ modify it under the terms of the GNU Library General Public
|
|
||||||
+ License as published by the Free Software Foundation; either
|
|
||||||
+ version 2 of the License, or (at your option) any later version.
|
|
||||||
+
|
|
||||||
+ This library is distributed in the hope that it will be useful,
|
|
||||||
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
+ Library General Public License for more details.
|
|
||||||
+
|
|
||||||
+ You should have received a copy of the GNU Library General Public License
|
|
||||||
+ along with this library; see the file COPYING.LIB. If not, write to
|
|
||||||
+ the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
|
|
||||||
+ Boston, MA 02110-1301, USA.
|
|
||||||
+*/
|
|
||||||
+
|
|
||||||
+#include "config.h"
|
|
||||||
+
|
|
||||||
+#ifdef HAVE_STDINT_H
|
|
||||||
+#include <stdint.h>
|
|
||||||
+#elif defined(HAVE_INTTYPES_H)
|
|
||||||
+#include <inttypes.h>
|
|
||||||
+#endif
|
|
||||||
+#include <pulse/simple.h>
|
|
||||||
+
|
|
||||||
+#include "audioframe.h"
|
|
||||||
+#include "audiobuffer.h"
|
|
||||||
+#include "pulse_sink.h"
|
|
||||||
+
|
|
||||||
+#include <iostream>
|
|
||||||
+
|
|
||||||
+namespace aKode {
|
|
||||||
+
|
|
||||||
+extern "C" { PulseSinkPlugin pulse_sink; };
|
|
||||||
+
|
|
||||||
+struct PulseSink::private_data
|
|
||||||
+{
|
|
||||||
+ private_data() : server(0), error(false) {};
|
|
||||||
+
|
|
||||||
+ pa_simple *server;
|
|
||||||
+ pa_sample_spec sample_spec;
|
|
||||||
+
|
|
||||||
+ bool error;
|
|
||||||
+
|
|
||||||
+ AudioConfiguration config;
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+PulseSink::PulseSink()
|
|
||||||
+{
|
|
||||||
+ m_data = new private_data;
|
|
||||||
+ m_data->sample_spec.rate = 44100;
|
|
||||||
+ m_data->sample_spec.channels = 2;
|
|
||||||
+ m_data->sample_spec.format = PA_SAMPLE_S16NE;
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
+bool PulseSink::open() {
|
|
||||||
+ int error = 0;
|
|
||||||
+ m_data->server = pa_simple_new(0, "akode-client", PA_STREAM_PLAYBACK, 0, "", &m_data->sample_spec, 0, 0, &error );
|
|
||||||
+ if (!m_data->server || error != 0) {
|
|
||||||
+ m_data->error = true;
|
|
||||||
+ close();
|
|
||||||
+ std::cout << "Cannot open client\n";
|
|
||||||
+ return false;
|
|
||||||
+ }
|
|
||||||
+
|
|
||||||
+
|
|
||||||
+ return true;
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
+void PulseSink::close() {
|
|
||||||
+ if (m_data->server) {
|
|
||||||
+ pa_simple_free(m_data->server);
|
|
||||||
+ m_data->server = 0;
|
|
||||||
+ }
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
+PulseSink::~PulseSink()
|
|
||||||
+{
|
|
||||||
+ close();
|
|
||||||
+ delete m_data;
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
+int PulseSink::setAudioConfiguration(const AudioConfiguration* config)
|
|
||||||
+{
|
|
||||||
+ if (m_data->error) return -1;
|
|
||||||
+
|
|
||||||
+ int res = 0;
|
|
||||||
+ if (*config == m_data->config) return 0;
|
|
||||||
+ m_data->config = *config;
|
|
||||||
+
|
|
||||||
+ if (config->channel_config != MonoStereo ) return -1;
|
|
||||||
+ m_data->sample_spec.channels = config->channels;
|
|
||||||
+
|
|
||||||
+ if (config->sample_width != 16) {
|
|
||||||
+ res = 1;
|
|
||||||
+ m_data->config.sample_width = 16;
|
|
||||||
+ }
|
|
||||||
+
|
|
||||||
+ m_data->sample_spec.rate = config->sample_rate;
|
|
||||||
+
|
|
||||||
+ // create new connection
|
|
||||||
+ close();
|
|
||||||
+ open();
|
|
||||||
+
|
|
||||||
+ return res;
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
+const AudioConfiguration* PulseSink::audioConfiguration() const
|
|
||||||
+{
|
|
||||||
+ return &m_data->config;
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
+bool PulseSink::writeFrame(AudioFrame* frame)
|
|
||||||
+{
|
|
||||||
+ if ( m_data->error ) return false;
|
|
||||||
+
|
|
||||||
+ if ( frame->channels != m_data->config.channels || frame->sample_rate != m_data->config.sample_rate)
|
|
||||||
+ {
|
|
||||||
+ if (setAudioConfiguration(frame)!=0)
|
|
||||||
+ return false;
|
|
||||||
+ }
|
|
||||||
+
|
|
||||||
+ int channels = m_data->config.channels;
|
|
||||||
+ int length = frame->length;
|
|
||||||
+
|
|
||||||
+ int16_t *buffer = new int16_t[length*channels];
|
|
||||||
+ int16_t** data = (int16_t**)frame->data;
|
|
||||||
+ for(int i = 0; i<length; i++)
|
|
||||||
+ for(int j=0; j<channels; j++)
|
|
||||||
+ buffer[i*channels+j] = data[j][i];
|
|
||||||
+
|
|
||||||
+ int error = 0;
|
|
||||||
+ pa_simple_write(m_data->server, buffer, channels*length*2, &error);
|
|
||||||
+ delete[] buffer;
|
|
||||||
+
|
|
||||||
+ return (error == 0);
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
+} // namespace
|
|
||||||
diff --git a/akode/plugins/pulse_sink/pulse_sink.h b/akode/plugins/pulse_sink/pulse_sink.h
|
|
||||||
new file mode 100644
|
|
||||||
index 0000000..e890e4a
|
|
||||||
--- /dev/null
|
|
||||||
+++ b/akode/plugins/pulse_sink/pulse_sink.h
|
|
||||||
@@ -0,0 +1,60 @@
|
|
||||||
+/* aKode: Pulse-Sink
|
|
||||||
+
|
|
||||||
+ Copyright (C) 2004 Allan Sandfeld Jensen <kde@carewolf.com>
|
|
||||||
+
|
|
||||||
+ This library is free software; you can redistribute it and/or
|
|
||||||
+ modify it under the terms of the GNU Library General Public
|
|
||||||
+ License as published by the Free Software Foundation; either
|
|
||||||
+ version 2 of the License, or (at your option) any later version.
|
|
||||||
+
|
|
||||||
+ This library is distributed in the hope that it will be useful,
|
|
||||||
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
+ Library General Public License for more details.
|
|
||||||
+
|
|
||||||
+ You should have received a copy of the GNU Library General Public License
|
|
||||||
+ along with this library; see the file COPYING.LIB. If not, write to
|
|
||||||
+ the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
|
|
||||||
+ Boston, MA 02110-1301, USA.
|
|
||||||
+*/
|
|
||||||
+
|
|
||||||
+#ifndef _AKODE_PULSE_SINK_H
|
|
||||||
+#define _AKODE_PULSE_SINK_H
|
|
||||||
+
|
|
||||||
+#include "sink.h"
|
|
||||||
+
|
|
||||||
+#include "akode_export.h"
|
|
||||||
+
|
|
||||||
+namespace aKode {
|
|
||||||
+
|
|
||||||
+class AudioConfiguration;
|
|
||||||
+class AudioFrame;
|
|
||||||
+
|
|
||||||
+class PulseSink : public Sink {
|
|
||||||
+public:
|
|
||||||
+ PulseSink();
|
|
||||||
+ ~PulseSink();
|
|
||||||
+ bool open();
|
|
||||||
+ void close();
|
|
||||||
+ int setAudioConfiguration(const AudioConfiguration *config);
|
|
||||||
+ const AudioConfiguration* audioConfiguration() const;
|
|
||||||
+ // Writes blocking
|
|
||||||
+ bool writeFrame(AudioFrame *frame);
|
|
||||||
+
|
|
||||||
+ struct private_data;
|
|
||||||
+private:
|
|
||||||
+ private_data *m_data;
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+class PulseSinkPlugin : public SinkPlugin {
|
|
||||||
+public:
|
|
||||||
+ virtual PulseSink* openSink() {
|
|
||||||
+ return new PulseSink();
|
|
||||||
+ }
|
|
||||||
+};
|
|
||||||
+
|
|
||||||
+extern "C" AKODE_EXPORT PulseSinkPlugin pulse_sink;
|
|
||||||
+
|
|
||||||
+} // namespace
|
|
||||||
+
|
|
||||||
+#endif
|
|
@ -1,91 +0,0 @@
|
|||||||
commit d67c4c24d28fb80653b1d499dcb7cd36284883fd
|
|
||||||
Author: François Andriot <francois.andriot@free.fr>
|
|
||||||
Date: Thu Oct 15 04:47:35 2015 +0200
|
|
||||||
|
|
||||||
Add multilib support
|
|
||||||
[taken from Fedora patches]
|
|
||||||
|
|
||||||
diff --git a/akode/CMakeLists.txt b/akode/CMakeLists.txt
|
|
||||||
index 26cc5c0..b7ab6a5 100644
|
|
||||||
--- a/akode/CMakeLists.txt
|
|
||||||
+++ b/akode/CMakeLists.txt
|
|
||||||
@@ -24,6 +24,10 @@ configure_file( akode-config.in akode-config @ONLY )
|
|
||||||
install( PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/akode-config
|
|
||||||
DESTINATION ${BIN_INSTALL_DIR} )
|
|
||||||
|
|
||||||
+configure_file( akode.pc.in akode.pc @ONLY )
|
|
||||||
+install( FILES ${CMAKE_CURRENT_BINARY_DIR}/akode.pc
|
|
||||||
+ DESTINATION ${PKGCONFIG_INSTALL_DIR} )
|
|
||||||
+
|
|
||||||
|
|
||||||
##### build #####################################
|
|
||||||
|
|
||||||
diff --git a/akode/Makefile.am b/akode/Makefile.am
|
|
||||||
index 99455d5..a30cdd8 100644
|
|
||||||
--- a/akode/Makefile.am
|
|
||||||
+++ b/akode/Makefile.am
|
|
||||||
@@ -1,3 +1,8 @@
|
|
||||||
bin_SCRIPTS = akode-config
|
|
||||||
|
|
||||||
SUBDIRS= lib plugins akodeplay
|
|
||||||
+
|
|
||||||
+pkgconfigdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfig_DATA = akode.pc
|
|
||||||
+
|
|
||||||
+EXTRA_DIST = akode.pc.in
|
|
||||||
diff --git a/akode/akode-config.in b/akode/akode-config.in
|
|
||||||
index b4263be..d1d8457 100644
|
|
||||||
--- a/akode/akode-config.in
|
|
||||||
+++ b/akode/akode-config.in
|
|
||||||
@@ -15,9 +15,8 @@ EOH
|
|
||||||
}
|
|
||||||
|
|
||||||
prefix=@prefix@
|
|
||||||
-exec_prefix=@exec_prefix@
|
|
||||||
-libdir=@libdir@
|
|
||||||
-includedir=@includedir@
|
|
||||||
+akode_libs="`pkg-config --libs akode`"
|
|
||||||
+akode_cflags="`pkg-config --cflags akode`"
|
|
||||||
|
|
||||||
flags=""
|
|
||||||
|
|
||||||
@@ -29,10 +28,10 @@ while test $# -gt 0
|
|
||||||
do
|
|
||||||
case $1 in
|
|
||||||
--libs)
|
|
||||||
- flags="$flags -L$libdir -lakode"
|
|
||||||
+ flags="$flags $akode_libs"
|
|
||||||
;;
|
|
||||||
--cflags)
|
|
||||||
- flags="$flags -I$includedir"
|
|
||||||
+ flags="$flags $akode_cflags"
|
|
||||||
;;
|
|
||||||
--version)
|
|
||||||
echo 2.0.2
|
|
||||||
diff --git a/akode/akode.pc.in b/akode/akode.pc.in
|
|
||||||
new file mode 100644
|
|
||||||
index 0000000..d17b2ea
|
|
||||||
--- /dev/null
|
|
||||||
+++ b/akode/akode.pc.in
|
|
||||||
@@ -0,0 +1,10 @@
|
|
||||||
+prefix=@prefix@
|
|
||||||
+exec_prefix=@prefix@
|
|
||||||
+libdir=@libdir@
|
|
||||||
+includedir=@includedir@
|
|
||||||
+
|
|
||||||
+Name: akode
|
|
||||||
+Description: aKode is a simple audio-decoding frame-work
|
|
||||||
+Version: 2.0.2
|
|
||||||
+Libs: -L${libdir} -lakode
|
|
||||||
+Cflags: -I${includedir}
|
|
||||||
diff --git a/akode/configure.in.in b/akode/configure.in.in
|
|
||||||
index 80d0114..2b0ef60 100644
|
|
||||||
--- a/akode/configure.in.in
|
|
||||||
+++ b/akode/configure.in.in
|
|
||||||
@@ -1,5 +1,6 @@
|
|
||||||
dnl don't remove the below
|
|
||||||
dnl AC_OUTPUT(akode/akode-config)
|
|
||||||
+dnl AC_OUTPUT(akode/akode.pc)
|
|
||||||
|
|
||||||
AC_CONFIG_HEADER(akode/lib/akode_export.h)
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
|||||||
commit 6c3892f0e0939e0b40a9d46142a30005ecaab77f
|
|
||||||
Author: Slávek Banko <slavek.banko@axis.cz>
|
|
||||||
Date: Fri May 26 09:59:08 2017 +0200
|
|
||||||
|
|
||||||
Fix FTBFS on ptrdiff_t redefinition
|
|
||||||
|
|
||||||
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
|
|
||||||
|
|
||||||
diff --git a/akode/plugins/mpc_decoder/mppdec/synth_filter.cpp b/akode/plugins/mpc_decoder/mppdec/synth_filter.cpp
|
|
||||||
index 256417a..2ea7a08 100644
|
|
||||||
--- a/akode/plugins/mpc_decoder/mppdec/synth_filter.cpp
|
|
||||||
+++ b/akode/plugins/mpc_decoder/mppdec/synth_filter.cpp
|
|
||||||
@@ -1,7 +1,5 @@
|
|
||||||
#include "stdafx.h"
|
|
||||||
|
|
||||||
-typedef int ptrdiff_t;
|
|
||||||
-
|
|
||||||
|
|
||||||
/* C O N S T A N T S */
|
|
||||||
#undef _
|
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1527511629
|
TIMESTAMP = 1532796393
|
||||||
SHA256 (TDE/dependencies/arts-trinity_14.0.5~pre9.orig.tar.xz) = 25dfcaa6dcebeeaed32d89d3351f797d212fceaaf47893a7a635ba7353e5e01f
|
SHA256 (TDE/dependencies/arts-trinity_14.0.5.orig.tar.xz) = 8dcf7755b189ddd3b32928e8fb200c08aadafd76e3940201da300b8d9424a875
|
||||||
SIZE (TDE/dependencies/arts-trinity_14.0.5~pre9.orig.tar.xz) = 674020
|
SIZE (TDE/dependencies/arts-trinity_14.0.5.orig.tar.xz) = 673208
|
||||||
|
@ -0,0 +1,52 @@
|
|||||||
|
diff --git a/mcop/tcpserver.cc b/mcop/tcpserver.cc
|
||||||
|
index 5ce3532..c2cffee 100644
|
||||||
|
--- a/mcop/tcpserver.cc
|
||||||
|
+++ b/mcop/tcpserver.cc
|
||||||
|
@@ -121,7 +121,7 @@ bool TCPServer::initSocket()
|
||||||
|
socket_addr.sin_family = AF_INET;
|
||||||
|
socket_addr.sin_port = htons( TCPServerPort ); // 0 = choose port freely
|
||||||
|
socket_addr.sin_addr.s_addr = htonl( inet_addr("0.0.0.0") );
|
||||||
|
- if ( bind( theSocket, (struct sockaddr *) &socket_addr,
|
||||||
|
+ if ( ::bind( theSocket, (struct sockaddr *) &socket_addr,
|
||||||
|
sizeof(struct sockaddr_in) ) < 0 )
|
||||||
|
{
|
||||||
|
arts_warning("MCOP TCPServer: can't bind to port/address");
|
||||||
|
diff --git a/mcop/unixserver.cc b/mcop/unixserver.cc
|
||||||
|
index acb3496..d70fe8e 100644
|
||||||
|
--- a/mcop/unixserver.cc
|
||||||
|
+++ b/mcop/unixserver.cc
|
||||||
|
@@ -98,7 +98,7 @@ bool UnixServer::initSocket(const string& serverID)
|
||||||
|
|
||||||
|
xserverpath = socket_addr.sun_path;
|
||||||
|
|
||||||
|
- if ( bind( theSocket, (struct sockaddr *) &socket_addr,
|
||||||
|
+ if ( ::bind( theSocket, (struct sockaddr *) &socket_addr,
|
||||||
|
sizeof(struct sockaddr_un) ) < 0 )
|
||||||
|
{
|
||||||
|
arts_warning("MCOP UnixServer: can't bind to file \"%s\"",
|
||||||
|
diff --git a/soundserver/gslplayobject_impl.cc b/soundserver/gslplayobject_impl.cc
|
||||||
|
index 217fe80..aafb41c 100644
|
||||||
|
--- a/soundserver/gslplayobject_impl.cc
|
||||||
|
+++ b/soundserver/gslplayobject_impl.cc
|
||||||
|
@@ -134,7 +134,7 @@ public:
|
||||||
|
*/
|
||||||
|
std::string description()
|
||||||
|
{
|
||||||
|
- return "no description available (see "__FILE__")";
|
||||||
|
+ return "no description available (see " __FILE__ ")";
|
||||||
|
}
|
||||||
|
|
||||||
|
poTime currentTime()
|
||||||
|
diff --git a/soundserver/wavplayobject_impl.cc b/soundserver/wavplayobject_impl.cc
|
||||||
|
index 6109f7c..8f5f2f1 100644
|
||||||
|
--- a/soundserver/wavplayobject_impl.cc
|
||||||
|
+++ b/soundserver/wavplayobject_impl.cc
|
||||||
|
@@ -74,7 +74,7 @@ public:
|
||||||
|
* KMedia2 interface
|
||||||
|
*/
|
||||||
|
string description() {
|
||||||
|
- return "no description (see "__FILE__")";
|
||||||
|
+ return "no description (see " __FILE__ ")";
|
||||||
|
}
|
||||||
|
|
||||||
|
poTime currentTime() {
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991804
|
TIMESTAMP = 1532798106
|
||||||
SHA256 (TDE/dependencies/avahi-tqt_14.0.5~pre5.orig.tar.xz) = 277b205f228e195215ea49b2f7794d552e2c5b10059ae30f6d10e44923345ecd
|
SHA256 (TDE/dependencies/avahi-tqt_14.0.5.orig.tar.xz) = 2ec0ceb8a336987d3e6c0aed6087480a75edf38efb239ed3d2b9e5f39fc5fd9e
|
||||||
SIZE (TDE/dependencies/avahi-tqt_14.0.5~pre5.orig.tar.xz) = 213048
|
SIZE (TDE/dependencies/avahi-tqt_14.0.5.orig.tar.xz) = 212712
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991804
|
TIMESTAMP = 1532798157
|
||||||
SHA256 (TDE/dependencies/dbus-1-tqt_14.0.5~pre7.orig.tar.xz) = 9bcf8f48a16d9c3e2af33102a20c1bf398651d96511284b6006aa02f0599f0be
|
SHA256 (TDE/dependencies/dbus-1-tqt_14.0.5.orig.tar.xz) = 2e3de6eba3598226f55c87bb2fa8fbcf5b58a51c83b1a99b342c9a276dcc25a8
|
||||||
SIZE (TDE/dependencies/dbus-1-tqt_14.0.5~pre7.orig.tar.xz) = 306800
|
SIZE (TDE/dependencies/dbus-1-tqt_14.0.5.orig.tar.xz) = 306316
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991804
|
TIMESTAMP = 1532798132
|
||||||
SHA256 (TDE/dependencies/dbus-tqt_14.0.5~pre7.orig.tar.xz) = 05c9070ba190d39d02b4f7813a961c46d384075385dac732e04d39d3cb78f6b6
|
SHA256 (TDE/dependencies/dbus-tqt_14.0.5.orig.tar.xz) = 22a036366256cb12e85111acef22dc181db4eb59262de31a71691044470301f5
|
||||||
SIZE (TDE/dependencies/dbus-tqt_14.0.5~pre7.orig.tar.xz) = 382120
|
SIZE (TDE/dependencies/dbus-tqt_14.0.5.orig.tar.xz) = 380944
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991805
|
TIMESTAMP = 1532798310
|
||||||
SHA256 (TDE/dependencies/libart-lgpl_14.0.5~pre0.orig.tar.xz) = 5beb54864bdbbb29f523a19b4357e165d5d6e6647e2d042984173c84a52b1445
|
SHA256 (TDE/dependencies/libart-lgpl_14.0.5.orig.tar.xz) = 9c88429e84dd41ef1f6bc904f0de83d0370866024280346c4bbf61afa774825b
|
||||||
SIZE (TDE/dependencies/libart-lgpl_14.0.5~pre0.orig.tar.xz) = 277460
|
SIZE (TDE/dependencies/libart-lgpl_14.0.5.orig.tar.xz) = 277504
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991805
|
TIMESTAMP = 1532798340
|
||||||
SHA256 (TDE/dependencies/libcaldav_14.0.5~pre0.orig.tar.xz) = 2573df7b5f7661e54694083aa337b3034b5023db2b883d6f6fc8d9b6d4e42e25
|
SHA256 (TDE/dependencies/libcaldav_14.0.5.orig.tar.xz) = fa091ed03446dd822cc373c11697b3b8fb231005a0adeb54f4a7b11aaab0d000
|
||||||
SIZE (TDE/dependencies/libcaldav_14.0.5~pre0.orig.tar.xz) = 203368
|
SIZE (TDE/dependencies/libcaldav_14.0.5.orig.tar.xz) = 203380
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991805
|
TIMESTAMP = 1532798372
|
||||||
SHA256 (TDE/dependencies/libcarddav_14.0.5~pre0.orig.tar.xz) = 28a2f8387f9429a334793c7d625d206b54f45e64ebc649cba0d59f1932d6a942
|
SHA256 (TDE/dependencies/libcarddav_14.0.5.orig.tar.xz) = 0a87e93cf1d14dc67f50cc0dd0cfc72a0fb3f3fb5ea4fb092497416ea1281f01
|
||||||
SIZE (TDE/dependencies/libcarddav_14.0.5~pre0.orig.tar.xz) = 380236
|
SIZE (TDE/dependencies/libcarddav_14.0.5.orig.tar.xz) = 380208
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495986008
|
TIMESTAMP = 1532798423
|
||||||
SHA256 (TDE/dependencies/tqca-tls_14.0.5~pre1.orig.tar.xz) = 5c081c03dec94573a9a965533877b46241afb98d3f46c3cf105bd5fa5d1c8856
|
SHA256 (TDE/dependencies/tqca-tls_14.0.5.orig.tar.xz) = 457f8836691b313e32515cbdd6397e9ab7e7a3fb5e24e8779f3ca00ffb98c640
|
||||||
SIZE (TDE/dependencies/tqca-tls_14.0.5~pre1.orig.tar.xz) = 23136
|
SIZE (TDE/dependencies/tqca-tls_14.0.5.orig.tar.xz) = 23080
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1527510429
|
TIMESTAMP = 1531032635
|
||||||
SHA256 (TDE/dependencies/tqt-x11-free_14.0.5~pre6.orig.tar.xz) = 950180520c1c93762d152bac20d568f01d53ee5442ca406f0cc1b08527da6f53
|
SHA256 (TDE/dependencies/tqt-x11-free_14.0.5.orig.tar.xz) = affe00b9da7190fdbadcae2352b7e8b87d49ce10d4ff6e511714c39babbe038a
|
||||||
SIZE (TDE/dependencies/tqt-x11-free_14.0.5~pre6.orig.tar.xz) = 10959680
|
SIZE (TDE/dependencies/tqt-x11-free_14.0.5.orig.tar.xz) = 10957072
|
||||||
|
@ -0,0 +1,78 @@
|
|||||||
|
diff --git a/generators/win32/borland_bmake.cpp b/generators/win32/borland_bmake.cpp
|
||||||
|
index b7ca9c1a..41666e3a 100644
|
||||||
|
--- a/generators/win32/borland_bmake.cpp
|
||||||
|
+++ b/generators/win32/borland_bmake.cpp
|
||||||
|
@@ -386,7 +386,7 @@ BorlandMakefileGenerator::init()
|
||||||
|
if(project->isEmpty("QMAKE_INSTALL_DIR"))
|
||||||
|
project->variables()["QMAKE_INSTALL_DIR"].append("$(COPY_DIR)");
|
||||||
|
|
||||||
|
- bool is_qt = (project->first("TARGET") == "qt"TQTDLL_POSTFIX || project->first("TARGET") == "qtmt"TQTDLL_POSTFIX);
|
||||||
|
+ bool is_qt = (project->first("TARGET") == "qt" TQTDLL_POSTFIX || project->first("TARGET") == "qtmt" TQTDLL_POSTFIX);
|
||||||
|
TQStringList &configs = project->variables()["CONFIG"];
|
||||||
|
if (project->isActiveConfig("shared"))
|
||||||
|
project->variables()["DEFINES"].append("QT_DLL");
|
||||||
|
diff --git a/generators/win32/mingw_make.cpp b/generators/win32/mingw_make.cpp
|
||||||
|
index 06cc0f76..a082a4aa 100644
|
||||||
|
--- a/generators/win32/mingw_make.cpp
|
||||||
|
+++ b/generators/win32/mingw_make.cpp
|
||||||
|
@@ -397,7 +397,7 @@ MingwMakefileGenerator::init()
|
||||||
|
if(project->isEmpty("QMAKE_INSTALL_DIR"))
|
||||||
|
project->variables()["QMAKE_INSTALL_DIR"].append("$(COPY_DIR)");
|
||||||
|
|
||||||
|
- bool is_qt = (project->first("TARGET") == "qt"TQTDLL_POSTFIX || project->first("TARGET") == "tqt-mt"TQTDLL_POSTFIX);
|
||||||
|
+ bool is_qt = (project->first("TARGET") == "qt" TQTDLL_POSTFIX || project->first("TARGET") == "tqt-mt" TQTDLL_POSTFIX);
|
||||||
|
project->variables()["QMAKE_ORIG_TARGET"] = project->variables()["TARGET"];
|
||||||
|
|
||||||
|
// LIBS defined in Profile comes first for gcc
|
||||||
|
diff --git a/generators/win32/msvc_dsp.cpp b/generators/win32/msvc_dsp.cpp
|
||||||
|
index 01000737..f28969be 100644
|
||||||
|
--- a/generators/win32/msvc_dsp.cpp
|
||||||
|
+++ b/generators/win32/msvc_dsp.cpp
|
||||||
|
@@ -623,7 +623,7 @@ DspMakefileGenerator::init()
|
||||||
|
if ( project->variables()["QMAKESPEC"].isEmpty() )
|
||||||
|
project->variables()["QMAKESPEC"].append( getenv("QMAKESPEC") );
|
||||||
|
|
||||||
|
- bool is_qt = (project->first("TARGET") == "qt"TQTDLL_POSTFIX || project->first("TARGET") == "tqt-mt"TQTDLL_POSTFIX);
|
||||||
|
+ bool is_qt = (project->first("TARGET") == "qt" TQTDLL_POSTFIX || project->first("TARGET") == "tqt-mt" TQTDLL_POSTFIX);
|
||||||
|
project->variables()["QMAKE_ORIG_TARGET"] = project->variables()["TARGET"];
|
||||||
|
|
||||||
|
TQStringList &configs = project->variables()["CONFIG"];
|
||||||
|
diff --git a/generators/win32/msvc_nmake.cpp b/generators/win32/msvc_nmake.cpp
|
||||||
|
index 2422a8a6..75138b6c 100644
|
||||||
|
--- a/generators/win32/msvc_nmake.cpp
|
||||||
|
+++ b/generators/win32/msvc_nmake.cpp
|
||||||
|
@@ -482,7 +482,7 @@ NmakeMakefileGenerator::init()
|
||||||
|
if(project->isEmpty("QMAKE_INSTALL_DIR"))
|
||||||
|
project->variables()["QMAKE_INSTALL_DIR"].append("$(COPY_DIR)");
|
||||||
|
|
||||||
|
- bool is_qt = (project->first("TARGET") == "qt"TQTDLL_POSTFIX || project->first("TARGET") == "tqt-mt"TQTDLL_POSTFIX);
|
||||||
|
+ bool is_qt = (project->first("TARGET") == "qt" TQTDLL_POSTFIX || project->first("TARGET") == "tqt-mt" TQTDLL_POSTFIX);
|
||||||
|
project->variables()["QMAKE_ORIG_TARGET"] = project->variables()["TARGET"];
|
||||||
|
|
||||||
|
TQString targetfilename = project->variables()["TARGET"].first();
|
||||||
|
diff --git a/generators/win32/msvc_vcproj.cpp b/generators/win32/msvc_vcproj.cpp
|
||||||
|
index ae0657ac..625ccf37 100644
|
||||||
|
--- a/generators/win32/msvc_vcproj.cpp
|
||||||
|
+++ b/generators/win32/msvc_vcproj.cpp
|
||||||
|
@@ -459,8 +459,8 @@ void VcprojGenerator::init()
|
||||||
|
|
||||||
|
// Are we building TQt?
|
||||||
|
bool is_qt =
|
||||||
|
- ( project->first("TARGET") == "qt"TQTDLL_POSTFIX ||
|
||||||
|
- project->first("TARGET") == "tqt-mt"TQTDLL_POSTFIX );
|
||||||
|
+ ( project->first("TARGET") == "qt" TQTDLL_POSTFIX ||
|
||||||
|
+ project->first("TARGET") == "tqt-mt" TQTDLL_POSTFIX );
|
||||||
|
|
||||||
|
// Are we using TQt?
|
||||||
|
bool isTQtActive = project->isActiveConfig("qt");
|
||||||
|
@@ -1097,8 +1097,8 @@ void VcprojGenerator::initOld()
|
||||||
|
project->variables()["QMAKESPEC"].append( getenv("QMAKESPEC") );
|
||||||
|
|
||||||
|
bool is_qt =
|
||||||
|
- ( project->first("TARGET") == "qt"TQTDLL_POSTFIX ||
|
||||||
|
- project->first("TARGET") == "tqt-mt"TQTDLL_POSTFIX );
|
||||||
|
+ ( project->first("TARGET") == "qt" TQTDLL_POSTFIX ||
|
||||||
|
+ project->first("TARGET") == "tqt-mt" TQTDLL_POSTFIX );
|
||||||
|
|
||||||
|
TQStringList &configs = project->variables()["CONFIG"];
|
||||||
|
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1527511534
|
TIMESTAMP = 1531038375
|
||||||
SHA256 (TDE/dependencies/tqt-x11-free_14.0.5~pre6.orig.tar.xz) = 950180520c1c93762d152bac20d568f01d53ee5442ca406f0cc1b08527da6f53
|
SHA256 (TDE/dependencies/tqt-x11-free_14.0.5.orig.tar.xz) = affe00b9da7190fdbadcae2352b7e8b87d49ce10d4ff6e511714c39babbe038a
|
||||||
SIZE (TDE/dependencies/tqt-x11-free_14.0.5~pre6.orig.tar.xz) = 10959680
|
SIZE (TDE/dependencies/tqt-x11-free_14.0.5.orig.tar.xz) = 10957072
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1527511543
|
TIMESTAMP = 1531038495
|
||||||
SHA256 (TDE/dependencies/tqt-x11-free_14.0.5~pre6.orig.tar.xz) = 950180520c1c93762d152bac20d568f01d53ee5442ca406f0cc1b08527da6f53
|
SHA256 (TDE/dependencies/tqt-x11-free_14.0.5.orig.tar.xz) = affe00b9da7190fdbadcae2352b7e8b87d49ce10d4ff6e511714c39babbe038a
|
||||||
SIZE (TDE/dependencies/tqt-x11-free_14.0.5~pre6.orig.tar.xz) = 10959680
|
SIZE (TDE/dependencies/tqt-x11-free_14.0.5.orig.tar.xz) = 10957072
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1527511559
|
TIMESTAMP = 1531038512
|
||||||
SHA256 (TDE/dependencies/tqt-x11-free_14.0.5~pre6.orig.tar.xz) = 950180520c1c93762d152bac20d568f01d53ee5442ca406f0cc1b08527da6f53
|
SHA256 (TDE/dependencies/tqt-x11-free_14.0.5.orig.tar.xz) = affe00b9da7190fdbadcae2352b7e8b87d49ce10d4ff6e511714c39babbe038a
|
||||||
SIZE (TDE/dependencies/tqt-x11-free_14.0.5~pre6.orig.tar.xz) = 10959680
|
SIZE (TDE/dependencies/tqt-x11-free_14.0.5.orig.tar.xz) = 10957072
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1527511568
|
TIMESTAMP = 1531038528
|
||||||
SHA256 (TDE/dependencies/tqt-x11-free_14.0.5~pre6.orig.tar.xz) = 950180520c1c93762d152bac20d568f01d53ee5442ca406f0cc1b08527da6f53
|
SHA256 (TDE/dependencies/tqt-x11-free_14.0.5.orig.tar.xz) = affe00b9da7190fdbadcae2352b7e8b87d49ce10d4ff6e511714c39babbe038a
|
||||||
SIZE (TDE/dependencies/tqt-x11-free_14.0.5~pre6.orig.tar.xz) = 10959680
|
SIZE (TDE/dependencies/tqt-x11-free_14.0.5.orig.tar.xz) = 10957072
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1527511577
|
TIMESTAMP = 1531038542
|
||||||
SHA256 (TDE/dependencies/tqt-x11-free_14.0.5~pre6.orig.tar.xz) = 950180520c1c93762d152bac20d568f01d53ee5442ca406f0cc1b08527da6f53
|
SHA256 (TDE/dependencies/tqt-x11-free_14.0.5.orig.tar.xz) = affe00b9da7190fdbadcae2352b7e8b87d49ce10d4ff6e511714c39babbe038a
|
||||||
SIZE (TDE/dependencies/tqt-x11-free_14.0.5~pre6.orig.tar.xz) = 10959680
|
SIZE (TDE/dependencies/tqt-x11-free_14.0.5.orig.tar.xz) = 10957072
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1527511589
|
TIMESTAMP = 1531038560
|
||||||
SHA256 (TDE/dependencies/tqt-x11-free_14.0.5~pre6.orig.tar.xz) = 950180520c1c93762d152bac20d568f01d53ee5442ca406f0cc1b08527da6f53
|
SHA256 (TDE/dependencies/tqt-x11-free_14.0.5.orig.tar.xz) = affe00b9da7190fdbadcae2352b7e8b87d49ce10d4ff6e511714c39babbe038a
|
||||||
SIZE (TDE/dependencies/tqt-x11-free_14.0.5~pre6.orig.tar.xz) = 10959680
|
SIZE (TDE/dependencies/tqt-x11-free_14.0.5.orig.tar.xz) = 10957072
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1527510563
|
TIMESTAMP = 1531032682
|
||||||
SHA256 (TDE/dependencies/tqt-x11-free_14.0.5~pre6.orig.tar.xz) = 950180520c1c93762d152bac20d568f01d53ee5442ca406f0cc1b08527da6f53
|
SHA256 (TDE/dependencies/tqt-x11-free_14.0.5.orig.tar.xz) = affe00b9da7190fdbadcae2352b7e8b87d49ce10d4ff6e511714c39babbe038a
|
||||||
SIZE (TDE/dependencies/tqt-x11-free_14.0.5~pre6.orig.tar.xz) = 10959680
|
SIZE (TDE/dependencies/tqt-x11-free_14.0.5.orig.tar.xz) = 10957072
|
||||||
|
@ -0,0 +1,38 @@
|
|||||||
|
diff --git a/src/kernel/ntqgplugin.h b/src/kernel/ntqgplugin.h
|
||||||
|
index f4fb7d78..135e6b81 100644
|
||||||
|
--- a/src/kernel/ntqgplugin.h
|
||||||
|
+++ b/src/kernel/ntqgplugin.h
|
||||||
|
@@ -81,10 +81,10 @@
|
||||||
|
#ifndef Q_PLUGIN_VERIFICATION_DATA
|
||||||
|
# define Q_PLUGIN_VERIFICATION_DATA \
|
||||||
|
static const char *qt_ucm_verification_data = \
|
||||||
|
- "pattern=""QT_UCM_VERIFICATION_DATA""\n" \
|
||||||
|
- "version="TQT_VERSION_STR"\n" \
|
||||||
|
- "flags="Q_PLUGIN_FLAGS_STRING"\n" \
|
||||||
|
- "buildkey="TQT_BUILD_KEY"\0";
|
||||||
|
+ "pattern=" "QT_UCM_VERIFICATION_DATA" "\n" \
|
||||||
|
+ "version=" TQT_VERSION_STR "\n" \
|
||||||
|
+ "flags=" Q_PLUGIN_FLAGS_STRING "\n" \
|
||||||
|
+ "buildkey=" TQT_BUILD_KEY "\0";
|
||||||
|
#endif // Q_PLUGIN_VERIFICATION_DATA
|
||||||
|
|
||||||
|
#define Q_PLUGIN_INSTANTIATE( IMPLEMENTATION ) \
|
||||||
|
diff --git a/src/tools/qcom_p.h b/src/tools/qcom_p.h
|
||||||
|
index d59017ca..f3338ca0 100644
|
||||||
|
--- a/src/tools/qcom_p.h
|
||||||
|
+++ b/src/tools/qcom_p.h
|
||||||
|
@@ -296,10 +296,10 @@ public: \
|
||||||
|
#ifndef Q_UCM_VERIFICATION_DATA
|
||||||
|
# define Q_UCM_VERIFICATION_DATA \
|
||||||
|
static const char *qt_ucm_verification_data = \
|
||||||
|
- "pattern=""QT_UCM_VERIFICATION_DATA""\n" \
|
||||||
|
- "version="TQT_VERSION_STR"\n" \
|
||||||
|
- "flags="Q_UCM_FLAGS_STRING"\n" \
|
||||||
|
- "buildkey="TQT_BUILD_KEY"\0";
|
||||||
|
+ "pattern=" "QT_UCM_VERIFICATION_DATA" "\n" \
|
||||||
|
+ "version=" TQT_VERSION_STR "\n" \
|
||||||
|
+ "flags=" Q_UCM_FLAGS_STRING "\n" \
|
||||||
|
+ "buildkey=" TQT_BUILD_KEY "\0";
|
||||||
|
#endif // Q_UCM_VERIFICATION_DATA
|
||||||
|
|
||||||
|
// This macro expands to the default implementation of ucm_instantiate.
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991804
|
TIMESTAMP = 1531038583
|
||||||
SHA256 (TDE/dependencies/libtqtinterface_14.0.5~pre7.orig.tar.xz) = 12b752cf92006ed8cac7f1fb2c538d26b2ef604fbd3db2f15279784eb04cf3a7
|
SHA256 (TDE/dependencies/libtqtinterface_14.0.5.orig.tar.xz) = fc15601e630afc3e22e8d1250b0c0caf3cb7f530928b969c9397833fecd4f989
|
||||||
SIZE (TDE/dependencies/libtqtinterface_14.0.5~pre7.orig.tar.xz) = 812416
|
SIZE (TDE/dependencies/libtqtinterface_14.0.5.orig.tar.xz) = 812936
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1527561205
|
TIMESTAMP = 1533395951
|
||||||
SHA256 (TDE/libraries/kipi-plugins-trinity_14.0.5~pre9.orig.tar.xz) = db99e4fd5b5b57b36688dbf24fac4d0fe148c9383a6293e66fa67a96cf2b81e9
|
SHA256 (TDE/libraries/kipi-plugins-trinity_14.0.5.orig.tar.xz) = af5636b7ee225112335bedb75b6a434d25a86cd9dda386c2952f55cb1171a728
|
||||||
SIZE (TDE/libraries/kipi-plugins-trinity_14.0.5~pre9.orig.tar.xz) = 6593000
|
SIZE (TDE/libraries/kipi-plugins-trinity_14.0.5.orig.tar.xz) = 6589728
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495992051
|
TIMESTAMP = 1533394932
|
||||||
SHA256 (TDE/libraries/libkdcraw-trinity_14.0.5~pre7.orig.tar.xz) = cc7e402f023f600fa5ed76b9232808324405b1e7e5cbcd020943d2e8145cfb0b
|
SHA256 (TDE/libraries/libkdcraw-trinity_14.0.5.orig.tar.xz) = 978242c5a015bf2a60d035681e4ba9ea937359363d25f8713341a3bd78cc8b59
|
||||||
SIZE (TDE/libraries/libkdcraw-trinity_14.0.5~pre7.orig.tar.xz) = 525212
|
SIZE (TDE/libraries/libkdcraw-trinity_14.0.5.orig.tar.xz) = 524936
|
||||||
|
@ -0,0 +1,74 @@
|
|||||||
|
diff --git a/libkdcraw/libraw/internal/dcraw_common.cpp b/libkdcraw/libraw/internal/dcraw_common.cpp
|
||||||
|
index 868f676..13fa1df 100644
|
||||||
|
--- a/libkdcraw/libraw/internal/dcraw_common.cpp
|
||||||
|
+++ b/libkdcraw/libraw/internal/dcraw_common.cpp
|
||||||
|
@@ -3595,28 +3595,28 @@ void CLASS lin_interpolate()
|
||||||
|
void CLASS vng_interpolate()
|
||||||
|
{
|
||||||
|
static const signed char *cp, terms[] = {
|
||||||
|
- -2,-2,+0,-1,0,0x01, -2,-2,+0,+0,1,0x01, -2,-1,-1,+0,0,0x01,
|
||||||
|
- -2,-1,+0,-1,0,0x02, -2,-1,+0,+0,0,0x03, -2,-1,+0,+1,1,0x01,
|
||||||
|
- -2,+0,+0,-1,0,0x06, -2,+0,+0,+0,1,0x02, -2,+0,+0,+1,0,0x03,
|
||||||
|
- -2,+1,-1,+0,0,0x04, -2,+1,+0,-1,1,0x04, -2,+1,+0,+0,0,0x06,
|
||||||
|
- -2,+1,+0,+1,0,0x02, -2,+2,+0,+0,1,0x04, -2,+2,+0,+1,0,0x04,
|
||||||
|
- -1,-2,-1,+0,0,0x80, -1,-2,+0,-1,0,0x01, -1,-2,+1,-1,0,0x01,
|
||||||
|
- -1,-2,+1,+0,1,0x01, -1,-1,-1,+1,0,0x88, -1,-1,+1,-2,0,0x40,
|
||||||
|
- -1,-1,+1,-1,0,0x22, -1,-1,+1,+0,0,0x33, -1,-1,+1,+1,1,0x11,
|
||||||
|
- -1,+0,-1,+2,0,0x08, -1,+0,+0,-1,0,0x44, -1,+0,+0,+1,0,0x11,
|
||||||
|
- -1,+0,+1,-2,1,0x40, -1,+0,+1,-1,0,0x66, -1,+0,+1,+0,1,0x22,
|
||||||
|
- -1,+0,+1,+1,0,0x33, -1,+0,+1,+2,1,0x10, -1,+1,+1,-1,1,0x44,
|
||||||
|
- -1,+1,+1,+0,0,0x66, -1,+1,+1,+1,0,0x22, -1,+1,+1,+2,0,0x10,
|
||||||
|
- -1,+2,+0,+1,0,0x04, -1,+2,+1,+0,1,0x04, -1,+2,+1,+1,0,0x04,
|
||||||
|
- +0,-2,+0,+0,1,0x80, +0,-1,+0,+1,1,0x88, +0,-1,+1,-2,0,0x40,
|
||||||
|
- +0,-1,+1,+0,0,0x11, +0,-1,+2,-2,0,0x40, +0,-1,+2,-1,0,0x20,
|
||||||
|
- +0,-1,+2,+0,0,0x30, +0,-1,+2,+1,1,0x10, +0,+0,+0,+2,1,0x08,
|
||||||
|
- +0,+0,+2,-2,1,0x40, +0,+0,+2,-1,0,0x60, +0,+0,+2,+0,1,0x20,
|
||||||
|
- +0,+0,+2,+1,0,0x30, +0,+0,+2,+2,1,0x10, +0,+1,+1,+0,0,0x44,
|
||||||
|
- +0,+1,+1,+2,0,0x10, +0,+1,+2,-1,1,0x40, +0,+1,+2,+0,0,0x60,
|
||||||
|
- +0,+1,+2,+1,0,0x20, +0,+1,+2,+2,0,0x10, +1,-2,+1,+0,0,0x80,
|
||||||
|
- +1,-1,+1,+1,0,0x88, +1,+0,+1,+2,0,0x08, +1,+0,+2,-1,0,0x40,
|
||||||
|
- +1,+0,+2,+1,0,0x10
|
||||||
|
+ -2,-2,+0,-1,0,'\x01', -2,-2,+0,+0,1,'\x01', -2,-1,-1,+0,0,'\x01',
|
||||||
|
+ -2,-1,+0,-1,0,'\x02', -2,-1,+0,+0,0,'\x03', -2,-1,+0,+1,1,'\x01',
|
||||||
|
+ -2,+0,+0,-1,0,'\x06', -2,+0,+0,+0,1,'\x02', -2,+0,+0,+1,0,'\x03',
|
||||||
|
+ -2,+1,-1,+0,0,'\x04', -2,+1,+0,-1,1,'\x04', -2,+1,+0,+0,0,'\x06',
|
||||||
|
+ -2,+1,+0,+1,0,'\x02', -2,+2,+0,+0,1,'\x04', -2,+2,+0,+1,0,'\x04',
|
||||||
|
+ -1,-2,-1,+0,0,'\x80', -1,-2,+0,-1,0,'\x01', -1,-2,+1,-1,0,'\x01',
|
||||||
|
+ -1,-2,+1,+0,1,'\x01', -1,-1,-1,+1,0,'\x88', -1,-1,+1,-2,0,'\x40',
|
||||||
|
+ -1,-1,+1,-1,0,'\x22', -1,-1,+1,+0,0,'\x33', -1,-1,+1,+1,1,'\x11',
|
||||||
|
+ -1,+0,-1,+2,0,'\x08', -1,+0,+0,-1,0,'\x44', -1,+0,+0,+1,0,'\x11',
|
||||||
|
+ -1,+0,+1,-2,1,'\x40', -1,+0,+1,-1,0,'\x66', -1,+0,+1,+0,1,'\x22',
|
||||||
|
+ -1,+0,+1,+1,0,'\x33', -1,+0,+1,+2,1,'\x10', -1,+1,+1,-1,1,'\x44',
|
||||||
|
+ -1,+1,+1,+0,0,'\x66', -1,+1,+1,+1,0,'\x22', -1,+1,+1,+2,0,'\x10',
|
||||||
|
+ -1,+2,+0,+1,0,'\x04', -1,+2,+1,+0,1,'\x04', -1,+2,+1,+1,0,'\x04',
|
||||||
|
+ +0,-2,+0,+0,1,'\x80', +0,-1,+0,+1,1,'\x88', +0,-1,+1,-2,0,'\x40',
|
||||||
|
+ +0,-1,+1,+0,0,'\x11', +0,-1,+2,-2,0,'\x40', +0,-1,+2,-1,0,'\x20',
|
||||||
|
+ +0,-1,+2,+0,0,'\x30', +0,-1,+2,+1,1,'\x10', +0,+0,+0,+2,1,'\x08',
|
||||||
|
+ +0,+0,+2,-2,1,'\x40', +0,+0,+2,-1,0,'\x60', +0,+0,+2,+0,1,'\x20',
|
||||||
|
+ +0,+0,+2,+1,0,'\x30', +0,+0,+2,+2,1,'\x10', +0,+1,+1,+0,0,'\x44',
|
||||||
|
+ +0,+1,+1,+2,0,'\x10', +0,+1,+2,-1,1,'\x40', +0,+1,+2,+0,0,'\x60',
|
||||||
|
+ +0,+1,+2,+1,0,'\x20', +0,+1,+2,+2,0,'\x10', +1,-2,+1,+0,0,'\x80',
|
||||||
|
+ +1,-1,+1,+1,0,'\x88', +1,+0,+1,+2,0,'\x08', +1,+0,+2,-1,0,'\x40',
|
||||||
|
+ +1,+0,+2,+1,0,'\x10'
|
||||||
|
}, chood[] = { -1,-1, -1,0, -1,+1, 0,+1, +1,+1, +1,0, +1,-1, 0,-1 };
|
||||||
|
ushort (*brow[5])[4], *pix;
|
||||||
|
int prow=7, pcol=1, *ip, *code[16][16], gval[8], gmin, gmax, sum[4];
|
||||||
|
@@ -5950,7 +5950,8 @@ void CLASS adobe_coeff (char *p_make, char *p_model)
|
||||||
|
{
|
||||||
|
static const struct {
|
||||||
|
const char *prefix;
|
||||||
|
- short t_black, t_maximum, trans[12];
|
||||||
|
+ unsigned short t_black, t_maximum;
|
||||||
|
+ short trans[12];
|
||||||
|
} table[] = {
|
||||||
|
{ "Apple QuickTake", 0, 0, /* DJC */
|
||||||
|
{ 17576,-3191,-3318,5210,6733,-1942,9031,1280,-124 } },
|
||||||
|
@@ -8189,7 +8190,7 @@ void CLASS tiff_head (struct tiff_hdr *th, int full)
|
||||||
|
strncpy (th->t_desc, desc, 512);
|
||||||
|
strncpy (th->t_make, make, 64);
|
||||||
|
strncpy (th->t_model, model, 64);
|
||||||
|
- strcpy (th->soft, "dcraw v"VERSION);
|
||||||
|
+ strcpy (th->soft, "dcraw v" VERSION);
|
||||||
|
t = gmtime (×tamp);
|
||||||
|
sprintf (th->date, "%04d:%02d:%02d %02d:%02d:%02d",
|
||||||
|
t->tm_year+1900,t->tm_mon+1,t->tm_mday,t->tm_hour,t->tm_min,t->tm_sec);
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495992051
|
TIMESTAMP = 1533395807
|
||||||
SHA256 (TDE/libraries/libkexiv2-trinity_14.0.5~pre7.orig.tar.xz) = 64e7ab4d4d051852435a7270f277df3696f87767303992b01a95d15d17080c56
|
SHA256 (TDE/libraries/libkexiv2-trinity_14.0.5.orig.tar.xz) = 3a937029bd1d3740cd7cf55ba28a495af203de2d635bb01460f53b76b372e76a
|
||||||
SIZE (TDE/libraries/libkexiv2-trinity_14.0.5~pre7.orig.tar.xz) = 293892
|
SIZE (TDE/libraries/libkexiv2-trinity_14.0.5.orig.tar.xz) = 293864
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495992051
|
TIMESTAMP = 1533395891
|
||||||
SHA256 (TDE/libraries/libkipi-trinity_14.0.5~pre7.orig.tar.xz) = df6ae9a366bfbdc391f011f33abba3034a1a35a361bbc093571f839e56ad59d4
|
SHA256 (TDE/libraries/libkipi-trinity_14.0.5.orig.tar.xz) = d28ec633cf83942b7b91cabd4ff10cd6a1fa7d42d8fec2b569d4ab1320a111fd
|
||||||
SIZE (TDE/libraries/libkipi-trinity_14.0.5~pre7.orig.tar.xz) = 361120
|
SIZE (TDE/libraries/libkipi-trinity_14.0.5.orig.tar.xz) = 361460
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495992053
|
TIMESTAMP = 1533396218
|
||||||
SHA256 (TDE/libraries/libksquirrel-trinity_14.0.5~pre8.orig.tar.xz) = 9894ba8e11941b9874cea1c3e1682f24826874fced0e6ac51ebcecb1bd064458
|
SHA256 (TDE/libraries/libksquirrel-trinity_14.0.5.orig.tar.xz) = bdcbc11ecd70d09f936e70a154735442ad8ee49733c47794f5e25ffe0ad4e620
|
||||||
SIZE (TDE/libraries/libksquirrel-trinity_14.0.5~pre8.orig.tar.xz) = 770204
|
SIZE (TDE/libraries/libksquirrel-trinity_14.0.5.orig.tar.xz) = 768180
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/kernel/kls_wal/q2pal.h b/kernel/kls_wal/q2pal.h
|
||||||
|
index 39530e5..e7ee100 100644
|
||||||
|
--- a/kernel/kls_wal/q2pal.h
|
||||||
|
+++ b/kernel/kls_wal/q2pal.h
|
||||||
|
@@ -3,7 +3,7 @@
|
||||||
|
|
||||||
|
/* Quake2 pallette taken from DevIL library (http://imagelib.org) */
|
||||||
|
|
||||||
|
-static const s8 q2pal[768] =
|
||||||
|
+static const u8 q2pal[768] =
|
||||||
|
{
|
||||||
|
0, 0, 0,
|
||||||
|
15, 15, 15,
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495992053
|
TIMESTAMP = 1533397018
|
||||||
SHA256 (TDE/libraries/libtdeldap-trinity_14.0.5~pre6.orig.tar.xz) = d6fbf78990031d85c708cd0b0f91c1826d01d6910f845dd7dedd19bef0715e28
|
SHA256 (TDE/libraries/libtdeldap-trinity_14.0.5.orig.tar.xz) = 805336a718c3b065b691dc0273b2205dd5bbcf9c07c5252642434ece593fad72
|
||||||
SIZE (TDE/libraries/libtdeldap-trinity_14.0.5~pre6.orig.tar.xz) = 267100
|
SIZE (TDE/libraries/libtdeldap-trinity_14.0.5.orig.tar.xz) = 267144
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991942
|
TIMESTAMP = 1533393375
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991944
|
TIMESTAMP = 1533393470
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991945
|
TIMESTAMP = 1533393642
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991947
|
TIMESTAMP = 1533394094
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991949
|
TIMESTAMP = 1533394159
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991950
|
TIMESTAMP = 1533394234
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991952
|
TIMESTAMP = 1533394329
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991953
|
TIMESTAMP = 1533394491
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991955
|
TIMESTAMP = 1533394561
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991956
|
TIMESTAMP = 1533394813
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991958
|
TIMESTAMP = 1533394911
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991959
|
TIMESTAMP = 1533395018
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991961
|
TIMESTAMP = 1533395291
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991963
|
TIMESTAMP = 1533395768
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991964
|
TIMESTAMP = 1533396251
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991966
|
TIMESTAMP = 1533396579
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991967
|
TIMESTAMP = 1533396794
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991969
|
TIMESTAMP = 1533396907
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495982088
|
TIMESTAMP = 1533397759
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495984610
|
TIMESTAMP = 1533398296
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495984792
|
TIMESTAMP = 1533398383
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495984873
|
TIMESTAMP = 1533398461
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495984946
|
TIMESTAMP = 1533398547
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495985297
|
TIMESTAMP = 1533398924
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495985423
|
TIMESTAMP = 1533399004
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495986040
|
TIMESTAMP = 1533399103
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495986123
|
TIMESTAMP = 1533399204
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495986208
|
TIMESTAMP = 1533399397
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495986287
|
TIMESTAMP = 1533399489
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495986403
|
TIMESTAMP = 1533399572
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495986581
|
TIMESTAMP = 1533399785
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495986934
|
TIMESTAMP = 1533399932
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495987340
|
TIMESTAMP = 1533400305
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495987501
|
TIMESTAMP = 1533400434
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495987572
|
TIMESTAMP = 1533400566
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495987654
|
TIMESTAMP = 1533400689
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495987812
|
TIMESTAMP = 1533400787
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495987957
|
TIMESTAMP = 1533400922
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495988008
|
TIMESTAMP = 1533400994
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495988085
|
TIMESTAMP = 1533401158
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495988127
|
TIMESTAMP = 1533401226
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495988195
|
TIMESTAMP = 1533401453
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495988262
|
TIMESTAMP = 1533401552
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495988603
|
TIMESTAMP = 1533401669
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495988894
|
TIMESTAMP = 1533402082
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495989082
|
TIMESTAMP = 1533402266
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495989165
|
TIMESTAMP = 1533402437
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495989414
|
TIMESTAMP = 1533402714
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495989777
|
TIMESTAMP = 1533403112
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495990103
|
TIMESTAMP = 1533403519
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495990195
|
TIMESTAMP = 1533403658
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495990600
|
TIMESTAMP = 1533404059
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495990669
|
TIMESTAMP = 1533404191
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495990729
|
TIMESTAMP = 1533404357
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495990875
|
TIMESTAMP = 1533428336
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495990932
|
TIMESTAMP = 1533428629
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991020
|
TIMESTAMP = 1533428782
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991025
|
TIMESTAMP = 1533428923
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991073
|
TIMESTAMP = 1533429014
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991109
|
TIMESTAMP = 1533429678
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991190
|
TIMESTAMP = 1533429910
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991245
|
TIMESTAMP = 1533429968
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991309
|
TIMESTAMP = 1533430074
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991375
|
TIMESTAMP = 1533430184
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991422
|
TIMESTAMP = 1533430364
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991472
|
TIMESTAMP = 1533430499
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991502
|
TIMESTAMP = 1533430599
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991529
|
TIMESTAMP = 1533430699
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991561
|
TIMESTAMP = 1533430775
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991583
|
TIMESTAMP = 1533430832
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991605
|
TIMESTAMP = 1533430936
|
||||||
SHA256 (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 6d5227e30fd836c334179846d949e76fd7cb6e891b18509e39c224c16614754c
|
SHA256 (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = b4a2cf8c1ac4527805b56097b0c859f69fea21238ebba23a3a38d5a43d3cfaf2
|
||||||
SIZE (TDE/tde-i18n-trinity_14.0.5~pre7.orig.tar.xz) = 195161540
|
SIZE (TDE/tde-i18n-trinity_14.0.5.orig.tar.xz) = 195139700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1498593281
|
TIMESTAMP = 1533390545
|
||||||
SHA256 (TDE/tdeaccessibility-trinity_14.0.5~pre9.orig.tar.xz) = 50bf55cc669187914aa52a6739f73a7e5a4078e421f1cdfdfdbd019e77543fcc
|
SHA256 (TDE/tdeaccessibility-trinity_14.0.5.orig.tar.xz) = 8a705b591b0e68c3582034568586b71b572f0abaccc9149d24408b3b61848ba0
|
||||||
SIZE (TDE/tdeaccessibility-trinity_14.0.5~pre9.orig.tar.xz) = 6267876
|
SIZE (TDE/tdeaccessibility-trinity_14.0.5.orig.tar.xz) = 6261916
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1527662351
|
TIMESTAMP = 1533391527
|
||||||
SHA256 (TDE/tdeaddons-trinity_14.0.5~pre15.orig.tar.xz) = 979802e58781dc6e514f857cee6af2a8d4eba72eef49524dd1e012de1b1a80ca
|
SHA256 (TDE/tdeaddons-trinity_14.0.5.orig.tar.xz) = a370b23502d254f276ce7b8dd62d32d9087f2b3a03d3bbcde7b86feaab296162
|
||||||
SIZE (TDE/tdeaddons-trinity_14.0.5~pre15.orig.tar.xz) = 1449792
|
SIZE (TDE/tdeaddons-trinity_14.0.5.orig.tar.xz) = 1449964
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1498593495
|
TIMESTAMP = 1533390783
|
||||||
SHA256 (TDE/tdeadmin-trinity_14.0.5~pre8.orig.tar.xz) = 532e8d8b9f0c0b1292176040921ae63ec132e8c09aa0aa6ae27ed8cd07aad4fd
|
SHA256 (TDE/tdeadmin-trinity_14.0.5.orig.tar.xz) = 89d802179ca77398d5ac52da19d278819ad8e3d0b0f3086ab3f7a1bd79906d97
|
||||||
SIZE (TDE/tdeadmin-trinity_14.0.5~pre8.orig.tar.xz) = 1512944
|
SIZE (TDE/tdeadmin-trinity_14.0.5.orig.tar.xz) = 1511644
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/kuser/globals.h b/kuser/globals.h
|
||||||
|
index 5e0e2f1..0af1017 100644
|
||||||
|
--- a/kuser/globals.h
|
||||||
|
+++ b/kuser/globals.h
|
||||||
|
@@ -46,7 +46,7 @@
|
||||||
|
#include <pwd.h>
|
||||||
|
#define PASSWORD_FILE _PATH_MASTERPASSWD
|
||||||
|
#define PASSWORD_FILE_MASK S_IRUSR | S_IWUSR
|
||||||
|
- #define PWMKDB _PATH_PWD_MKDB" -p "PASSWORD_FILE
|
||||||
|
+ #define PWMKDB _PATH_PWD_MKDB " -p " PASSWORD_FILE
|
||||||
|
#define SKELDIR "/usr/share/skel"
|
||||||
|
#define SKEL_FILE_PREFIX "dot"
|
||||||
|
#define CRONTAB_DIR "/var/cron/tabs"
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991871
|
TIMESTAMP = 1533391741
|
||||||
SHA256 (TDE/tdeartwork-trinity_14.0.5~pre7.orig.tar.xz) = 82b0359451d68bd90c877381fccd91739a0f2f1693427c0a1e83db5cb254fb3c
|
SHA256 (TDE/tdeartwork-trinity_14.0.5.orig.tar.xz) = f6562f3f1356b35934b97008d3ba0a691383e506fb480c20d5207bedd9f26844
|
||||||
SIZE (TDE/tdeartwork-trinity_14.0.5~pre7.orig.tar.xz) = 32358128
|
SIZE (TDE/tdeartwork-trinity_14.0.5.orig.tar.xz) = 32353680
|
||||||
|
@ -0,0 +1,17 @@
|
|||||||
|
diff --git a/tdescreensaver/kdesavers/pendulum.cpp b/tdescreensaver/kdesavers/pendulum.cpp
|
||||||
|
index d285d2cf..83f77d70 100644
|
||||||
|
--- a/tdescreensaver/kdesavers/pendulum.cpp
|
||||||
|
+++ b/tdescreensaver/kdesavers/pendulum.cpp
|
||||||
|
@@ -227,9 +227,9 @@ void PendulumGLWidget::initializeGL(void)
|
||||||
|
glLoadIdentity();
|
||||||
|
// set positon of light0
|
||||||
|
GLfloat lightPos[4]=
|
||||||
|
- {lightR * sin(lightTheta) * sin(lightPhi),
|
||||||
|
- lightR * sin(lightTheta) * cos(lightPhi),
|
||||||
|
- lightR * cos(lightTheta),
|
||||||
|
+ {(GLfloat)(lightR * sin(lightTheta) * sin(lightPhi)),
|
||||||
|
+ (GLfloat)(lightR * sin(lightTheta) * cos(lightPhi)),
|
||||||
|
+ (GLfloat)(lightR * cos(lightTheta)),
|
||||||
|
0};
|
||||||
|
glLightfv(GL_LIGHT0, GL_POSITION, lightPos);
|
||||||
|
// set positon of light1
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1527703072
|
TIMESTAMP = 1532881787
|
||||||
SHA256 (TDE/tdebase-trinity_14.0.5~pre36.orig.tar.xz) = 87992540a0128db2f641e7940060fb04bb92bf6219dd1e724c46a0b9a2262b1a
|
SHA256 (TDE/tdebase-trinity_14.0.5.orig.tar.xz) = 0149dc4186df36600d7ae9bce7c470bb7f20b9343b6dddd6c4ef26758d0583cf
|
||||||
SIZE (TDE/tdebase-trinity_14.0.5~pre36.orig.tar.xz) = 29968328
|
SIZE (TDE/tdebase-trinity_14.0.5.orig.tar.xz) = 29984124
|
||||||
|
@ -0,0 +1,96 @@
|
|||||||
|
diff --git a/kcontrol/tdefontinst/tdefontinst/Main.cpp b/kcontrol/tdefontinst/tdefontinst/Main.cpp
|
||||||
|
index 6db9b83c..1b58d1a2 100644
|
||||||
|
--- a/kcontrol/tdefontinst/tdefontinst/Main.cpp
|
||||||
|
+++ b/kcontrol/tdefontinst/tdefontinst/Main.cpp
|
||||||
|
@@ -69,22 +69,22 @@ static const char * getFile(const char *entry, const char **posibilities)
|
||||||
|
|
||||||
|
static const char * constXConfigFiles[]=
|
||||||
|
{
|
||||||
|
- "/etc/X11/"KFI_XORGCFG,
|
||||||
|
- "/etc/X11/"KFI_XORGCFG"-4",
|
||||||
|
- "/etc/"KFI_XORGCFG,
|
||||||
|
- "/usr/X11R6/etc/X11/"KFI_XORGCFG,
|
||||||
|
- "/usr/X11R6/etc/X11/"KFI_XORGCFG"-4",
|
||||||
|
- "/usr/X11R6/lib/X11/"KFI_XORGCFG,
|
||||||
|
- "/usr/X11R6/lib/X11/"KFI_XORGCFG"-4",
|
||||||
|
-
|
||||||
|
- "/etc/X11/"KFI_XF86CFG"-4",
|
||||||
|
- "/etc/X11/"KFI_XF86CFG,
|
||||||
|
- "/etc/"KFI_XF86CFG"-4",
|
||||||
|
- "/etc/"KFI_XF86CFG,
|
||||||
|
- "/usr/X11R6/etc/X11/"KFI_XF86CFG"-4",
|
||||||
|
- "/usr/X11R6/etc/X11/"KFI_XF86CFG,
|
||||||
|
- "/usr/X11R6/lib/X11/"KFI_XF86CFG"-4",
|
||||||
|
- "/usr/X11R6/lib/X11/"KFI_XF86CFG,
|
||||||
|
+ "/etc/X11/" KFI_XORGCFG,
|
||||||
|
+ "/etc/X11/" KFI_XORGCFG "-4",
|
||||||
|
+ "/etc/" KFI_XORGCFG,
|
||||||
|
+ "/usr/X11R6/etc/X11/" KFI_XORGCFG,
|
||||||
|
+ "/usr/X11R6/etc/X11/" KFI_XORGCFG "-4",
|
||||||
|
+ "/usr/X11R6/lib/X11/" KFI_XORGCFG,
|
||||||
|
+ "/usr/X11R6/lib/X11/" KFI_XORGCFG "-4",
|
||||||
|
+
|
||||||
|
+ "/etc/X11/" KFI_XF86CFG "-4",
|
||||||
|
+ "/etc/X11/" KFI_XF86CFG,
|
||||||
|
+ "/etc/" KFI_XF86CFG "-4",
|
||||||
|
+ "/etc/" KFI_XF86CFG,
|
||||||
|
+ "/usr/X11R6/etc/X11/" KFI_XF86CFG "-4",
|
||||||
|
+ "/usr/X11R6/etc/X11/" KFI_XF86CFG,
|
||||||
|
+ "/usr/X11R6/lib/X11/" KFI_XF86CFG "-4",
|
||||||
|
+ "/usr/X11R6/lib/X11/" KFI_XF86CFG,
|
||||||
|
|
||||||
|
NULL
|
||||||
|
};
|
||||||
|
diff --git a/tdeioslave/man/man2html.cpp b/tdeioslave/man/man2html.cpp
|
||||||
|
index eee3ac80..8dd23dc6 100644
|
||||||
|
--- a/tdeioslave/man/man2html.cpp
|
||||||
|
+++ b/tdeioslave/man/man2html.cpp
|
||||||
|
@@ -656,7 +656,7 @@ static void fill_old_character_definitions( void )
|
||||||
|
for (size_t i = 0; i < sizeof(standardchar)/sizeof(CSTRDEF); i++)
|
||||||
|
{
|
||||||
|
const int nr = standardchar[i].nr;
|
||||||
|
- const char temp[3] = { nr / 256, nr % 256, 0 };
|
||||||
|
+ const char temp[3] = { (char)(nr / 256), (char)(nr % 256), 0 };
|
||||||
|
TQCString name( temp );
|
||||||
|
s_characterDefinitionMap.insert( name, StringDefinition( standardchar[i].slen, standardchar[i].st ) );
|
||||||
|
}
|
||||||
|
@@ -3713,7 +3713,7 @@ static char *scan_request(char *c)
|
||||||
|
}
|
||||||
|
case REQ_Fo: // mdoc(7) "Function definition Opening"
|
||||||
|
{
|
||||||
|
- char* font[2] = { "B", "R" };
|
||||||
|
+ const char* font[2] = { "B", "R" };
|
||||||
|
c+=j;
|
||||||
|
if (*c=='\n') c++;
|
||||||
|
char *eol=strchr(c,'\n');
|
||||||
|
@@ -3748,7 +3748,7 @@ static char *scan_request(char *c)
|
||||||
|
// .Fc has no parameter
|
||||||
|
c+=j;
|
||||||
|
c=skip_till_newline(c);
|
||||||
|
- char* font[2] = { "B", "R" };
|
||||||
|
+ const char* font[2] = { "B", "R" };
|
||||||
|
out_html(set_font(font[i&1]));
|
||||||
|
out_html(")");
|
||||||
|
out_html(set_font("R"));
|
||||||
|
@@ -3764,7 +3764,7 @@ static char *scan_request(char *c)
|
||||||
|
}
|
||||||
|
case REQ_Fa: // mdoc(7) "Function definition argument"
|
||||||
|
{
|
||||||
|
- char* font[2] = { "B", "R" };
|
||||||
|
+ const char* font[2] = { "B", "R" };
|
||||||
|
c+=j;
|
||||||
|
if (*c=='\n') c++;
|
||||||
|
sl=fill_words(c, wordlist, &words, true, &c);
|
||||||
|
diff --git a/tdeioslave/media/mediamanager/halbackend.cpp b/tdeioslave/media/mediamanager/halbackend.cpp
|
||||||
|
index 80d44339..637b16bf 100644
|
||||||
|
--- a/tdeioslave/media/mediamanager/halbackend.cpp
|
||||||
|
+++ b/tdeioslave/media/mediamanager/halbackend.cpp
|
||||||
|
@@ -1670,7 +1670,7 @@ TQString HALBackend::unmount(const TQString &_udi)
|
||||||
|
if (dbus_error_is_set(&error))
|
||||||
|
{
|
||||||
|
dbus_error_free(&error);
|
||||||
|
- return false;
|
||||||
|
+ return TQString();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!(dmesg = dbus_message_new_method_call ("org.freedesktop.Hal", udi.latin1(),
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991862
|
TIMESTAMP = 1533388191
|
||||||
SHA256 (TDE/tdeedu-trinity_14.0.5~pre5.orig.tar.xz) = 5439e05c29946c2009bb459931b1b7ece7070b5b4a0ceacd96417a42ff286dc1
|
SHA256 (TDE/tdeedu-trinity_14.0.5.orig.tar.xz) = f97d808eaa3b4ec713a2eea6a0024eba402f23fd6443620999fad9150e565f9b
|
||||||
SIZE (TDE/tdeedu-trinity_14.0.5~pre5.orig.tar.xz) = 24718584
|
SIZE (TDE/tdeedu-trinity_14.0.5.orig.tar.xz) = 24717996
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/kmplot/kmplot/Makefile.am b/kmplot/kmplot/Makefile.am
|
||||||
|
index 1817b1cb..4d971fbd 100644
|
||||||
|
--- a/kmplot/kmplot/Makefile.am
|
||||||
|
+++ b/kmplot/kmplot/Makefile.am
|
||||||
|
@@ -28,6 +28,8 @@ kmplot_SOURCES = main.cpp kmplot.cpp kmplotprogress.cpp kmplotIface.skel
|
||||||
|
kmplot_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_TDEPARTS) -lDCOP
|
||||||
|
kmplot_LDADD = $(LIB_TDEPARTS)
|
||||||
|
|
||||||
|
+kmplot_COMPILE_FIRST = FktDlgData.h qminmax.h settings.h
|
||||||
|
+
|
||||||
|
# this is where the desktop file will go
|
||||||
|
appmimedir = $(kde_mimedir)/application
|
||||||
|
appmime_DATA = x-kmplot.desktop
|
@ -0,0 +1,40 @@
|
|||||||
|
diff --git a/kmplot/kmplot/xparser.cpp b/kmplot/kmplot/xparser.cpp
|
||||||
|
index acf7ecdb..4ab4300f 100644
|
||||||
|
--- a/kmplot/kmplot/xparser.cpp
|
||||||
|
+++ b/kmplot/kmplot/xparser.cpp
|
||||||
|
@@ -521,7 +521,7 @@ TQString XParser::functionMinValue(uint id)
|
||||||
|
{
|
||||||
|
int const ix = ixValue(id);
|
||||||
|
if (ix==-1)
|
||||||
|
- return int();
|
||||||
|
+ return TQString();
|
||||||
|
return ufkt[ix].str_dmin;
|
||||||
|
}
|
||||||
|
|
||||||
|
@@ -539,7 +539,7 @@ TQString XParser::functionMaxValue(uint id)
|
||||||
|
{
|
||||||
|
int const ix = ixValue(id);
|
||||||
|
if (ix==-1)
|
||||||
|
- return int();
|
||||||
|
+ return TQString();
|
||||||
|
return ufkt[ix].str_dmax;
|
||||||
|
}
|
||||||
|
|
||||||
|
@@ -557,7 +557,7 @@ TQString XParser::functionStartXValue(uint id)
|
||||||
|
{
|
||||||
|
int const ix = ixValue(id);
|
||||||
|
if (ix==-1)
|
||||||
|
- return int();
|
||||||
|
+ return TQString();
|
||||||
|
return ufkt[ix].str_startx;
|
||||||
|
}
|
||||||
|
|
||||||
|
@@ -575,7 +575,7 @@ TQString XParser::functionStartYValue(uint id)
|
||||||
|
{
|
||||||
|
int const ix = ixValue(id);
|
||||||
|
if (ix==-1)
|
||||||
|
- return int();
|
||||||
|
+ return TQString();
|
||||||
|
return ufkt[ix].str_starty;
|
||||||
|
}
|
||||||
|
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1514319578
|
TIMESTAMP = 1533388282
|
||||||
SHA256 (TDE/tdegames-trinity_14.0.5~pre8.orig.tar.xz) = 75ac763b810f50e3be57fd5a831fe491a39e0c77cc731dacb34fd9dc26100baa
|
SHA256 (TDE/tdegames-trinity_14.0.5.orig.tar.xz) = bc9042512c6dd299f708959ae4738d0722592afb7fce8c0b83fde5c14f881aae
|
||||||
SIZE (TDE/tdegames-trinity_14.0.5~pre8.orig.tar.xz) = 8630592
|
SIZE (TDE/tdegames-trinity_14.0.5.orig.tar.xz) = 8629436
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/kshisen/board.cpp b/kshisen/board.cpp
|
||||||
|
index ce8c915..a19f060 100644
|
||||||
|
--- a/kshisen/board.cpp
|
||||||
|
+++ b/kshisen/board.cpp
|
||||||
|
@@ -730,7 +730,7 @@ void Board::undrawConnection()
|
||||||
|
// game is over?
|
||||||
|
if(!getHint_I(dummyPath))
|
||||||
|
{
|
||||||
|
- time_for_game = (int)difftime( time((time_t)0), starttime);
|
||||||
|
+ time_for_game = (int)difftime( time(0), starttime);
|
||||||
|
emit endOfGame();
|
||||||
|
}
|
||||||
|
}
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1514314694
|
TIMESTAMP = 1533304970
|
||||||
SHA256 (TDE/tdegraphics-trinity_14.0.5~pre11.orig.tar.xz) = 97a53e45ce3f0d53d44f08916b5528e2d5b15756fd45721ce4467f7edff57e72
|
SHA256 (TDE/tdegraphics-trinity_14.0.5.orig.tar.xz) = 51190393d969f3f4101504054dceedc953d8252ba47f6b8c3e3c94b69b9040d9
|
||||||
SIZE (TDE/tdegraphics-trinity_14.0.5~pre11.orig.tar.xz) = 5795068
|
SIZE (TDE/tdegraphics-trinity_14.0.5.orig.tar.xz) = 5790668
|
||||||
|
@ -0,0 +1,21 @@
|
|||||||
|
diff --git a/ksvg/plugin/backends/libart/LibartCanvas.cpp b/ksvg/plugin/backends/libart/LibartCanvas.cpp
|
||||||
|
index 03b18f06..f46051f5 100644
|
||||||
|
--- a/ksvg/plugin/backends/libart/LibartCanvas.cpp
|
||||||
|
+++ b/ksvg/plugin/backends/libart/LibartCanvas.cpp
|
||||||
|
@@ -75,11 +75,11 @@ ArtSVP *art_svp_from_rect(int x0, int y0, int x1, int y1)
|
||||||
|
{
|
||||||
|
ArtVpath vpath[] =
|
||||||
|
{
|
||||||
|
- { ART_MOVETO, x0, y0 },
|
||||||
|
- { ART_LINETO, x0, y1 },
|
||||||
|
- { ART_LINETO, x1, y1 },
|
||||||
|
- { ART_LINETO, x1, y0 },
|
||||||
|
- { ART_LINETO, x0, y0 },
|
||||||
|
+ { ART_MOVETO, (double)x0, (double)y0 },
|
||||||
|
+ { ART_LINETO, (double)x0, (double)y1 },
|
||||||
|
+ { ART_LINETO, (double)x1, (double)y1 },
|
||||||
|
+ { ART_LINETO, (double)x1, (double)y0 },
|
||||||
|
+ { ART_LINETO, (double)x0, (double)y0 },
|
||||||
|
{ ART_END, 0, 0}
|
||||||
|
};
|
||||||
|
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1527607987
|
TIMESTAMP = 1532798504
|
||||||
SHA256 (TDE/tdelibs-trinity_14.0.5~pre68.orig.tar.xz) = 32366ba03dd2aee43beadffd05fbde66d425ceb553aa940273442fca24140279
|
SHA256 (TDE/tdelibs-trinity_14.0.5.orig.tar.xz) = 2e0f5bdc278b36ebcd39107c0504baf1293f09c7c39a969a8833004a756631d3
|
||||||
SIZE (TDE/tdelibs-trinity_14.0.5~pre68.orig.tar.xz) = 15105832
|
SIZE (TDE/tdelibs-trinity_14.0.5.orig.tar.xz) = 15107820
|
||||||
|
@ -0,0 +1,34 @@
|
|||||||
|
diff --git a/tdeinit/tdeinit.cpp b/tdeinit/tdeinit.cpp
|
||||||
|
index 576f7192..566a8bda 100644
|
||||||
|
--- a/tdeinit/tdeinit.cpp
|
||||||
|
+++ b/tdeinit/tdeinit.cpp
|
||||||
|
@@ -1514,7 +1514,7 @@ static void tdeinit_library_path()
|
||||||
|
TQCString display = getenv(DISPLAY);
|
||||||
|
if (display.isEmpty())
|
||||||
|
{
|
||||||
|
- fprintf(stderr, "[tdeinit] Aborting. $"DISPLAY" is not set.\n");
|
||||||
|
+ fprintf(stderr, "[tdeinit] Aborting. $" DISPLAY " is not set.\n");
|
||||||
|
exit(255);
|
||||||
|
}
|
||||||
|
int i;
|
||||||
|
diff --git a/tdestyles/keramik/keramik.cpp b/tdestyles/keramik/keramik.cpp
|
||||||
|
index ca8dea40..1f93a534 100644
|
||||||
|
--- a/tdestyles/keramik/keramik.cpp
|
||||||
|
+++ b/tdestyles/keramik/keramik.cpp
|
||||||
|
@@ -2833,11 +2833,11 @@ bool KeramikStyle::objectEventHandler( const TQStyleControlElementData &ceData,
|
||||||
|
|
||||||
|
//CHECKME: Not sure the rects are perfect..
|
||||||
|
XRectangle rects[5] = {
|
||||||
|
- {0, 0, resize->size().width()-2, resize->size().height()-6},
|
||||||
|
- {0, resize->size().height()-6, resize->size().width()-2, 1},
|
||||||
|
- {1, resize->size().height()-5, resize->size().width()-3, 1},
|
||||||
|
- {2, resize->size().height()-4, resize->size().width()-5, 1},
|
||||||
|
- {3, resize->size().height()-3, resize->size().width()-7, 1}
|
||||||
|
+ {0, 0, (unsigned short)(resize->size().width()-2), (unsigned short)(resize->size().height()-6)},
|
||||||
|
+ {0, (short)(resize->size().height()-6), (unsigned short)(resize->size().width()-2), 1},
|
||||||
|
+ {1, (short)(resize->size().height()-5), (unsigned short)(resize->size().width()-3), 1},
|
||||||
|
+ {2, (short)(resize->size().height()-4), (unsigned short)(resize->size().width()-5), 1},
|
||||||
|
+ {3, (short)(resize->size().height()-3), (unsigned short)(resize->size().width()-7), 1}
|
||||||
|
};
|
||||||
|
|
||||||
|
XShapeCombineRectangles(tqt_xdisplay(), listbox->handle(), ShapeBounding, 0, 0,
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1514726604
|
TIMESTAMP = 1533126401
|
||||||
SHA256 (TDE/tdemultimedia-trinity_14.0.5~pre13.orig.tar.xz) = e99db55682bee765d1816f99e9cfe17e50ab5a303daef8163ef44325cc921769
|
SHA256 (TDE/tdemultimedia-trinity_14.0.5.orig.tar.xz) = 0609cbc85a744ec41eab0daefe6c23c6ed08b8ba9f0e9c760327f6c81755479b
|
||||||
SIZE (TDE/tdemultimedia-trinity_14.0.5~pre13.orig.tar.xz) = 4820492
|
SIZE (TDE/tdemultimedia-trinity_14.0.5.orig.tar.xz) = 4817036
|
||||||
|
@ -0,0 +1,26 @@
|
|||||||
|
diff --git a/arts/midi/rawmidiport_impl.cc b/arts/midi/rawmidiport_impl.cc
|
||||||
|
index 3d82d8b..f8311bd 100644
|
||||||
|
--- a/arts/midi/rawmidiport_impl.cc
|
||||||
|
+++ b/arts/midi/rawmidiport_impl.cc
|
||||||
|
@@ -289,7 +289,7 @@ public:
|
||||||
|
}
|
||||||
|
void processCommand(const MidiCommand& command)
|
||||||
|
{
|
||||||
|
- char message[3] = { command.status, command.data1, command.data2 };
|
||||||
|
+ unsigned char message[3] = { command.status, command.data1, command.data2 };
|
||||||
|
|
||||||
|
int len = midiMsgLen(command.status);
|
||||||
|
if(midiMsgLen(command.status))
|
||||||
|
diff --git a/mpeglib/lib/mpegplay/mpegVideoStream.cpp b/mpeglib/lib/mpegplay/mpegVideoStream.cpp
|
||||||
|
index 5e16b11..a37288e 100644
|
||||||
|
--- a/mpeglib/lib/mpegplay/mpegVideoStream.cpp
|
||||||
|
+++ b/mpeglib/lib/mpegplay/mpegVideoStream.cpp
|
||||||
|
@@ -81,7 +81,7 @@ int MpegVideoStream::isStartCode(unsigned int data) {
|
||||||
|
case SEQUENCE_ERROR_CODE:
|
||||||
|
case SYSTEM_HEADER_START_CODE:
|
||||||
|
case ISO_11172_END_CODE:
|
||||||
|
- case EOF:
|
||||||
|
+ case (0U | EOF):
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
if ((SLICE_MIN_START_CODE < data) && (data < SLICE_MAX_START_CODE)) {
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1514648824
|
TIMESTAMP = 1533237017
|
||||||
SHA256 (TDE/tdenetwork-trinity_14.0.5~pre19.orig.tar.xz) = d29aecc8db02e60da47a668c87ceb2c723502916ee1b846349d9b9220c782ec2
|
SHA256 (TDE/tdenetwork-trinity_14.0.5.orig.tar.xz) = c0de8398e61cbd37463ec7ff6ef8911e27cd4ffde30b60174631c8c6b41f347a
|
||||||
SIZE (TDE/tdenetwork-trinity_14.0.5~pre19.orig.tar.xz) = 6571268
|
SIZE (TDE/tdenetwork-trinity_14.0.5.orig.tar.xz) = 6560012
|
||||||
|
@ -0,0 +1,65 @@
|
|||||||
|
diff --git a/kopete/protocols/oscar/liboscar/chatnavservicetask.cpp b/kopete/protocols/oscar/liboscar/chatnavservicetask.cpp
|
||||||
|
index 4a34ae2f..ecec66d4 100644
|
||||||
|
--- a/kopete/protocols/oscar/liboscar/chatnavservicetask.cpp
|
||||||
|
+++ b/kopete/protocols/oscar/liboscar/chatnavservicetask.cpp
|
||||||
|
@@ -106,7 +106,7 @@ bool ChatNavServiceTask::take( Transfer* transfer )
|
||||||
|
void ChatNavServiceTask::onGo()
|
||||||
|
{
|
||||||
|
FLAP f = { 0x02, 0, 0x00 };
|
||||||
|
- SNAC s = { 0x000D, m_type, 0x0000, client()->snacSequence() };
|
||||||
|
+ SNAC s = { 0x000D, (unsigned short)m_type, 0x0000, client()->snacSequence() };
|
||||||
|
Buffer* b = new Buffer();
|
||||||
|
|
||||||
|
Transfer* t = createTransfer( f, s, b );
|
||||||
|
diff --git a/kopete/protocols/oscar/liboscar/sendmessagetask.cpp b/kopete/protocols/oscar/liboscar/sendmessagetask.cpp
|
||||||
|
index af180be1..0f9c8f5f 100644
|
||||||
|
--- a/kopete/protocols/oscar/liboscar/sendmessagetask.cpp
|
||||||
|
+++ b/kopete/protocols/oscar/liboscar/sendmessagetask.cpp
|
||||||
|
@@ -60,7 +60,7 @@ void SendMessageTask::onGo()
|
||||||
|
snacSubfamily = 0x000B;
|
||||||
|
}
|
||||||
|
FLAP f = { 0x02, 0, 0 };
|
||||||
|
- SNAC s = { 0x0004, snacSubfamily, 0x0000, client()->snacSequence() };
|
||||||
|
+ SNAC s = { 0x0004, (unsigned short)snacSubfamily, 0x0000, client()->snacSequence() };
|
||||||
|
Buffer* b = new Buffer();
|
||||||
|
|
||||||
|
if ( snacSubfamily == 0x0006 )
|
||||||
|
diff --git a/lanbrowsing/lisa/main.cpp b/lanbrowsing/lisa/main.cpp
|
||||||
|
index fd96d04e..1ef55453 100644
|
||||||
|
--- a/lanbrowsing/lisa/main.cpp
|
||||||
|
+++ b/lanbrowsing/lisa/main.cpp
|
||||||
|
@@ -53,7 +53,7 @@
|
||||||
|
void printVersion()
|
||||||
|
{
|
||||||
|
const char * versionInfo=\
|
||||||
|
- "\r\nThis is the LAN Information Server LISa "MYVERSION"\r\n"\
|
||||||
|
+ "\r\nThis is the LAN Information Server LISa " MYVERSION "\r\n"\
|
||||||
|
"It is free software according the GNU General Public License\r\n"\
|
||||||
|
"Copyright (c) 2000-2003 by Alexander Neundorf\r\n"\
|
||||||
|
"email: neundorf@kde.org\r\n";
|
||||||
|
diff --git a/lanbrowsing/lisa/netmanager.cpp b/lanbrowsing/lisa/netmanager.cpp
|
||||||
|
index 5a21fe5c..cf6a2f76 100644
|
||||||
|
--- a/lanbrowsing/lisa/netmanager.cpp
|
||||||
|
+++ b/lanbrowsing/lisa/netmanager.cpp
|
||||||
|
@@ -1033,7 +1033,7 @@ void NetManager::getListFromServerServer( int address)
|
||||||
|
|
||||||
|
void NetManager::printState()
|
||||||
|
{
|
||||||
|
- std::cerr<<"LAN Information Server Lisa "MYVERSION"\nAlexander Neundorf <neundorf@kde.org>\n";
|
||||||
|
+ std::cerr<<"LAN Information Server Lisa " MYVERSION "\nAlexander Neundorf <neundorf@kde.org>\n";
|
||||||
|
std::cerr<<"Reading options from config file: "<<m_usedConfigFileName<<std::endl;
|
||||||
|
std::cerr<<"StrictMode: "<<m_strictMode<<std::endl;
|
||||||
|
std::cerr<<"ServerServer: "<<m_serverServer<<std::endl;
|
||||||
|
diff --git a/lanbrowsing/lisa/strictmain.cpp b/lanbrowsing/lisa/strictmain.cpp
|
||||||
|
index 07f5b9bc..09f3eda0 100644
|
||||||
|
--- a/lanbrowsing/lisa/strictmain.cpp
|
||||||
|
+++ b/lanbrowsing/lisa/strictmain.cpp
|
||||||
|
@@ -52,7 +52,7 @@
|
||||||
|
void printVersion()
|
||||||
|
{
|
||||||
|
const char * versionInfo=\
|
||||||
|
- "\r\nThis is the restricted LAN Information Server resLISa "MYVERSION"\r\n"\
|
||||||
|
+ "\r\nThis is the restricted LAN Information Server resLISa " MYVERSION "\r\n"\
|
||||||
|
"It is free software according the GNU General Public License\r\n"\
|
||||||
|
"Copyright (c) 2000-2003 by Alexander Neundorf\r\n"\
|
||||||
|
"email: neundorf@kde.org\r\n";
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1527518866
|
TIMESTAMP = 1532918490
|
||||||
SHA256 (TDE/tdepim-trinity_14.0.5~pre14.orig.tar.xz) = 6ca91223b726c55a36bbeb5574adad5ecd91fdd3896fc095ca90b4d8ba169e10
|
SHA256 (TDE/tdepim-trinity_14.0.5.orig.tar.xz) = ac90555cf9117b2d809ccc1979dcfea32534975f33a45b82fda8991c7bb901ce
|
||||||
SIZE (TDE/tdepim-trinity_14.0.5~pre14.orig.tar.xz) = 9329768
|
SIZE (TDE/tdepim-trinity_14.0.5.orig.tar.xz) = 9321620
|
||||||
|
@ -0,0 +1,89 @@
|
|||||||
|
diff --git a/kalarm/functions.cpp b/kalarm/functions.cpp
|
||||||
|
index b92e3f3e..9ae28740 100644
|
||||||
|
--- a/kalarm/functions.cpp
|
||||||
|
+++ b/kalarm/functions.cpp
|
||||||
|
@@ -1053,7 +1053,7 @@ bool runKOrganizer()
|
||||||
|
}
|
||||||
|
if (!kapp->dcopClient()->findObject(dcopService, KORG_DCOP_OBJECT, "", TQByteArray(), dummy, dummy))
|
||||||
|
{
|
||||||
|
- kdWarning(5950) << "Unable to access KOrganizer's "KORG_DCOP_OBJECT" DCOP object" << endl;
|
||||||
|
+ kdWarning(5950) << "Unable to access KOrganizer's " KORG_DCOP_OBJECT " DCOP object" << endl;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
diff --git a/tderesources/groupwise/soap/stdsoap2.cpp b/tderesources/groupwise/soap/stdsoap2.cpp
|
||||||
|
index 834051c5..b06e3afe 100644
|
||||||
|
--- a/tderesources/groupwise/soap/stdsoap2.cpp
|
||||||
|
+++ b/tderesources/groupwise/soap/stdsoap2.cpp
|
||||||
|
@@ -1284,7 +1284,7 @@ soap_get(struct soap *soap)
|
||||||
|
case '\'':
|
||||||
|
return SOAP_AP;
|
||||||
|
case '&':
|
||||||
|
- return soap_char(soap) | 0x80000000;
|
||||||
|
+ return soap_char(soap) | (1<<31);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
@@ -7094,7 +7094,7 @@ soap_string_in(struct soap *soap, int flag, long minlen, long maxlen)
|
||||||
|
{ soap_unget(soap, c);
|
||||||
|
c = soap_getutf8(soap);
|
||||||
|
if (soap->mode & SOAP_C_UTFSTRING)
|
||||||
|
- { if ((c & 0x80000000) && c >= -0x7FFFFF80 && c < SOAP_AP)
|
||||||
|
+ { if ((c & (1<<31)) && c >= -0x7FFFFF80 && c < SOAP_AP)
|
||||||
|
{ c &= 0x7FFFFFFF;
|
||||||
|
t = buf;
|
||||||
|
if (c < 0x0800)
|
||||||
|
@@ -7297,7 +7297,7 @@ soap_string_in(struct soap *soap, int flag, long minlen, long maxlen)
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
if (soap->mode & SOAP_C_UTFSTRING)
|
||||||
|
- { if (((c = soap_get(soap)) & 0x80000000) && c >= -0x7FFFFF80 && c < SOAP_AP)
|
||||||
|
+ { if (((c = soap_get(soap)) & (1<<31)) && c >= -0x7FFFFF80 && c < SOAP_AP)
|
||||||
|
{ c &= 0x7FFFFFFF;
|
||||||
|
t = buf;
|
||||||
|
if (c < 0x0800)
|
||||||
|
@@ -7362,7 +7362,7 @@ soap_string_in(struct soap *soap, int flag, long minlen, long maxlen)
|
||||||
|
}
|
||||||
|
*s++ = '/';
|
||||||
|
break;
|
||||||
|
- case '<' | 0x80000000:
|
||||||
|
+ case '<' | (1<<31):
|
||||||
|
if (flag)
|
||||||
|
*s++ = '<';
|
||||||
|
else
|
||||||
|
@@ -7371,7 +7371,7 @@ soap_string_in(struct soap *soap, int flag, long minlen, long maxlen)
|
||||||
|
m = 3;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
- case '>' | 0x80000000:
|
||||||
|
+ case '>' | (1<<31):
|
||||||
|
if (flag)
|
||||||
|
*s++ = '>';
|
||||||
|
else
|
||||||
|
@@ -7380,7 +7380,7 @@ soap_string_in(struct soap *soap, int flag, long minlen, long maxlen)
|
||||||
|
m = 3;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
- case '&' | 0x80000000:
|
||||||
|
+ case '&' | (1<<31):
|
||||||
|
if (flag)
|
||||||
|
*s++ = '&';
|
||||||
|
else
|
||||||
|
@@ -7389,7 +7389,7 @@ soap_string_in(struct soap *soap, int flag, long minlen, long maxlen)
|
||||||
|
m = 4;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
- case '"' | 0x80000000:
|
||||||
|
+ case '"' | (1<<31):
|
||||||
|
if (flag)
|
||||||
|
*s++ = '"';
|
||||||
|
else
|
||||||
|
@@ -7398,7 +7398,7 @@ soap_string_in(struct soap *soap, int flag, long minlen, long maxlen)
|
||||||
|
m = 5;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
- case '\'' | 0x80000000:
|
||||||
|
+ case '\'' | (1<<31):
|
||||||
|
if (flag)
|
||||||
|
*s++ = '\'';
|
||||||
|
else
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991872
|
TIMESTAMP = 1533392275
|
||||||
SHA256 (TDE/tdesdk-trinity_14.0.5~pre8.orig.tar.xz) = 153d901557659f01656f9995cd1056864a49d401cb71df5fa80095bf6b2fa0d9
|
SHA256 (TDE/tdesdk-trinity_14.0.5.orig.tar.xz) = 7fa06129f7b32cbbc5dc8f96092b4b5936c20bdcdd7d86c7b237882acdc8016b
|
||||||
SIZE (TDE/tdesdk-trinity_14.0.5~pre8.orig.tar.xz) = 3712296
|
SIZE (TDE/tdesdk-trinity_14.0.5.orig.tar.xz) = 3709040
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991858
|
TIMESTAMP = 1533308224
|
||||||
SHA256 (TDE/tdetoys-trinity_14.0.5~pre2.orig.tar.xz) = d86098a69591e4c976799d961005aaa3915fb1022dd03c4c8f65945547cf5a0b
|
SHA256 (TDE/tdetoys-trinity_14.0.5.orig.tar.xz) = a997cc5cdfd4ac50375290b3b82c904f6fc433c9dfa08c20f97f383a3aaba4dd
|
||||||
SIZE (TDE/tdetoys-trinity_14.0.5~pre2.orig.tar.xz) = 2493060
|
SIZE (TDE/tdetoys-trinity_14.0.5.orig.tar.xz) = 2492452
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1527642651
|
TIMESTAMP = 1533308686
|
||||||
SHA256 (TDE/tdeutils-trinity_14.0.5~pre18.orig.tar.xz) = 6445971ac1e82c3eeb073ecf278d2c08e5c658bea859bae47ff8bcbe6da1dc67
|
SHA256 (TDE/tdeutils-trinity_14.0.5.orig.tar.xz) = a293b2470e289774f5c3492d02aa02d564420cc1387375666d9c8f9d5abf5256
|
||||||
SIZE (TDE/tdeutils-trinity_14.0.5~pre18.orig.tar.xz) = 2210244
|
SIZE (TDE/tdeutils-trinity_14.0.5.orig.tar.xz) = 2210884
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/superkaramba/src/imagelabel_python.cpp b/superkaramba/src/imagelabel_python.cpp
|
||||||
|
index 61af3c5..1251cc9 100644
|
||||||
|
--- a/superkaramba/src/imagelabel_python.cpp
|
||||||
|
+++ b/superkaramba/src/imagelabel_python.cpp
|
||||||
|
@@ -122,7 +122,7 @@ PyObject* py_createTaskIcon(PyObject *, PyObject *args)
|
||||||
|
{
|
||||||
|
//no task was found
|
||||||
|
tqWarning("Task not found.");
|
||||||
|
- return (long)NULL ;
|
||||||
|
+ return NULL;
|
||||||
|
}
|
||||||
|
//retrieve the TQPixmap that represents this image
|
||||||
|
TQPixmap iconPixmap = KWin::icon(currTask->window());
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1495991873
|
TIMESTAMP = 1533393328
|
||||||
SHA256 (TDE/tdevelop-trinity_14.0.5~pre8.orig.tar.xz) = 2e7b01d83474d5eaaffcd7f968ffe0ce5e95314c1e2132dd23b97b6a3984bd1d
|
SHA256 (TDE/tdevelop-trinity_14.0.5.orig.tar.xz) = 09e7679d814d465255ae08191195c266ca5cfb5408bae07ad283eba34788f7d5
|
||||||
SIZE (TDE/tdevelop-trinity_14.0.5~pre8.orig.tar.xz) = 6411820
|
SIZE (TDE/tdevelop-trinity_14.0.5.orig.tar.xz) = 6408376
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/src/simplemainwindow.cpp b/src/simplemainwindow.cpp
|
||||||
|
index f6083feb..1108a299 100644
|
||||||
|
--- a/src/simplemainwindow.cpp
|
||||||
|
+++ b/src/simplemainwindow.cpp
|
||||||
|
@@ -97,7 +97,7 @@ void SimpleMainWindow::init()
|
||||||
|
if (help_menu)
|
||||||
|
{
|
||||||
|
help_menu->insertItem(SmallIconSet("contents"), i18n("TDevelop &Programming Handbook"),
|
||||||
|
- TQT_TQOBJECT(this), TQT_SLOT(slotProgrammingHandbook()), NULL, -1, 1);
|
||||||
|
+ TQT_TQOBJECT(this), TQT_SLOT(slotProgrammingHandbook()), 0, -1, 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
menuBar()->setEnabled( false );
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1527559967
|
TIMESTAMP = 1533395903
|
||||||
SHA256 (TDE/tdewebdev-trinity_14.0.5~pre12.orig.tar.xz) = 8c87074283bc4bd49c69c055e2623d6c4fc1d160c7c129b14bbae3ebc54d084b
|
SHA256 (TDE/tdewebdev-trinity_14.0.5.orig.tar.xz) = 499ea116b799c4d03fbba236365b1a77786cb86505c2e1ca7df79c5c1cbb9e70
|
||||||
SIZE (TDE/tdewebdev-trinity_14.0.5~pre12.orig.tar.xz) = 4974768
|
SIZE (TDE/tdewebdev-trinity_14.0.5.orig.tar.xz) = 4976600
|
||||||
|
Loading…
Reference in new issue