Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
bd6ee669
Commit
bd6ee669
authored
Jul 05, 2004
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fix contrib system on OS X 10.2.
- some libcddb bugs found. Sent them upstream too.
parent
1c18e067
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-1
extras/contrib/src/Patches/libcddb.patch
extras/contrib/src/Patches/libcddb.patch
+11
-0
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+1
-1
No files found.
extras/contrib/src/Makefile
View file @
bd6ee669
...
...
@@ -775,7 +775,7 @@ libcddb: libcddb-$(CDDB_VERSION).tar.gz
patch
-p
0 < Patches/libcddb.patch
.cddb
:
libcddb
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
--disable-shared
--enable-static
&&
make
&&
make
install
)
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
--disable-shared
--enable-static
CFLAGS
=
"
$(CFLAGS)
-D_BSD_SOCKLEN_T_=int"
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.cddb
...
...
extras/contrib/src/Patches/libcddb.patch
View file @
bd6ee669
...
...
@@ -8,3 +8,14 @@
#include <regex.h>
--- libcddb.orig/lib/cddb_net.c Mon Jul 5 22:07:40 2004
+++ libcddb/lib/cddb_net.c Mon Jul 5 22:05:53 2004
@@ -24,7 +24,7 @@
#include <netdb.h>
#include <setjmp.h>
#include <signal.h>
-#include <time.h>
+#include <sys/time.h>
#include <unistd.h>
#include <sys/select.h>
#include <sys/socket.h>
extras/contrib/src/packages.mak
View file @
bd6ee669
...
...
@@ -100,7 +100,7 @@ MASH_URL=$(SF)/openmash/mash-src-$(MASH_VERSION).tar.gz
CDDB_VERSION
=
0.9.4
CDDB_URL
=
$(SF)
/libcddb/libcddb-
$(CDDB_VERSION)
.tar.gz
VCDIMAGER_VERSION
=
0.7.20
VCDIMAGER_URL
=
$(
GNU)
/vcdimager
/vcdimager-
$(VCDIMAGER_VERSION)
.tar.gz
VCDIMAGER_URL
=
$(
VIDEOLAN)
/testing/contrib
/vcdimager-
$(VCDIMAGER_VERSION)
.tar.gz
CDIO_VERSION
=
0.69
CDIO_URL
=
$(GNU)
/libcdio/libcdio-
$(CDIO_VERSION)
.tar.gz
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment