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
db7ad6de
Commit
db7ad6de
authored
Jan 17, 2005
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* added libopendaap to contrib system
parent
a57ca1b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
1 deletion
+23
-1
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+21
-1
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-0
No files found.
extras/contrib/src/Makefile
View file @
db7ad6de
...
...
@@ -55,7 +55,7 @@ all: .autoconf .libtool .automake .iconv .intl .pkgcfg .freetype .fribidi \
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.FLAC .speex .faad .faac .lame .ebml .matroska .ffmpeg .openslp
\
.dvdcss .dvdread .dvdnav .dvbpsi .live .goom2k4 .caca .mod
\
.png .gpgerror .gcrypt .gnutls
.png .gpgerror .gcrypt .gnutls
.daap
endif
ifeq
($(SYS),BEOS)
all
:
.perl .autoconf .libtool .automake .iconv .intl .freetype .fribidi
\
...
...
@@ -1060,6 +1060,26 @@ CLEAN_FILE += .gnutls
CLEAN_PKG
+=
gnutls
DISCLEAN_PKG
+=
gnutls-
$(GNUTLS_VERSION)
.tar.bz2
# ***************************************************************************
# libopendaap
# ***************************************************************************
libopendaap-$(DAAP_VERSION).tar.bz2
:
$(WGET)
$(DAAP_URL)
libopendaap
:
libopendaap-$(DAAP_VERSION).tar.bz2
$(EXTRACT_BZ2)
patch
-p
0 < Patches/daap.patch
.daap
:
libopendaap
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.daap
CLEAN_PKG
+=
libopendaap
DISCLEAN_PKG
+=
libopendaap-
$(DAAP_VERSION)
.tar.bz2
# ***************************************************************************
# ***************************************************************************
# Some cleansing
# ***************************************************************************
...
...
extras/contrib/src/packages.mak
View file @
db7ad6de
...
...
@@ -117,4 +117,6 @@ GCRYPT_VERSION=1.2.0
GCRYPT_URL
=
$(VIDEOLAN)
/testing/contrib/libgcrypt-
$(GCRYPT_VERSION)
.tar.gz
GNUTLS_VERSION
=
1.1.22
GNUTLS_URL
=
$(VIDEOLAN)
/testing/contrib/gnutls-
$(GNUTLS_VERSION)
.tar.bz2
DAAP_VERSION
=
0.3.0
DAAP_URL
=
http://crazney.net/programs/itunes/files/libopendaap-
$(DAAP_VERSION)
.tar.bz2
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