Import libcue-1.4.0
Libcue is intended to parse a so called cue sheet from a char string or a file pointer. For handling of the parsed data a convenient API is available. This project is meant as a fork of cuetools. ok jasper@
This commit is contained in:
parent
53838065ae
commit
36840c1072
29
audio/libcue/Makefile
Normal file
29
audio/libcue/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/10 20:45:53 shadchin Exp $
|
||||
|
||||
COMMENT = cue sheet parser library
|
||||
|
||||
DISTNAME = libcue-1.4.0
|
||||
CATEGORIES = audio
|
||||
|
||||
HOMEPAGE = http://libcue.sourceforge.net/
|
||||
|
||||
SHARED_LIBS = cue 0.0 # 1.4
|
||||
|
||||
MAINTAINER= Alexandr Shadchin <shadchin@openbsd.org>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=libcue/}
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
|
||||
USE_LIBTOOL = Yes
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
NO_REGRESS = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
audio/libcue/distinfo
Normal file
5
audio/libcue/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (libcue-1.4.0.tar.bz2) = X1BF8A5qyS2aBX/lsJgsaQ==
|
||||
RMD160 (libcue-1.4.0.tar.bz2) = Ezm6ftTOY8S3hJwQzKibieFuSu4=
|
||||
SHA1 (libcue-1.4.0.tar.bz2) = P9MfLafA45Z9X1Y2PzBRqFqP1Q0=
|
||||
SHA256 (libcue-1.4.0.tar.bz2) = i3J27CorORjLxZo8wDxo3Ad1llzCDkuIdXuFL/Npcp4=
|
||||
SIZE (libcue-1.4.0.tar.bz2) = 249426
|
12
audio/libcue/patches/patch-src_libcue_Makefile_in
Normal file
12
audio/libcue/patches/patch-src_libcue_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-src_libcue_Makefile_in,v 1.1.1.1 2010/12/10 20:45:53 shadchin Exp $
|
||||
--- src/libcue/Makefile.in.orig Sun Dec 5 14:21:47 2010
|
||||
+++ src/libcue/Makefile.in Sun Dec 5 14:22:06 2010
|
||||
@@ -236,7 +236,7 @@ libcueinclude_HEADERS = \
|
||||
|
||||
lib_LTLIBRARIES = libcue.la
|
||||
libcue_la_LDFLAGS = -version-info @LIBCUE_LIBTOOL_VERSION@
|
||||
-libcueincludedir = $(includedir)/@LIBCUE_LIBRARY_NAME@-@LIBCUE_API_VERSION@/@LIBCUE_LIBRARY_NAME@
|
||||
+libcueincludedir = $(includedir)/@LIBCUE_LIBRARY_NAME@
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
12
audio/libcue/patches/patch-src_libcue_libcue_pc_in
Normal file
12
audio/libcue/patches/patch-src_libcue_libcue_pc_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-src_libcue_libcue_pc_in,v 1.1.1.1 2010/12/10 20:45:53 shadchin Exp $
|
||||
--- src/libcue/libcue.pc.in.orig Sun Dec 5 14:22:19 2010
|
||||
+++ src/libcue/libcue.pc.in Sun Dec 5 14:22:31 2010
|
||||
@@ -1,7 +1,7 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
-includedir=@includedir@/@LIBCUE_LIBRARY_NAME@-@LIBCUE_API_VERSION@
|
||||
+includedir=@includedir@
|
||||
|
||||
Name: libcue
|
||||
Description: Cuesheet parser library
|
3
audio/libcue/pkg/DESCR
Normal file
3
audio/libcue/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Libcue is intended to parse a so called cue sheet from a char string or
|
||||
a file pointer. For handling of the parsed data a convenient API is
|
||||
available. This project is meant as a fork of cuetools.
|
2
audio/libcue/pkg/PFRAG.shared
Normal file
2
audio/libcue/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2010/12/10 20:45:53 shadchin Exp $
|
||||
@lib lib/libcue.so.${LIBcue_VERSION}
|
12
audio/libcue/pkg/PLIST
Normal file
12
audio/libcue/pkg/PLIST
Normal file
@ -0,0 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/10 20:45:53 shadchin Exp $
|
||||
%%SHARED%%
|
||||
include/libcue/
|
||||
include/libcue/cd.h
|
||||
include/libcue/cdtext.h
|
||||
include/libcue/libcue.h
|
||||
include/libcue/rem.h
|
||||
include/libcue/time.h
|
||||
lib/libcue.a
|
||||
lib/libcue.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/libcue.pc
|
Loading…
Reference in New Issue
Block a user