Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 412256 Details for
Bug 560830
media-gfx/kpovmodeler fails with undefined references
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixes undefined references
kpovmodeler-1.1.3-visibility.patch (text/plain), 3.55 KB, created by
Heiko Schäfer
on 2015-09-19 09:27:48 UTC
(
hide
)
Description:
fixes undefined references
Filename:
MIME Type:
Creator:
Heiko Schäfer
Created:
2015-09-19 09:27:48 UTC
Size:
3.55 KB
patch
obsolete
>diff -uNr kpovmodeler-1.1.3-kde4.1.1.orig/pmfactory.cpp kpovmodeler-1.1.3-kde4.1.1/pmfactory.cpp >--- kpovmodeler-1.1.3-kde4.1.1.orig/pmfactory.cpp 2015-09-19 10:46:38.000000000 +0200 >+++ kpovmodeler-1.1.3-kde4.1.1/pmfactory.cpp 2015-09-19 10:49:01.000000000 +0200 >@@ -55,7 +55,7 @@ > } > > KParts::Part* PMFactory::createPartObject( QWidget* parentWidget, >- QObject* parent, >+ QObject* parent, > const char* classname, > const QStringList& /*args*/ ) > { >@@ -76,7 +76,7 @@ > return *s_instance; > } > >-const KAboutData* PMFactory::aboutData( ) >+__attribute__((visibility("default"))) const KAboutData* PMFactory::aboutData( ) > { > if( !s_aboutData ) > { >diff -uNr kpovmodeler-1.1.3-kde4.1.1.orig/pmglview.cpp kpovmodeler-1.1.3-kde4.1.1/pmglview.cpp >--- kpovmodeler-1.1.3-kde4.1.1.orig/pmglview.cpp 2015-09-19 10:46:43.000000000 +0200 >+++ kpovmodeler-1.1.3-kde4.1.1/pmglview.cpp 2015-09-19 10:51:17.000000000 +0200 >@@ -62,7 +62,7 @@ > const double keyMoveSpeed = 40.0; > const double keyScaleFactor = 1.4; > >-bool PMGLView::s_bDirect = true; >+bool PMGLView::s_bDirect __attribute__((visibility("default"))) = true; > > > PMGLView::PMGLView( PMPart* part, PMViewType t, >@@ -105,7 +105,7 @@ > > PMRenderManager* rm = PMRenderManager::theManager( ); > rm->viewCreated( ); >- >+ > QFrame* frame = new QFrame(this); > //frame->setFrameStyle(QFrame::StyledPanel | QFrame::Raised); > frame->setBackgroundRole(QPalette::Highlight); >@@ -116,7 +116,7 @@ > pal.setColor(QPalette::Highlight, c); > frame->setPalette(pal); > frame->hide(); >- m_pDragOverlay = frame; >+ m_pDragOverlay = frame; > > setMinimumSize( 50, 50 ); > >@@ -1469,7 +1469,7 @@ > if( vo && vo->viewType( ) == "glview" ) > { > PMGLViewOptions* o = ( PMGLViewOptions* ) vo; >- return i18n( "3D View (%1)" , >+ return i18n( "3D View (%1)" , > PMGLView::viewTypeAsString( o->glViewType( ) ) ); > } > return description( ); >diff -uNr kpovmodeler-1.1.3-kde4.1.1.orig/pmrendermode.cpp kpovmodeler-1.1.3-kde4.1.1/pmrendermode.cpp >--- kpovmodeler-1.1.3-kde4.1.1.orig/pmrendermode.cpp 2015-09-19 10:46:38.000000000 +0200 >+++ kpovmodeler-1.1.3-kde4.1.1/pmrendermode.cpp 2015-09-19 10:59:13.000000000 +0200 >@@ -38,9 +38,9 @@ > m_endColumn = m_width; > > m_quality = 9; >- >+ > m_radiosity = false; >- >+ > m_antialiasing = false; > m_samplingMethod = AntialiasingNonRecursive; > m_antialiasThreshold = 0.3; >@@ -174,7 +174,7 @@ > else > tmp = QString( "+ER%1" ).arg( ( int ) ( m_endRow + 0.5 ) ); > cl.append( tmp ); >- >+ > if( m_startColumn < 1.0 ) > tmp.sprintf( "+SC%4.2f", m_startColumn ); > else >@@ -188,9 +188,9 @@ > } > cl.append( QString( "+Q%1" ).arg( m_quality ) ); > if( m_radiosity ) >- cl.append( QString( "+QR" ) ); >+ cl.append( QString( "+HR" ) ); > else >- cl.append( QString( "-QR" ) ); >+ cl.append( QString( "-HR" ) ); > > if( m_antialiasing ) > { >diff -uNr kpovmodeler-1.1.3-kde4.1.1.orig/pmshell.cpp kpovmodeler-1.1.3-kde4.1.1/pmshell.cpp >--- kpovmodeler-1.1.3-kde4.1.1.orig/pmshell.cpp 2015-09-19 10:46:40.000000000 +0200 >+++ kpovmodeler-1.1.3-kde4.1.1/pmshell.cpp 2015-09-19 10:49:00.000000000 +0200 >@@ -51,7 +51,7 @@ > const int c_statusBarInfo = 0; > const int c_statusBarControlPoints = 1; > >-PMShell::PMShell( const KUrl& url ) >+__attribute__((visibility("default"))) PMShell::PMShell( const KUrl& url ) > : PMDockMainWindow( 0 ) > { > setPluginLoadingMode( DoNotLoadPlugins );
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 560830
: 412256