Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
9898f603
Commit
9898f603
authored
Nov 02, 2004
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* kasenna patch for OS X. cheating while i can :)
patch is for the 2004.10.28a version of vlc
parent
435084b2
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
337 additions
and
0 deletions
+337
-0
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+19
-0
extras/contrib/src/Patches/kasenna.patch
extras/contrib/src/Patches/kasenna.patch
+318
-0
No files found.
extras/contrib/src/Makefile
View file @
9898f603
...
...
@@ -759,6 +759,7 @@ live.$(LIVEDOTCOM_VERSION).tar.gz:
live
:
live.$(LIVEDOTCOM_VERSION).tar.gz
$(EXTRACT_GZ)
patch
-p
0 < Patches/live.patch
patch
-p
0 < Patches/kasenna.patch
.live
:
live
(
cd
$<
;
./genmakefiles macosx
&&
make
)
...
...
@@ -987,6 +988,24 @@ CLEAN_FILE += .png
CLEAN_PKG
+=
libpng
DISCLEAN_PKG
+=
libpng-
$(PNG_VERSION)
.tar.bz2
# ***************************************************************************
# libzvbi
# ***************************************************************************
zvbi-$(ZVBI_VERSION).tar.bz2
:
$(WGET)
$(ZVBI_URL)
zvbi
:
zvbi-$(ZVBI_VERSION).tar.bz2
$(EXTRACT_BZ2)
.zvbi
:
zvbi
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
)
touch
$@
CLEAN_FILE
+=
.zvbi
CLEAN_PKG
+=
zvbi
DISCLEAN_PKG
+=
zvbi-
$(ZVBI_VERSION)
.tar.bz2
# ***************************************************************************
# Some cleansing
# ***************************************************************************
...
...
extras/contrib/src/Patches/kasenna.patch
0 → 100644
View file @
9898f603
This diff is collapsed.
Click to expand it.
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