Changes between Initial Version and Version 1 of Ticket #50694, comment 18


Ignore:
Timestamp:
Feb 24, 2016, 10:33:39 AM (8 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50694, comment 18

    initial v1  
    11The latest release of `xmms2` is more than 4 years old (from 2011). The problems have most likely been fixed in the devel version (see https://git.xmms2.org/xmms2/xmms2-devel/), but I don't see any sign of a new release. We should probably open a separate ticket for that.
     2
     3I tried to fetch from GIT
     4
     5{{{
     6#!diff
     7--- Portfile    (revision 145999)
     8+++ Portfile    (working copy)
     9@@ -5,8 +5,6 @@
     10 PortGroup               waf 1.0
     11 
     12 name                    xmms2
     13-version                 0.8DrO_o
     14-revision                10
     15 categories              audio
     16 # Mostly LGPL, some plugins and clients are GPL
     17 license                 LGPL-2.1+ GPL-2+ GPL-2
     18@@ -13,15 +11,15 @@
     19 maintainers             nomaintainer
     20 homepage                http://xmms2.org/
     21 platforms               darwin
     22-master_sites            sourceforge:project/xmms2/xmms2/[regsub {^([0-9.]+)} ${version} {\1%20}]
     23-use_bzip2               yes
     24 
     25+fetch.type              git
     26+git.url                 git://git.xmms2.org/xmms2/xmms2-devel.git
     27+git.branch              ece0baf0f56f705bdf9a3d174ac170d194bfe0b0
     28+version                 1.8.11
     29+
     30 description             CrossPlatform Music Multiplexer System
     31 long_description        Next generation audio player of XMMS
     32 
     33-checksums               rmd160  35513d7eddd5f79146cb8aa5c6c0bb35369619ec \
     34-                        sha256  c77e41e7bd5788889d5a2f78331ca8c748b8721bd2e59f36c36ad4c7cae8694a
     35-
     36 depends_build-append    port:pkgconfig
     37 
     38 depends_lib             path:lib/pkgconfig/glib-2.0.pc:glib2 \
     39}}}
     40
     41But the port needs more effort than just that:
     42{{{
     43:info:configure src/lib/s4: b46e5975 (not initialized)
     44:info:configure The submodule 'src/lib/s4' is not initialized. Run `git submodule update --init` and try again.
     45}}}