Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #15932 (new enhancement)

Opened 5 months ago

Last modified 3 weeks ago

Update for playerstage-player version 2.1.1

Reported by: vincent@… Owned by: macports-tickets@…
Priority: Normal Milestone: Port Updates
Component: ports Version: 1.6.0
Keywords: Cc: ryandesign@…
Port: playerstage-player

Description

Here the new Portfile for the latest version of Player/Stage. Can someone check I have not forgotten any variants.

Attachments

Playerstage-player.Portfile.patch (414 bytes) - added by vincent@… 5 months ago.
Portfile patch
patch.player (0.7 KB) - added by vincent@… 5 months ago.
new patch file that includes the requested mods.

Change History

Changed 5 months ago by vincent@…

Portfile patch

Changed 5 months ago by ryandesign@…

  • cc ryandesign@… added

How are you able to install this port? I cannot. playerstage-player seems to build itself universal without me having selected the universal variant; playerstage-player depends on gtk2; gtk2 depends on pango; pango depends on cairo; and cairo cannot be built universal. I am on Mac OS X 10.5.4 with Xcode 3.1 on a MacBook Pro.

I also have a problem with the library dependencies on automake, autoconf and pkgconfig. These should be build dependencies, not library dependencies.

Changed 5 months ago by vincent@…

new patch file that includes the requested mods.

Changed 5 months ago by vincent@…

here the new version with the python variant and the depends_build for automake, autoconf and pkgconfig. I don't know what to do with gtk2 :-)

Changed 7 weeks ago by raimue@…

  • port set to playerstage-player

See also #15933

Changed 3 weeks ago by blb@…

When building (10.5.5 Intel, Xcode 3.1.1), I get:

 /usr/bin/g++-4.0 -DHAVE_CONFIG_H -I. -I../../.. -I../../../libplayercore -I../../../client_libs/libplayerc++ -I../../../client_libs/libplayerc -Wall -I../../.. -I/opt/local/include -I/opt/local/include/postgresql83 -I/opt/local/include -pipe -O2 -MT dbconn.lo -MD -MP -MF .deps/dbconn.Tpo -c dbconn.cc  -fno-common -DPIC -o .libs/dbconn.o
dbconn.cc: In member function 'BoundingBox PostgresConn::BinaryToBBox(const uint8_t*, uint32_t)':
dbconn.cc:317: error: invalid conversion from 'const GEOSGeometry*' to 'GEOSGeometry*'
dbconn.cc:323: error: invalid conversion from 'const GEOSCoordSequence*' to 'GEOSCoordSequence*'
make[4]: *** [dbconn.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Note: See TracTickets for help on using tickets.