mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 1.0
This commit is contained in:
parent
f8c296625d
commit
acaaa86556
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106727
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= mpeg4ip
|
||||
PORTVERSION= 0.9.9
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= multimedia audio ipv6 net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -23,7 +22,6 @@ USE_GMAKE= yes
|
||||
USE_SDL= sdl
|
||||
USE_LIBTOOL_VER=13
|
||||
USE_REINPLACE= yes
|
||||
USE_SIZE= yes
|
||||
CONFIGURE_ARGS= --datadir=${DATADIR} \
|
||||
--with-glib-prefix=${LOCALBASE} \
|
||||
--with-gtk-prefix=${X11BASE} \
|
||||
@ -32,7 +30,10 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
CONFLICTS= faad*
|
||||
|
||||
DOC_FILES= COPYING README doc/MPEG4IP_Guide.pdf
|
||||
PORTDOCS= COPYING MPEG4IP_Guide.pdf README
|
||||
|
||||
MAN1= gmp4player.1 mp4creator.1 mp4encode.1 mp4live.1
|
||||
MAN3= MP4.3 MP4AddAudioTrack.3 MP4AddHintTrack.3 MP4AddODTrack.3 \
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (mpeg4ip-0.9.9.tar.gz) = d0d189ecbece96fc8b487f9bd67ff388
|
||||
SIZE (mpeg4ip-0.9.9.tar.gz) = 5452600
|
||||
MD5 (mpeg4ip-1.0.tar.gz) = 6ac635a1dd02d874054d6092f350157c
|
||||
SIZE (mpeg4ip-1.0.tar.gz) = 5442521
|
||||
|
@ -1,29 +0,0 @@
|
||||
FreeBSD 5 has getopt.h and getopt_long() but they are not fully compatible
|
||||
with GNU getopt. Specifically, FreeBSD 5 does not have getopt_long_only().
|
||||
So using stock GNU getopt seems simplest way to solve this issue.
|
||||
|
||||
--- config.h.in.orig Fri Mar 7 04:38:55 2003
|
||||
+++ config.h.in Sat Jul 12 08:04:26 2003
|
||||
@@ -12,12 +12,6 @@
|
||||
/* Define to 1 if you have the `getopt' function. */
|
||||
#undef HAVE_GETOPT
|
||||
|
||||
-/* Define to 1 if you have the <getopt.h> header file. */
|
||||
-#undef HAVE_GETOPT_H
|
||||
-
|
||||
-/* Define to 1 if you have the `getopt_long' function. */
|
||||
-#undef HAVE_GETOPT_LONG
|
||||
-
|
||||
/* Define to 1 if you have the `getrusage' function. */
|
||||
#undef HAVE_GETRUSAGE
|
||||
|
||||
@@ -26,9 +20,6 @@
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H
|
||||
-
|
||||
-/* Define to 1 if you have the `gnugetopt' library (-lgnugetopt). */
|
||||
-#undef HAVE_LIBGNUGETOPT
|
||||
|
||||
/* Define to 1 if you have the `sndfile' library (-lsndfile). */
|
||||
#undef HAVE_LIBSNDFILE
|
Loading…
Reference in New Issue
Block a user