1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Update to version 0.1.15

PR:		55744
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2003-08-20 10:51:38 +00:00
parent 462a70702c
commit 2a77245381
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87372
4 changed files with 38 additions and 2 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= ximp3
PORTVERSION= 0.1.14
PORTVERSION= 0.1.15
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/players/mp3
@ -17,4 +17,10 @@ COMMENT= A simple console MP3 player
GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (ximp3-0.1.14.tar.gz) = 2f836218fd5f5c67c4908c3414d662f6
MD5 (ximp3-0.1.15.tar.gz) = c08eb16304286e9d6192289562f7f086

View File

@ -0,0 +1,28 @@
--- lib/L3.h.orig Sat Oct 27 23:05:42 2001
+++ lib/L3.h Mon Aug 18 20:18:00 2003
@@ -39,6 +39,16 @@
#define GLOBAL_GAIN_SCALE (4*15)
/* #define GLOBAL_GAIN_SCALE 0 */
+#include <sys/types.h>
+
+#ifdef BYTE_ORDER
+#if BYTE_ORDER == LITTLE_ENDIAN
+#define L_ENDIAN 1
+#else
+#define L_ENDIAN 0
+#endif
+#else
+
#ifdef i386
#define L_ENDIAN 1
#endif
@@ -53,6 +63,8 @@
#ifdef sparc
#define L_ENDIAN 0
+#endif
+
#endif
#ifndef L_ENDIAN

View File

@ -1 +1,3 @@
bin/ximp3
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%