Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
3f416d37
Commit
3f416d37
authored
Mar 01, 2006
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Update the CDDB version from 0.9.6 to 1.2.1
parent
7df7aab9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
19 deletions
+5
-19
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+3
-4
extras/contrib/src/Patches/libcddb.patch
extras/contrib/src/Patches/libcddb.patch
+0
-13
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-2
No files found.
extras/contrib/src/Makefile
View file @
3f416d37
...
...
@@ -1192,12 +1192,11 @@ DISTCLEAN_PKG += libmodplug-$(MODPLUG_VERSION).tar.gz
# libcddb
# ***************************************************************************
libcddb-$(CDDB_VERSION).tar.
gz
:
libcddb-$(CDDB_VERSION).tar.
bz2
:
$(WGET)
$(CDDB_URL)
libcddb
:
libcddb-$(CDDB_VERSION).tar.gz
$(EXTRACT_GZ)
patch
-p
0 < Patches/libcddb.patch
libcddb
:
libcddb-$(CDDB_VERSION).tar.bz2
$(EXTRACT_BZ2)
.cddb
:
libcddb
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
--disable-shared
--enable-static
CFLAGS
=
"
$(CFLAGS)
-D_BSD_SOCKLEN_T_=int"
LDFLAGS
=
"
$(LDFLAGS)
-liconv"
&&
make
&&
make
install
)
...
...
extras/contrib/src/Patches/libcddb.patch
deleted
100644 → 0
View file @
7df7aab9
diff -ruN libcddb.orig/include/cddb/cddb_regex.h libcddb/include/cddb/cddb_regex.h
--- libcddb.orig/include/cddb/cddb_regex.h Fri Oct 15 21:42:08 2004
+++ libcddb/include/cddb/cddb_regex.h Tue Jan 18 01:57:50 2005
@@ -30,9 +30,7 @@
#include <cddb/cddb_config.h>
#include <stdlib.h>
-#ifdef CDDB_NEED_UNISTD_H
#include <unistd.h>
-#endif
#include <regex.h>
/**
extras/contrib/src/packages.mak
View file @
3f416d37
...
...
@@ -104,8 +104,8 @@ MODPLUG_VERSION=0.7
MODPLUG_URL
=
$(VIDEOLAN)
/testing/contrib/libmodplug-
$(MODPLUG_VERSION)
.tar.gz
MASH_VERSION
=
5.2
MASH_URL
=
$(SF)
/openmash/mash-src-
$(MASH_VERSION)
.tar.gz
CDDB_VERSION
=
0.9.6
CDDB_URL
=
$(SF)
/libcddb/libcddb-
$(CDDB_VERSION)
.tar.
gz
CDDB_VERSION
=
1.2.1
CDDB_URL
=
$(SF)
/libcddb/libcddb-
$(CDDB_VERSION)
.tar.
bz2
VCDIMAGER_VERSION
=
0.7.21
VCDIMAGER_URL
=
$(GNU)
/vcdimager/vcdimager-
$(VCDIMAGER_VERSION)
.tar.gz
CDIO_VERSION
=
0.72
...
...
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