Opened 19 years ago
Closed 19 years ago
#4150 closed defect (fixed)
NEW: lopster-1.2.2
Reported by: | mellon85@… | Owned by: | yeled@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
Portfile is attached
It's a client for the Open Napster network, well a lot of people thinks that this is the best one
Attachments (4)
Change History (17)
Changed 19 years ago by mellon85@…
comment:1 Changed 19 years ago by mellon85@…
attachments.description: | First Patch file → First Patch file (global.c) |
---|
comment:2 Changed 19 years ago by mellon85@…
(From update of attachment 3097) # $Id: $
PortSystem 1.0 name lopster version 1.2.2 categories net maintainers mellon85@… description GTK+ Open Napster client homepage http://lopster.sourceforge.net/ platforms darwin freebsd
long_description Lopster is a Napster Client developed in C using the GTK user interface. \
Napster is a protocol for sharing MP3 files between users. With
Napster, \
the files stay on the client machine, never passing through the server.
\
The server provides the ability to search for particular files and \ initiate a direct transfer between the clients. In addition, chat
forums \
similar to IRC are available.
master_sites sourceforge http://lopster.sourceforge.net/download/lopster-1.2.2.tar.gz
checksums md5 ae857116eddd01f1f7d2769908a142c0
patchfiles patch-global.c patch-mtypes.c patch-wizard.c
depends_lib lib:libgtk.1:gtk1
variant ogg { configure.args-delete --without-ogg
configure.args-append --with-ogg=${prefix} depends_lib-append lib:libogg:libogg
}
variant flac { configure.args-delete --without-flac
configure.args-append --with-flac=${prefix} depends_lib-append lib:libFLAC:flac
}
configure.env CFLAGS="-O2 -pipe"
configure.args --prefix=${prefix} --without-ogg --without-flac
--mandir=
\${prefix}/share/man --infodir=
\${prefix}/share/info
destroot.destdir prefix=${destroot}${prefix}
comment:3 Changed 19 years ago by mellon85@…
(From update of attachment 3097)
# $Id: $
PortSystem 1.0 name lopster version 1.2.2 categories net maintainers mellon85@… description GTK+ Open Napster client homepage http://lopster.sourceforge.net/ platforms darwin freebsd
long_description Lopster is a Napster Client developed in C using the GTK user interface. \
Napster is a protocol for sharing MP3 files between users. With Napster, \ the files stay on the client machine, never passing through the server. \ The server provides the ability to search for particular files and \ initiate a direct transfer between the clients. In addition, chat forums \ similar to IRC are available.
master_sites sourceforge http://lopster.sourceforge.net/download/lopster-1.2.2.tar.gz
checksums md5 ae857116eddd01f1f7d2769908a142c0
patchfiles patch-global.c patch-mtypes.c patch-wizard.c
depends_lib lib:libgtk.1:gtk1
variant ogg { configure.args-delete --without-ogg
configure.args-append --with-ogg=${prefix} depends_lib-append lib:libogg:libogg
}
variant flac { configure.args-delete --without-flac
configure.args-append --with-flac=${prefix} depends_lib-append lib:libFLAC:flac
}
configure.env CFLAGS="-O2 -pipe"
configure.args --prefix=${prefix} --without-ogg --without-flac --mandir=
\${prefix}/share/man --infodir=
\${prefix}/share/infodestroot.destdir prefix=${destroot}${prefix}
comment:4 Changed 19 years ago by mellon85@…
(From update of attachment 3097) depends_lib-append lib:flac:libFLAC
must be corrected to
depends_lib-append lib:libFLAC:flac
comment:5 Changed 19 years ago by mww@…
what about just enabling flac & ogg support by default - when installing something like gtk you dont care anymore for something tiny as flac or ogg...
comment:6 Changed 19 years ago by mellon85@…
(From update of attachment 3097)
# $Id: $
PortSystem 1.0 name lopster version 1.2.2 categories net maintainers mellon85@… description GTK+ Open Napster client homepage http://lopster.sourceforge.net/ platforms darwin freebsd
long_description Lopster is a Napster Client developed in C using the GTK user interface. \
Napster is a protocol for sharing MP3 files between users. With Napster, \ the files stay on the client machine, never passing through the server. \ The server provides the ability to search for particular files and \ initiate a direct transfer between the clients. In addition, chat forums \ similar to IRC are available.
master_sites sourceforge http://lopster.sourceforge.net/download/lopster-1.2.2.tar.gz
checksums md5 ae857116eddd01f1f7d2769908a142c0
patchfiles patch-global.c patch-mtypes.c patch-wizard.c
depends_lib lib:libgtk.1:gtk1 lib:libFLAC:flac lib:libogg:libogg
configure.env CFLAGS="-O2 -pipe"
configure.args --prefix=${prefix} --without-ogg --without-flac --mandir=
\${prefix}/share/man --infodir=
\${prefix}/share/info --with-ogg=${prefix} --with-flac=${prefix}destroot.destdir prefix=${destroot}${prefix}
comment:9 Changed 19 years ago by yeled@…
Status: | new → assigned |
---|
(In reply to comment #11)
How much time usually new ports wait here ?
perhaps on Monday I will install gtk on my new macmini at work and test this.
comment:10 Changed 19 years ago by yeled@…
Owner: | changed from darwinports-bugs@… to yeled@… |
---|---|
Status: | assigned → new |
comment:13 Changed 19 years ago by yeled@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
committed with a few tweaks. thanks.
Portfile