Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
build: lib ogg
Browse files Browse the repository at this point in the history
Ogg project codecs use the Ogg bitstream format to arrange the raw.

log: add lib--ogg
  • Loading branch information
Van020530 authored and kamiyadm committed Dec 29, 2023
1 parent f3ea82c commit f2d66ca
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions ogg/linglong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
package:
id: ogg
name: ogg
version: 1.3.5
kind: lib
description: |
Ogg project codecs use the Ogg bitstream format to arrange the raw.
runtime:
id: org.deepin.Runtime
version: 23.0.0

variables:
conf_args: |
-DCMAKE_INSTALL_PREFIX=${PREFIX}
-DCMAKE_INSTALL_LIBDIR=${PREFIX}/lib/${TRIPLET}
-DBUILD_SHARED_LIBS=1
source:
kind: git
url: https://github.com/xiph/ogg.git
commit: db5c7a49ce7ebda47b15b78471e78fb7f2483e22

build:
kind: cmake

0 comments on commit f2d66ca

Please sign in to comment.